mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
24 lines
656 B
YAML
24 lines
656 B
YAML
# generated using capa explorer for IDA Pro
|
|
rule:
|
|
meta:
|
|
name: reference HTTP User-Agent string
|
|
namespace: communication/http
|
|
authors:
|
|
- "@mr-tz"
|
|
scopes:
|
|
static: function
|
|
dynamic: process
|
|
mbc:
|
|
- Communication::HTTP Communication [C0002]
|
|
references:
|
|
- https://www.useragents.me/
|
|
- https://www.whatismybrowser.com/guides/the-latest-user-agent/
|
|
examples:
|
|
- 0796F1C1EA0A142FC1EB7109A44C86CB:0x4043F0
|
|
features:
|
|
- or:
|
|
- substring: "Mozilla/5.0"
|
|
- substring: "like Gecko"
|
|
- api: urlmon.ObtainUserAgentString
|
|
- property/read: System.Net.HttpWebRequest::UserAgent
|