Phishing - List of links opened from Outlook
CQL · Falcon Next-Gen SIEMCopy query
#event_simpleName=ProcessRollup2
| aid=?aid ImageFileName=/\\outlook\.exe/i
| regex("(?<FileName>[^\\/|\\\\]*)$", field=ImageFileName, strict=false)
| join(
{
#event_simpleName=ProcessRollup2 ImageFileName=/(chrome|firefox|iexplore)\.exe/i
| MD5:=MD5HashData | ImageFileName=/(\/|\\)(?<ChildFileName>\w*\.?\w*)$/
| ChildCLI:=CommandLine
},
key=ParentProcessId, field=TargetProcessId, include=[MD5, ChildFileName, ChildCLI]
)
| groupBy([aid, FileName, CommandLine, ChildFileName, ChildCLI, MD5], limit=max)Hunt_links_opened_from_Outlook.yml
T1566
CrowdStrike
Hunting
Endpoint
Insight
2025-08-06
2025-08-28
