11[metadata ]
22creation_date = " 2023/08/04"
3- integration = [" endpoint" ]
3+ integration = [" endpoint" , " sentinel_one_cloud_funnel " ]
44maturity = " production"
5- updated_date = " 2025/05/05 "
5+ updated_date = " 2025/08/26 "
66
77[rule ]
88author = [" Elastic" ]
@@ -11,7 +11,7 @@ Identifies suspicious child processes of communications apps, which can indicate
1111communication app or the exploitation of a vulnerability on the application causing it to execute code.
1212"""
1313from = " now-9m"
14- index = [" logs-endpoint.events.process-*" ]
14+ index = [" logs-endpoint.events.process-*" , " logs-sentinel_one_cloud_funnel.* " , " endgame-* " ]
1515language = " eql"
1616license = " Elastic License v2"
1717name = " Suspicious Communication App Child Process"
@@ -26,28 +26,31 @@ tags = [
2626 " Tactic: Persistence" ,
2727 " Data Source: Elastic Defend" ,
2828 " Resources: Investigation Guide" ,
29+ " Data Source: SentinelOne" ,
30+ " Data Source: Elastic Endgame" ,
2931]
3032timestamp_override = " event.ingested"
3133type = " eql"
3234
3335query = '''
34- process where host.os.type == "windows" and event.type == "start" and
36+ process where host.os.type == "windows" and event.type == "start" and
37+ not process.executable :
38+ ("?:\\Program Files\\*.exe",
39+ "?:\\Program Files (x86)\\*.exe",
40+ "?:\\Windows\\System32\\WerFault.exe",
41+ "?:\\Windows\\SysWOW64\\WerFault.exe") and
3542 (
3643 /* Slack */
3744 (process.parent.name : "slack.exe" and not
3845 (
3946 (
4047 process.executable : (
41- "?:\\Program Files\\*",
42- "?:\\Program Files (x86)\\*",
4348 "?:\\Users\\*\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe",
4449 "?:\\Users\\*\\AppData\\Local\\Island\\Island\\Application\\Island.exe",
4550 "?:\\Users\\*\\AppData\\Roaming\\Zoom\\bin*\\Zoom.exe",
4651 "?:\\Windows\\System32\\rundll32.exe",
4752 "?:\\Users\\*\\AppData\\Local\\Mozilla Firefox\\firefox.exe",
4853 "?:\\Windows\\System32\\notepad.exe",
49- "?:\\Windows\\System32\\WerFault.exe",
50- "?:\\Windows\\SysWOW64\\WerFault.exe",
5154 "?:\\Users\\*\\AppData\\Local\\Programs\\Opera\\opera.exe"
5255 ) and process.code_signature.trusted == true
5356 ) or
@@ -69,10 +72,6 @@ process where host.os.type == "windows" and event.type == "start" and
6972 (
7073 (
7174 process.executable : (
72- "?:\\Program Files\\*",
73- "?:\\Program Files (x86)\\*",
74- "?:\\Windows\\System32\\WerFault.exe",
75- "?:\\Windows\\SysWOW64\\WerFault.exe",
7675 "?:\\Users\\*\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe",
7776 "?:\\Users\\*\\AppData\\Local\\Mozilla Firefox\\firefox.exe",
7877 "?:\\Users\\*\\AppData\\Local\\Programs\\Opera\\opera.exe"
@@ -93,13 +92,10 @@ process where host.os.type == "windows" and event.type == "start" and
9392 (
9493 (
9594 process.executable : (
96- "?:\\Program Files\\*",
97- "?:\\Program Files (x86)\\*",
98- "?:\\Windows\\System32\\WerFault.exe",
99- "?:\\Windows\\SysWOW64\\WerFault.exe",
10095 "?:\\Windows\\BrowserCore\\BrowserCore.exe",
10196 "?:\\Users\\*\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe",
102- "?:\\Users\\*\\AppData\\Local\\Mozilla Firefox\\firefox.exe"
97+ "?:\\Users\\*\\AppData\\Local\\Mozilla Firefox\\firefox.exe",
98+ "?:\\Users\\*\\AppData\\Local\\Microsoft\\Teams\\current\\Teams.exe"
10399 ) and process.code_signature.trusted == true
104100 ) or
105101 (
@@ -119,13 +115,9 @@ process where host.os.type == "windows" and event.type == "start" and
119115 (
120116 (
121117 process.executable : (
122- "?:\\Program Files\\*",
123- "?:\\Program Files (x86)\\*",
124118 "?:\\Users\\*\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe",
125119 "?:\\Windows\\System32\\reg.exe",
126- "?:\\Windows\\SysWOW64\\reg.exe",
127- "?:\\Windows\\System32\\WerFault.exe",
128- "?:\\Windows\\SysWOW64\\WerFault.exe"
120+ "?:\\Windows\\SysWOW64\\reg.exe"
129121 ) and process.code_signature.trusted == true
130122 ) or
131123 (
@@ -155,10 +147,6 @@ process where host.os.type == "windows" and event.type == "start" and
155147 (
156148 (
157149 process.executable : (
158- "?:\\Program Files\\*",
159- "?:\\Program Files (x86)\\*",
160- "?:\\Windows\\System32\\WerFault.exe",
161- "?:\\Windows\\SysWOW64\\WerFault.exe",
162150 "?:\\Windows\\System32\\reg.exe",
163151 "?:\\Windows\\SysWOW64\\reg.exe"
164152 ) and process.code_signature.trusted == true
@@ -181,13 +169,9 @@ process where host.os.type == "windows" and event.type == "start" and
181169 (
182170 (
183171 process.executable : (
184- "?:\\Program Files\\*",
185- "?:\\Program Files (x86)\\*",
186172 "?:\\Users\\*\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe",
187173 "?:\\Users\\*\\AppData\\Local\\Island\\Island\\Application\\Island.exe",
188- "?:\\Users\\*\\AppData\\Local\\Mozilla Firefox\\firefox.exe",
189- "?:\\Windows\\System32\\WerFault.exe",
190- "?:\\Windows\\SysWOW64\\WerFault.exe"
174+ "?:\\Users\\*\\AppData\\Local\\Mozilla Firefox\\firefox.exe"
191175 ) and process.code_signature.trusted == true
192176 ) or
193177 (
@@ -203,11 +187,8 @@ process where host.os.type == "windows" and event.type == "start" and
203187 (
204188 (
205189 process.executable : (
206- "?:\\Program Files\\*",
207- "?:\\Program Files (x86)\\*",
208- "?:\\Windows\\System32\\WerFault.exe",
209- "?:\\Windows\\SysWOW64\\WerFault.exe",
210- "?:\\Windows\\splwow64.exe"
190+ "?:\\Windows\\splwow64.exe",
191+ "?:\\Windows\\System32\\spool\\drivers\\x64\\3\\*.EXE"
211192 ) and process.code_signature.trusted == true
212193 ) or
213194 (
0 commit comments