commit
8b57801204
|
@ -709,7 +709,7 @@
|
||||||
"version": 11
|
"version": 11
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"name": "pyoti",
|
"name": "pyoti",
|
||||||
"description": "PyOTI automated enrichment schemes for point in time classification of indicators."
|
"description": "PyOTI automated enrichment schemes for point in time classification of indicators."
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"namespace": "pyoti",
|
"namespace": "pyoti",
|
||||||
"description": "PyOTI automated enrichment schemes for point in time classification of indicators.",
|
"description": "PyOTI automated enrichment schemes for point in time classification of indicators.",
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"expanded": "PyOTI Enrichment",
|
"expanded": "PyOTI Enrichment",
|
||||||
"refs": [
|
"refs": [
|
||||||
"https://github.com/RH-ISAC/PyOTI",
|
"https://github.com/RH-ISAC/PyOTI",
|
||||||
|
@ -10,8 +10,7 @@
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "checkdmarc",
|
"value": "checkdmarc",
|
||||||
"expanded": "CheckDMARC",
|
"expanded": "CheckDMARC"
|
||||||
"description": "CheckDMARC validates SPF and DMARC DNS records."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "disposable-email",
|
"value": "disposable-email",
|
||||||
|
@ -20,43 +19,35 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "emailrepio",
|
"value": "emailrepio",
|
||||||
"expanded": "EmailRepIO",
|
"expanded": "EmailRepIO"
|
||||||
"description": "EmailRep.io is a system of crawlers, scanners and enrichment services that collects data on email addresses, domains, and internet personas."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "iris-investigate",
|
"value": "iris-investigate",
|
||||||
"expanded": "Iris Investigate",
|
"expanded": "Iris Investigate"
|
||||||
"description": "Iris Investigate gives visibility into what type of risk the domain represents."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "virustotal",
|
"value": "virustotal",
|
||||||
"expanded": "VirusTotal",
|
"expanded": "VirusTotal"
|
||||||
"description": "Analyze suspicious files and URLs to detect types of malware, automatically share them with the security community."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "circl-hashlookup",
|
"value": "circl-hashlookup",
|
||||||
"expanded": "CIRCL Hash Lookup",
|
"expanded": "CIRCL Hash Lookup"
|
||||||
"description": "Lookup hash values against database of known files. NSRL RDS database is included, as well as many others."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "reputation-block-list",
|
"value": "reputation-block-list",
|
||||||
"expanded": "Reputation Block List",
|
"expanded": "Reputation Block List"
|
||||||
"description": "Reputation Block Lists are lists of domains, URLs, and IP addresses that have been investigated and subsequently identified as posing security threats."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "abuseipdb",
|
"value": "abuseipdb",
|
||||||
"expanded": "AbuseIPDB",
|
"expanded": "AbuseIPDB"
|
||||||
"description": "AbuseIPDB is a project dedicated to helping combat the spread of hackers, spammers, and abusive activity on the internet."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "greynoise-riot",
|
"value": "greynoise-riot",
|
||||||
"expanded": "GreyNoise RIOT",
|
"expanded": "GreyNoise RIOT"
|
||||||
"description": "GreyNoise RIOT identifies IPs from known benign services and organizations that commonly cause false positives in network security and threat intelligence products."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "googlesafebrowsing",
|
"value": "googlesafebrowsing",
|
||||||
"expanded": "Google Safe Browsing",
|
"expanded": "Google Safe Browsing"
|
||||||
"description": "Google Safe Browsing is a blacklist service provided by Google that provides lists of URLs for web resources that contain malware or phishing content."
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"values": [
|
"values": [
|
||||||
|
@ -172,6 +163,11 @@
|
||||||
"value": "valid-signature",
|
"value": "valid-signature",
|
||||||
"expanded": "Valid Signature",
|
"expanded": "Valid Signature",
|
||||||
"description": "The valid-signature entry indicates a file is signed with a valid signature."
|
"description": "The valid-signature entry indicates a file is signed with a valid signature."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "invalid-signature",
|
||||||
|
"expanded": "Invalid Signature",
|
||||||
|
"description": "The invalid-signature entry indicates a file is signed with an invalid signature."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue