Files
blue-team-tools/rules/proxy/proxy_chafer_malware.yml
T

21 lines
435 B
YAML
Raw Normal View History

2019-01-31 12:31:48 +01:00
title: Chafer Malware URL Pattern
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:
2019-10-21 11:19:59 +02:00
c-uri: '*/asp.asp?ui=*'
2019-01-31 12:31:48 +01:00
condition: selection
fields:
- ClientIP
- URL
- UserAgent
falsepositives:
- Unknown
level: critical