python-apps icon indicating copy to clipboard operation
python-apps copied to clipboard

Add more security-related actions and functionality

Open frikky opened this issue 4 years ago • 2 comments

  • [ ] CIDR contains IP
  • [ ] Is item datatype X? (Use available observable types in TheHive/MISP)

frikky avatar Jun 24 '21 10:06 frikky

is item datatype like (string, integer, boolean, float)? Or like with regex to check if it is an mail, ip, domain, url, etc...?

D4rkw0lv3s avatar Jul 03 '21 22:07 D4rkw0lv3s

is item datatype like (string, integer, boolean, float)? Or like with regex to check if it is an mail, ip, domain, url, etc...?

Good idea. Datatype matches with autocasting should be able to handle the first part here easily

frikky avatar Jul 15 '21 12:07 frikky