chore: untrack accidentally-committed threatfox-api.json

Slipped in via `git add -A` in the G.2 commit. Local artifact, never
intended for tracking.
This commit is contained in:
2026-05-08 16:30:18 -04:00
parent 09f598ce47
commit 337c7392b9
2 changed files with 1 additions and 70 deletions

1
.gitignore vendored
View File

@@ -63,3 +63,4 @@ package-lock.json
# files alongside ARE committed and exercise the harness in CI.
tests/ttp/rule_precision/corpus/*.jsonl
tests/ttp/rule_precision/corpus/seed_*.jsonl
threatfox-api.json

View File

@@ -1,70 +0,0 @@
{
"query_status": "ok",
"data": {
"1": {
"ioc_type": "url",
"fk_threat_type": "payload_delivery",
"description": "URL that delivers a malware payload"
},
"2": {
"ioc_type": "domain",
"fk_threat_type": "payload_delivery",
"description": "Domain name that delivers a malware payload"
},
"3": {
"ioc_type": "ip:port",
"fk_threat_type": "payload_delivery",
"description": "ip:port combination that delivery a malware payload"
},
"4": {
"ioc_type": "url",
"fk_threat_type": "botnet_cc",
"description": "URL that is used for botnet Command&control (C&C)"
},
"5": {
"ioc_type": "domain",
"fk_threat_type": "botnet_cc",
"description": "Domain that is used for botnet Command&control (C&C)"
},
"6": {
"ioc_type": "ip:port",
"fk_threat_type": "botnet_cc",
"description": "ip:port combination that is used for botnet Command&control (C&C)"
},
"7": {
"ioc_type": "envelope_from",
"fk_threat_type": "payload_delivery",
"description": "Sender email address (envelope from) that is used for payload delivery"
},
"8": {
"ioc_type": "body_from",
"fk_threat_type": "payload_delivery",
"description": "Sender email address (body from) that is used for payload delivery"
},
"9": {
"ioc_type": "md5_hash",
"fk_threat_type": "payload",
"description": "MD5 hash of a malware sample (payload)"
},
"10": {
"ioc_type": "sha256_hash",
"fk_threat_type": "payload",
"description": "SHA256 hash of a malware sample (payload)"
},
"11": {
"ioc_type": "sha3_384_hash",
"fk_threat_type": "payload",
"description": "SHA3-384 hash of a malware sample (payload)"
},
"12": {
"ioc_type": "sha1_hash",
"fk_threat_type": "payload",
"description": "SHA1 hash of a malware sample (payload)"
},
"13": {
"ioc_type": "domain",
"fk_threat_type": "cc_skimming",
"description": "Domain used for credit card skimming (usually related to Magecart attacks)"
}
}
}