Hi !
I have a problem to create very simple rules.
I want to raise an alert as soon as I see an IP address but when I load it into suricata, I get an error: [ERRCODE: SC_ERR_INVALID_SIGNATURE(39)] - invalid formatting to msg keyword: value must be double quoted ‘msg’
Here is the rules:
alert ip 192.168.1.2 any → $HOME_NET any (msg:”Test IP rules”; sid:2900000; rev:1;)
Similarly with a list
alert ip [192.168.1.2,10.10.0.2] any → $HOME_NET any (msg:”Test IP rules”; sid:2900001; rev:1;)
[ERRCODE: SC_ERR_GENERIC(89)] - failed to parse address “”
If you have an example of a rule identical to mine, I’m interested ;-).
Thanks for your help