2023-05-05 01:26:06 +02:00
|
|
|
title: Potential Base64 Encoded User-Agent
|
2022-07-08 10:40:35 +02:00
|
|
|
id: 894a8613-cf12-48b3-8e57-9085f54aa0c3
|
2023-05-05 01:26:06 +02:00
|
|
|
related:
|
|
|
|
|
- id: d443095b-a221-4957-a2c4-cd1756c9b747
|
|
|
|
|
type: derived
|
2024-03-01 15:38:35 +01:00
|
|
|
status: test
|
2023-05-09 16:04:24 +02:00
|
|
|
description: Detects User Agent strings that end with an equal sign, which can be a sign of base64 encoding.
|
2022-07-08 10:40:35 +02:00
|
|
|
references:
|
|
|
|
|
- https://blogs.jpcert.or.jp/en/2022/07/yamabot.html
|
2023-05-05 01:26:06 +02:00
|
|
|
- https://deviceatlas.com/blog/list-of-user-agent-strings#desktop
|
|
|
|
|
author: Florian Roth (Nextron Systems), Brian Ingram (update)
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2022-07-08
|
|
|
|
|
modified: 2023-05-04
|
2022-10-25 10:08:58 +02:00
|
|
|
tags:
|
2024-08-12 12:02:50 +02:00
|
|
|
- attack.command-and-control
|
2022-10-25 10:08:58 +02:00
|
|
|
- attack.t1071.001
|
2022-07-08 10:40:35 +02:00
|
|
|
logsource:
|
|
|
|
|
category: proxy
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
2023-05-05 01:26:06 +02:00
|
|
|
c-useragent|endswith: '='
|
2022-07-08 10:40:35 +02:00
|
|
|
condition: selection
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Unknown
|
2023-05-05 01:26:06 +02:00
|
|
|
level: medium
|