Trust Taxonomy

pull/186/head
Sebastien Tricaud 2020-04-03 11:10:23 -07:00
parent d577ad8758
commit 25f6e602e5
1 changed files with 133 additions and 0 deletions

133
trust/machinetag.json Normal file
View File

@ -0,0 +1,133 @@
{
"version": 1,
"description": "The Indicator of Trust provides insight about data on what can be trusted and known as a good actor. Similar to a whitelist but on steroids, reusing features one would use with Indicators of Compromise, but to filter out what is known to be good.",
"expanded": "Indicators of Trust",
"namespace": "trust",
"predicates": [
{
"value": "confidence"
},
{
"value": "periodicity"
},
{
"value": "change-likelihood"
},
{
"colour": "#2657ff",
"description": "This domain is known to be good",
"expanded": "A domain, the human name given to a host can be trusted",
"value": "domain"
},
{
"colour": "#e8c90e",
"description": "This IP is known to be good",
"expanded": "This IP address can be trusted",
"value": "ip"
},
{
"colour": "#0E40E8",
"description": "This SHA256 Hash can be trusted",
"expanded": "This SHA256 Hash can be trusted",
"value": "sha256"
},
{
"colour": "#0E40E8",
"description": "This SHA384 Hash can be trusted",
"expanded": "This SHA384 Hash can be trusted",
"value": "sha384"
},
{
"colour": "#0E40E8",
"description": "This SHA512 Hash can be trusted",
"expanded": "This SHA512 Hash can be trusted",
"value": "sha512"
},
{
"colour": "#00BD25",
"description": "This URI can be trusted",
"expanded": "This URI can be trusted",
"value": "uri"
},
{
"colour": "#00BD25",
"description": "This URL can be trusted",
"expanded": "This URL can be trusted",
"value": "url"
},
{
"colour": "#9D9D9D",
"description": "This email is trusted",
"expanded": "This email can be trusted",
"value": "email"
}
],
"values": [
{
"predicate": "confidence",
"entry": [
{
"value": "high",
"expanded": "High confidence"
},
{
"value": "low",
"expanded": "Low confidence"
},
{
"value": "medium",
"expanded": "Medium confidence"
}
]
},
{
"predicate": "periodicity",
"entry": [
{
"value": "hourly",
"expanded": "This attribute is likely to happen at an hourly interval"
},
{
"value": "daily",
"expanded": "This attribute is likely to happen at a daily interval"
},
{
"value": "weekly",
"expanded": "This attribute is likely to happen at a weekly interval"
},
{
"value": "monthly",
"expanded": "This attribute is likely to happen at a monthly interval"
},
{
"value": "yearly",
"expanded": "Thie attribute is likely to happen at a yearly interval"
}
]
},
{
"predicate": "change-likelihood",
"entry": [
{
"value": "low",
"expanded": "Low change probability"
},
{
"value": "medium",
"expanded": "Medium change probability"
},
{
"value": "high",
"expanded": "High change probability"
},
{
"value": "unknown",
"expanded": "Unknown change probability"
}
]
}
],
"refs": [
"https://trust.fyi/"
]
}