mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
22 lines
480 B
YAML
22 lines
480 B
YAML
title: Chafer Malware URL Pattern
|
|
id: fb502828-2db0-438e-93e6-801c7548686d
|
|
status: experimental
|
|
description: Detects HTTP requests used by Chafer malware
|
|
references:
|
|
- https://securelist.com/chafer-used-remexi-malware/89538/
|
|
author: Florian Roth
|
|
date: 2019/01/31
|
|
logsource:
|
|
category: proxy
|
|
detection:
|
|
selection:
|
|
c-uri: '*/asp.asp?ui=*'
|
|
condition: selection
|
|
fields:
|
|
- ClientIP
|
|
- c-uri
|
|
- c-useragent
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|