Files
blue-team-tools/rules/windows/sysmon/sysmon_win_binary_susp_com.yml
T

30 lines
848 B
YAML
Raw Normal View History

2018-08-30 10:11:53 +02:00
title: Microsoft Binary Suspicious Communication Endpoint
2019-11-12 23:12:27 +01:00
id: e0f8ab85-0ac9-423b-a73a-81b3c7b1aa97
2018-08-30 10:11:53 +02:00
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
2018-08-30 10:11:53 +02:00
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 3
Initiated: 'true'
2018-08-30 10:11:53 +02:00
DestinationHostname:
- '*dl.dropboxusercontent.com'
- '*.pastebin.com'
- '*.githubusercontent.com' # includes both gists and github repositories
2019-02-03 00:24:57 +01:00
Image: 'C:\Windows\\*'
2018-08-30 10:11:53 +02:00
condition: selection
falsepositives:
- 'Unknown'
level: high