We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438aa38 commit 21b0649Copy full SHA for 21b0649
release.sh
@@ -76,6 +76,12 @@ install_zeek_package salesforce/ja3 421dd4f3616b533e6971bb700289c6bb8355e707
76
$sudo tee -a /usr/local/zeek/share/zeek/site/local.zeek << EOF
77
@load policy/protocols/conn/community-id-logging
78
@load policy/protocols/ssl/ssl-log-ext
79
+
80
+# Add geolocation data to notice logs
81
+hook Notice::policy(n: Notice::Info) &priority=10
82
+ {
83
+ add n$actions[Notice::ACTION_ADD_GEODATA];
84
+ }
85
EOF
86
87
# Work around https://github.com/zeek/zeek/issues/3534 on Windows
0 commit comments