Files
mandiant-capa-rules/communication/http/reference-http-user-agent-string.yml
Yacine Elhamer 5b73ddcd24 manual pass
2023-08-22 09:40:13 +02:00

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