Detects the use of the filename DumpStack.log to evade Microsoft Defender
title: DumpStack.log Defender Evasion
id: 4f647cfa-b598-4e12-ad69-c68dd16caef8
status: test
description: Detects the use of the filename DumpStack.log to evade Microsoft Defender
references:
- https://twitter.com/mrd0x/status/1479094189048713219
author: Florian Roth (Nextron Systems)
date: 2022-01-06
modified: 2022-06-17
tags:
- attack.defense-impairment
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\DumpStack.log'
selection_download:
CommandLine|contains: ' -o DumpStack.log'
condition: 1 of selection*
falsepositives:
- Unknown
level: critical
imProcessCreate
| where TargetProcessName endswith "\\DumpStack.log" or TargetProcessCommandLine contains " -o DumpStack.log"
| Sentinel Table | Notes |
|---|---|
imProcessCreate | Ensure this data connector is enabled |