mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-06 17:45:23 +00:00
24 lines
656 B
YAML
Executable File
24 lines
656 B
YAML
Executable File
title: Microsoft Binary Github Communication
|
|
status: experimental
|
|
description: Detects an executable in the Windows folder accessing github.com
|
|
references:
|
|
- https://twitter.com/M_haggis/status/900741347035889665
|
|
- https://twitter.com/M_haggis/status/1032799638213066752
|
|
author: Michael Haag (idea), Florian Roth (rule)
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 3
|
|
DestinationHostname:
|
|
- '*.github.com'
|
|
- '*.githubusercontent.com'
|
|
Image: 'C:\Windows\*'
|
|
condition: selection
|
|
falsepositives:
|
|
- 'Unknown'
|
|
- '@subTee in your network'
|
|
level: high
|
|
|