mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
26 lines
582 B
YAML
26 lines
582 B
YAML
title: Chafer Malware URL Pattern
|
|
id: fb502828-2db0-438e-93e6-801c7548686d
|
|
status: experimental
|
|
description: Detects HTTP requests used by Chafer malware
|
|
author: Florian Roth
|
|
date: 2019/01/31
|
|
references:
|
|
- https://securelist.com/chafer-used-remexi-malware/89538/
|
|
logsource:
|
|
category: proxy
|
|
detection:
|
|
selection:
|
|
c-uri|contains: '/asp.asp?ui='
|
|
condition: selection
|
|
fields:
|
|
- ClientIP
|
|
- c-uri
|
|
- c-useragent
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|
|
tags:
|
|
- attack.command_and_control
|
|
- attack.t1071.001
|
|
- attack.t1043 # an old one
|