misp-taxonomies/passivetotal/machinetag.json

87 lines
1.5 KiB
JSON
Raw Normal View History

{
2017-02-13 12:02:51 +01:00
"namespace": "passivetotal",
"expanded": "PassiveTotal",
"description": "Tags from RiskIQ's PassiveTotal service",
2019-01-16 15:30:25 +01:00
"version": 2,
2017-02-13 12:02:51 +01:00
"predicates": [
{
"value": "sinkholed",
"expanded": "Sinkhole Status"
},
{
2019-01-16 15:30:25 +01:00
"value": "ever-compromised",
"expanded": "Ever Compromised?"
2017-02-13 12:02:51 +01:00
},
{
"value": "dynamic-dns",
"expanded": "Dynamic DNS"
},
{
"value": "class",
"expanded": "Classification"
2017-02-13 12:02:51 +01:00
}
],
"values": [
{
"predicate": "sinkholed",
"entry": [
{
2017-02-13 12:02:51 +01:00
"value": "yes",
"expanded": "Yes"
},
{
2017-02-13 12:02:51 +01:00
"value": "no",
"expanded": "No"
}
]
},
{
2019-01-16 15:30:25 +01:00
"predicate": "ever-compromised",
2017-02-13 12:02:51 +01:00
"entry": [
{
"value": "yes",
"expanded": "Yes"
},
{
2017-02-13 12:02:51 +01:00
"value": "no",
"expanded": "No"
}
]
},
{
"predicate": "dynamic-dns",
"entry": [
{
"value": "yes",
"expanded": "Yes"
},
{
2017-02-13 12:02:51 +01:00
"value": "no",
"expanded": "No"
}
2017-02-13 12:02:51 +01:00
]
},
{
"predicate": "class",
"entry": [
{
"value": "malicious",
"expanded": "Malicious"
},
{
2017-02-13 12:02:51 +01:00
"value": "suspicious",
2018-05-22 10:58:01 +02:00
"expanded": "Suspicious"
},
{
2017-02-13 12:02:51 +01:00
"value": "non-malicious",
"expanded": "Non Malicious"
},
{
2017-02-13 12:02:51 +01:00
"value": "unknown",
"expanded": "Unknown"
}
2017-02-13 12:02:51 +01:00
]
}
]
}