mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
20 lines
532 B
YAML
20 lines
532 B
YAML
title: Microsoft Binary Github Communication
|
|
status: experimental
|
|
description: Detects an executable in the Windows folder accessing github.com
|
|
reference: https://twitter.com/M_haggis/status/900741347035889665
|
|
author: Michael Haag (idea), Florian Roth (rule)
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 3
|
|
DestinationHostname: '*.github.com'
|
|
Image: 'C:\Windows\*'
|
|
condition: selection
|
|
falsepositives:
|
|
- 'Unknown'
|
|
- '@subTee in your network'
|
|
level: high
|
|
|