I have followed the instructions and have done some local.rules, including the default downloaded rules, but have not seen any live event for the past couple of days, unless a command that I ran on the 5th that show some events, which are the same ones showing up. What should I do?
--
You received this message because you are subscribed to the Google Groups "security-onion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to security-onio...@googlegroups.com.
To post to this group, send email to securit...@googlegroups.com.
Visit this group at http://groups.google.com/group/security-onion?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks Matt for your response. This is what I get after running the command you suggested above:
securityadmin@UHC-IDS:/etc/nsm/rules$ sudo service nsm status
[sudo] password for securityadmin:
Status: securityonion
* sguil server [ OK ]
Status: HIDS
* ossec_agent (sguil) [ OK ]
Status: Bro
Name Type Host Status Pid Peers Started
bro standalone localhost running 32569 0 11 Mar 20:08:45
Status: UHC-IDS-eth1
* netsniff-ng (full packet data) [ OK ]
* pcap_agent (sguil) [ OK ]
* snort_agent-1 (sguil) [ OK ]
* snort-1 (alert data) [ FAIL ]
* barnyard2-1 (spooler, unified2 format) [ OK ]
* prads (sessions/assets) [ OK ]
* sancp_agent (sguil) [ OK ]
* pads_agent (sguil) [ OK ]
* argus [ OK ]
* http_agent (sguil) [ OK ]
I guess I am not getting no alerts whatsoever at the moment. I did ran a command on the 5th that gave me some alerts. After that I have not seen no other alerts since that day. I also created my local.rules after that day. These are the rules I have so far in my local.rules:
alert tcp $EXTERNAL_NET any -> $HOME_NET 25 (msg:"Sending SMTP request!"; reference: url,http://emailrelay.sourceforge.net; flow:to_server; conte$
alert udp $EXTERNAL_NET any -> $HOME_NET 161 (msg:"GPL SNMP public access udp"; content:"public"; fast_pattern:only; reference:bugtraq,2112; refe$
alert tcp $EXTERNAL_NET ANY -> $HOME_NET 21 (msg:"Attempted anonymous ftp login"; content:"Anonymous";)
alert tcp $EXTERNAL_NET ANY -> $HOME_NET 22 (msg:"Attempted anonymous ssh login"; content:"Anonymous";)
alert udp $HOME_NET any -> !$OVERACTIVE any (msg:"GPL SNMP public access udp"; content:"public"; fast_pattern:only; reference:bugtraq,2112; refer$
alert tcp $HOME_NET any -> $EXTERNAL_NET !1433 (msg:"ET POLICY Outbound MSSQL Connection to Non-Standard Port - Likely Malware"; flow:to_server,e$
alert tcp $HOME_NET any -> $EXTERNAL_NET 1433 (msg:"ET POLICY Outbound MSSQL Connection to Standard port (1433)"; flow:to_server,established; con$
alert tcp $HOME_NET any -> $EXTERNAL_NET !1433 (msg:"ET TROJAN Bancos.DV MSSQL CnC Connection Outbound"; flow:to_server,established; flowbits:iss$
Thanks again for your help
The distination ip address are not even my network
I did looked at the log file and found the error messages, and they were all related to my rules.local. I had to comment out few rules that I thought was the problem, and the warning and Fail messages disappeared. I have everything looking OK now, but still can't see no current event except for the one on the 5th. Please see attached screenshot.