2019-01-16 22:36:31 +00:00
title : Command Line Execution with suspicious URL and AppData Strings
status : experimental
2019-03-05 23:16:40 +00:00
description : Detects a suspicious command line execution that includes an URL and AppData string in the command line parameters as used by several droppers (js/vbs > powershell)
2019-01-16 22:36:31 +00:00
references :
2019-03-01 23:14:20 +00:00
- https://www.hybrid-analysis.com/sample/3a1f01206684410dbe8f1900bbeaaa543adfcd07368ba646b499fa5274b9edf6?environmentId=100
- https://www.hybrid-analysis.com/sample/f16c729aad5c74f19784a24257236a8bbe27f7cdc4a89806031ec7f1bebbd475?environmentId=100
2019-01-16 22:36:31 +00:00
author : Florian Roth
2019-03-05 23:16:40 +00:00
tags :
- attack.execution
- attack.t1059
2019-01-16 22:36:31 +00:00
logsource :
2019-03-01 23:14:20 +00:00
category : process_creation
product : windows
2019-01-16 22:36:31 +00:00
detection :
2019-03-01 23:14:20 +00:00
selection :
CommandLine :
- cmd.exe /c *http://*%AppData%
- cmd.exe /c *https://*%AppData%
condition : selection
2019-01-16 22:36:31 +00:00
fields :
2019-03-01 23:14:20 +00:00
- CommandLine
- ParentCommandLine
2019-01-16 22:36:31 +00:00
falsepositives :
2019-03-01 23:14:20 +00:00
- High
2019-01-16 22:36:31 +00:00
level : medium