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 :
2019-03-01 23:14:20 +00:00
- https://twitter.com/ItsReallyNick/status/1094080242686312448
2019-02-09 13:01:12 +00:00
author : Florian Roth
date : 2019 /02/09
2019-03-05 22:25:49 +00:00
tags :
- attack.defense_evasion
- attack.t1036
2019-02-09 13:01:12 +00:00
logsource :
2019-03-05 22:25:49 +00:00
category : process_creation
2019-03-06 04:57:01 +00:00
product : windows
2019-02-09 13:01:12 +00:00
detection :
2019-03-01 23:14:20 +00:00
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 :
2019-03-01 23:14:20 +00:00
- Unknown
2019-02-25 23:24:46 +00:00
level : high