mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
19 lines
507 B
YAML
Executable File
19 lines
507 B
YAML
Executable File
title: CrackMapExecWin
|
|
description: Detects CrackMapExecWin Activity as Described by NCSC
|
|
status: experimental
|
|
references:
|
|
- https://www.ncsc.gov.uk/alerts/hostile-state-actors-compromising-uk-organisations-focus-engineering-and-industrial-control
|
|
tags:
|
|
- attack.g0035
|
|
author: Markus Neis
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image:
|
|
- '*\crackmapexec.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- None
|
|
level: critical |