I have suricata errors for HOME_NET #9602
Replies: 1 comment 1 reply
-
I added HOME_NET to the variables and this is resolved.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting rule failures in the suricata log when starting the service. It states that HOME_NET is not defined.
I have hnmanager set correctly. Here is the beginning of my /opt/so/saltstack/local/pillar/global.sls file:
Here is the tail of my suricata.log:
448017 19/1/2023 -- 16:49:24 - - [ERRCODE: SC_ERR_UNDEFINED_VAR(101)] - Variable "HOME_NET" is not defined in configuration file
448018 19/1/2023 -- 16:49:24 - - [ERRCODE: SC_ERR_INVALID_SIGNATURE(39)] - error parsing signature "alert tcp [97.85.35.254,98.128.173.1,98.128.175.41,98.1 28.202.87,98.2.231.74,98.250.174.4,98.46.21.126,98.63.230.136,98.96.164.104,98.96.170.29] any -> $HOME_NET any (msg:"ET TOR Known Tor Relay/Router (Not Exit ) Node Traffic group 806"; reference:url,doc.emergingthreats.net/bin/view/Main/TorRules; threshold: type limit, track by_src, seconds 60, count 1; classtype :misc-attack; flowbits:set,ET.TorIP; sid:2522805; rev:5054; metadata:affected_product Any, attack_target Any, deployment Perimeter, tag TOR, signature_sever ity Audit, created_at 2008_12_01, updated_at 2023_01_18;)" from file /etc/suricata/rules/all.rules at line 39802
448019 19/1/2023 -- 16:49:24 - - 1 rule files processed. 210 rules successfully loaded, 31993 rules failed
448020 19/1/2023 -- 16:49:24 - - Threshold config parsed: 0 rule(s) found
448021 19/1/2023 -- 16:49:24 - - 210 signatures processed. 0 are IP-only rules, 166 are inspecting packet payload, 44 inspect application layer, 0 are decod er event only
448022 19/1/2023 -- 16:49:24 - - Going to use 4 thread(s)
448023 19/1/2023 -- 16:49:24 - - Running in live mode, activating unix socket
448024 19/1/2023 -- 16:49:24 - - Using unix socket file '/var/run/suricata/suricata-command.socket'
448025 19/1/2023 -- 16:49:24 - - all 4 packet processing threads, 4 management threads initialized, engine started.
448026 19/1/2023 -- 16:49:24 - - Using BPF 'not port 514' on iface 'bond0'
448027 19/1/2023 -- 16:49:24 - - Using BPF 'not port 514' on iface 'bond0'
448028 19/1/2023 -- 16:49:24 - - Using BPF 'not port 514' on iface 'bond0'
448029 19/1/2023 -- 16:49:24 - - Using BPF 'not port 514' on iface 'bond0'
448030 19/1/2023 -- 16:49:24 - - All AFP capture threads are running.
Any ideas what the issue may be? I am running a standalone bare metal.
Thank you,
Brian
Beta Was this translation helpful? Give feedback.
All reactions