We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e738f19 commit f3aed0bCopy full SHA for f3aed0b
scripts/log4j-http-posts.zeek
@@ -47,6 +47,9 @@ event new_connection(c: connection)
47
local resp=c$id$resp_h;
48
local dport = c$id$resp_p;
49
50
+ if (resp in Site::local_nets)
51
+ return;
52
+
53
local a:ip_port=[$ip=resp, $p=dport];
54
55
if (a in track_callback)
tests/.btest.failed.dat
@@ -1,5 +0,0 @@
1
-log4j.HTTP-POSTS
2
-log4j.Many-User-Agents
3
-log4j.multiple-name-values
4
-log4j.obfuscated-regexp
5
-log4j.scan-and-callback
0 commit comments