mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Zeek Annotations
This commit is contained in:
@@ -76,7 +76,10 @@ zeek:
|
|||||||
- LogAscii::use_json = T;
|
- LogAscii::use_json = T;
|
||||||
- CaptureLoss::watch_interval = 5 mins;
|
- CaptureLoss::watch_interval = 5 mins;
|
||||||
networks:
|
networks:
|
||||||
HOME_NET: 192.168.0.0/16,10.0.0.0/8,172.16.0.0/12
|
HOME_NET:
|
||||||
|
- 192.168.0.0/16
|
||||||
|
- 10.0.0.0/8
|
||||||
|
- 172.16.0.0/12
|
||||||
file_extraction:
|
file_extraction:
|
||||||
- application/x-dosexec: exe
|
- application/x-dosexec: exe
|
||||||
- application/pdf: pdf
|
- application/pdf: pdf
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{%- if NETWORKS.HOME_NET %}
|
{%- if NETWORKS.HOME_NET %}
|
||||||
{%- for HN in NETWORKS.HOME_NET.split(',') %}
|
{%- for HN in NETWORKS.HOME_NET %}
|
||||||
{{ HN }}
|
{{ HN }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user