SigmaHQ/rules/windows/sysmon/sysmon_win_binary_susp_com.yml
2019-11-12 23:12:27 +01:00

30 lines
848 B
YAML

title: Microsoft Binary Suspicious Communication Endpoint
id: e0f8ab85-0ac9-423b-a73a-81b3c7b1aa97
status: experimental
description: Detects an executable in the Windows folder accessing suspicious domains
references:
- https://twitter.com/M_haggis/status/900741347035889665
- https://twitter.com/M_haggis/status/1032799638213066752
author: Florian Roth
date: 2018/08/30
tags:
- attack.lateral_movement
- attack.t1105
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 3
Initiated: 'true'
DestinationHostname:
- '*dl.dropboxusercontent.com'
- '*.pastebin.com'
- '*.githubusercontent.com' # includes both gists and github repositories
Image: 'C:\Windows\\*'
condition: selection
falsepositives:
- 'Unknown'
level: high