Skip to content

Commit 7f6959e

Browse files
committed
Update network_connection_discovery_with_arp.yml
1 parent 8643e00 commit 7f6959e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

detections/endpoint/network_connection_discovery_with_arp.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,17 @@ data_source:
1212
- Windows Event Log Security 4688
1313
- CrowdStrike ProcessRollup2
1414
search: |-
15-
| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime FROM datamodel=Endpoint.Processes WHERE
16-
Processes.process_name="arp.exe"
15+
| tstats `security_content_summariesonly`
16+
count min(_time) as firstTime
17+
max(_time) as lastTime
18+
19+
FROM datamodel=Endpoint.Processes WHERE
20+
21+
(
22+
Processes.process_name="arp.exe"
23+
OR
24+
Processes.process_original_file_name="arp.exe"
25+
)
1726
Processes.process IN (
1827
"* -a*",
1928
"* -g *",

0 commit comments

Comments
 (0)