SigmaHQ/rules/windows/process_creation/win_susp_calc.yml

26 lines
770 B
YAML
Raw Normal View History

2019-02-09 13:01:12 +00:00
title: Suspicious Calculator Usage
2019-11-12 22:12:27 +00:00
id: 737e618a-a410-49b5-bec3-9e55ff7fbc15
2019-02-09 13:01:12 +00:00
description: Detects suspicious use of calc.exe with command line parameters or in a suspicious directory, which is likely caused by some PoC or detection evasion
status: experimental
references:
2019-11-12 22:12:27 +00:00
- https://twitter.com/ItsReallyNick/status/1094080242686312448
2019-02-09 13:01:12 +00:00
author: Florian Roth
date: 2019/02/09
tags:
- attack.defense_evasion
- attack.t1036
2019-02-09 13:01:12 +00:00
logsource:
2019-11-12 22:12:27 +00:00
category: process_creation
product: windows
2019-02-09 13:01:12 +00:00
detection:
2019-11-12 22:12:27 +00:00
selection1:
2020-10-15 21:29:12 +00:00
CommandLine|contains: '\calc.exe '
2019-11-12 22:12:27 +00:00
selection2:
2020-10-15 21:29:12 +00:00
Image|endswith: '\calc.exe'
2019-11-12 22:12:27 +00:00
filter2:
2020-10-15 21:29:12 +00:00
Image|contains: '\Windows\Sys'
2019-11-12 22:12:27 +00:00
condition: selection1 or ( selection2 and not filter2 )
falsepositives:
- Unknown
2019-02-25 23:24:46 +00:00
level: high