Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manage rule #50

Open
Nacho-Neko opened this issue Jul 2, 2019 · 3 comments · May be fixed by #59
Open

manage rule #50

Nacho-Neko opened this issue Jul 2, 2019 · 3 comments · May be fixed by #59

Comments

@Nacho-Neko
Copy link

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)

@ndejong
Copy link
Owner

ndejong commented Jul 15, 2019

Thanks for the brief suggestion here

Could you provide a little more detail how you actually see these working?

N

@setsecurity
Copy link

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.

@ndejong
Copy link
Owner

ndejong commented Dec 28, 2019

You may want to review the approach discussed here
#56 (comment)

@slayercat slayercat linked a pull request Jan 19, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants