Skip to content

Commit 6488af7

Browse files
committed
Add Zeek TA, fix detection source list
1 parent da5c9b9 commit 6488af7

11 files changed

+41
-13
lines changed

data_sources/bro_conn.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ mitre_components:
1212
- Application Log Content
1313
source: bro:conn:json
1414
sourcetype: bro:conn:json
15-
supported_TA: []
15+
supported_TA:
16+
- name: TA for Zeek
17+
url: https://splunkbase.splunk.com/app/5466
18+
version: 1.0.8

data_sources/bro_dns.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ mitre_components:
1313
- Response Metadata
1414
source: bro:dns:json
1515
sourcetype: bro:dns:json
16-
supported_TA: []
16+
supported_TA:
17+
- name: TA for Zeek
18+
url: https://splunkbase.splunk.com/app/5466
19+
version: 1.0.8
20+

data_sources/bro_files.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ mitre_components:
1414
- Application Log Content
1515
source: bro:files:json
1616
sourcetype: bro:files:json
17-
supported_TA: []
17+
supported_TA:
18+
- name: TA for Zeek
19+
url: https://splunkbase.splunk.com/app/5466
20+
version: 1.0.8

data_sources/bro_http.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ mitre_components:
1313
- Application Log Content
1414
source: bro:http:json
1515
sourcetype: bro:http:json
16-
supported_TA: []
16+
supported_TA:
17+
- name: TA for Zeek
18+
url: https://splunkbase.splunk.com/app/5466
19+
version: 1.0.8

data_sources/bro_loaded_scripts.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ mitre_components:
1212
- OS API Execution
1313
source: bro:loaded_scripts:json
1414
sourcetype: bro:loaded_scripts:json
15-
supported_TA: []
15+
supported_TA:
16+
- name: TA for Zeek
17+
url: https://splunkbase.splunk.com/app/5466
18+
version: 1.0.8

data_sources/bro_ntp.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ mitre_components:
1212
- Application Log Content
1313
source: bro:ntp:json
1414
sourcetype: bro:ntp:json
15-
supported_TA: []
15+
supported_TA:
16+
- name: TA for Zeek
17+
url: https://splunkbase.splunk.com/app/5466
18+
version: 1.0.8

data_sources/bro_ocsp.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ mitre_components:
1313
- Application Log Content
1414
source: bro:ocsp:json
1515
sourcetype: bro:ocsp:json
16-
supported_TA: []
16+
supported_TA:
17+
- name: TA for Zeek
18+
url: https://splunkbase.splunk.com/app/5466
19+
version: 1.0.8

data_sources/bro_ssl.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ mitre_components:
1313
- Application Log Content
1414
source: bro:ssl:json
1515
sourcetype: bro:ssl:json
16-
supported_TA: []
16+
supported_TA:
17+
- name: TA for Zeek
18+
url: https://splunkbase.splunk.com/app/5466
19+
version: 1.0.8

data_sources/bro_weird.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ mitre_components:
1313
- Host Status
1414
source: bro:weird:json
1515
sourcetype: bro:weird:json
16-
supported_TA: []
16+
supported_TA:
17+
- name: TA for Zeek
18+
url: https://splunkbase.splunk.com/app/5466
19+
version: 1.0.8

data_sources/bro_x509.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ mitre_components:
1313
- Host Status
1414
source: bro:x509:json
1515
sourcetype: bro:x509:json
16-
supported_TA: []
16+
supported_TA:
17+
- name: TA for Zeek
18+
url: https://splunkbase.splunk.com/app/5466
19+
version: 1.0.8

detections/network/detect_outbound_ldap_traffic.yml

-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ description: The following analytic identifies outbound LDAP traffic to external
1313
this to access sensitive directory information, leading to data breaches or further
1414
network compromise.
1515
data_source:
16-
- Bro conn
1716
- Palo Alto Network Traffic
18-
- Splunk Stream TCP
19-
- Splunk Stream IP
2017
search: '| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time)
2118
as lastTime values(All_Traffic.dest_ip) as dest_ip from datamodel=Network_Traffic.All_Traffic
2219
where All_Traffic.dest_port = 389 OR All_Traffic.dest_port = 636 AND NOT (All_Traffic.dest_ip

0 commit comments

Comments
 (0)