python-apps
python-apps copied to clipboard
Add more security-related actions and functionality
- [ ] CIDR contains IP
- [ ] Is item datatype X? (Use available observable types in TheHive/MISP)
is item datatype like (string, integer, boolean, float)? Or like with regex to check if it is an mail, ip, domain, url, etc...?
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