You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to run easyrule (rule command line management) with the API.
From a security perspective it would be interesting, you could send from a SIEM calls to block malware connections in firewall.
rule_update Rule_ID(1) type:(UDP/TCP/ICMP/ALL/OTHER) Port(80;443;21:22) Description (TEST)
return (True?False)
rule_create type:(UDP/TCP/ICMP/ALL/OTHER) Port(80;443;21:22) Description (TEST)
return (Rule_ID?-1)
rule_delect Rule_ID(1)
return (True?False)
rule_search source(192.168.1) || destination(192.1681.2)
return Serialization(List)
The text was updated successfully, but these errors were encountered: