SigmaHQ/rules/windows/process_creation/win_susp_calc.yml

25 lines
764 B
YAML
Raw Normal View History

2019-02-09 13:01:12 +00:00
title: Suspicious Calculator Usage
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:
- 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:
category: process_creation
2019-03-06 04:57:01 +00:00
product: windows
2019-02-09 13:01:12 +00:00
detection:
selection1:
CommandLine: '*\calc.exe *'
selection2:
Image: '*\calc.exe'
filter2:
Image: '*\Windows\Sys*'
condition: selection1 or ( selection2 and not filter2 )
2019-02-25 23:24:46 +00:00
falsepositives:
- Unknown
2019-02-25 23:24:46 +00:00
level: high