jakewarren / suricata-rule-generator

Quickly generate suricata rules for IOCs
MIT License
28 stars 8 forks source link

Generate DNS Rule from IOC file #4

Open navein-kumar opened 1 week ago

navein-kumar commented 1 week ago

Hi Thanks for tool, i want generate multiple suricata rules from file/url of IoC, can you help out on this.

Reference ioc i got from github (https://github.com/hagezi/dns-blocklists) using repo, i want ana create dns query rule, can you help out on this.

jakewarren commented 1 week ago

Hi @navein-kumar there are a couple of options: you could write a golang program that calls the library to generate the ruleset from a blocklist file or you could throw together a bash script to use the cli program to iterate over the blocklist.