2019-02-09 14:01:12 +01:00
title : Suspicious Calculator Usage
2019-11-12 23:12:27 +01:00
id : 737e618a-a410-49b5-bec3-9e55ff7fbc15
2019-02-09 14:01:12 +01: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 23:12:27 +01:00
- https://twitter.com/ItsReallyNick/status/1094080242686312448
2019-02-09 14:01:12 +01:00
author : Florian Roth
date : 2019 /02/09
2019-03-05 23:25:49 +01:00
tags :
- attack.defense_evasion
- attack.t1036
2019-02-09 14:01:12 +01:00
logsource :
2019-11-12 23:12:27 +01:00
category : process_creation
product : windows
2019-02-09 14:01:12 +01:00
detection :
2019-11-12 23:12:27 +01:00
selection1 :
CommandLine : '*\calc.exe *'
selection2 :
Image : '*\calc.exe'
filter2 :
Image : '*\Windows\Sys*'
condition : selection1 or ( selection2 and not filter2 )
falsepositives :
- Unknown
2019-02-26 00:24:46 +01:00
level : high