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

26 lines
538 B
YAML
Raw Normal View History

2019-01-31 12:31:48 +01:00
title: Chafer Malware URL Pattern
2019-11-12 23:12:27 +01:00
id: fb502828-2db0-438e-93e6-801c7548686d
2021-11-27 11:33:14 +01:00
status: test
2019-01-31 12:31:48 +01:00
description: Detects HTTP requests used by Chafer malware
author: Florian Roth
2020-09-15 07:02:30 -06:00
references:
2021-11-27 11:33:14 +01:00
- https://securelist.com/chafer-used-remexi-malware/89538/
date: 2019/01/31
modified: 2021/11/27
2019-01-31 12:31:48 +01:00
logsource:
2021-11-27 11:33:14 +01:00
category: proxy
2019-01-31 12:31:48 +01:00
detection:
2021-11-27 11:33:14 +01:00
selection:
c-uri|contains: '/asp.asp?ui='
condition: selection
2019-01-31 12:31:48 +01:00
fields:
2021-11-27 11:33:14 +01:00
- ClientIP
- c-uri
- c-useragent
2019-01-31 12:31:48 +01:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Unknown
2019-01-31 12:31:48 +01:00
level: critical
2020-09-15 07:02:30 -06:00
tags:
2021-11-27 11:33:14 +01:00
- attack.command_and_control
- attack.t1071.001