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