new: [rsit] Reference Security Incident Classification Taxonomy added

thanks to ENISA @amicaross @aaronkaplan
pull/107/head
Alexandre Dulaunoy 2018-07-12 14:30:01 +02:00
parent e5d3d68f77
commit 49f4c9d435
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 285 additions and 1 deletions

View File

@ -334,11 +334,16 @@
"version": 1,
"name": "false-positive",
"description": "This taxonomy aims to ballpark the expected amount of false positives."
},
{
"version": 1,
"name": "rsit",
"description": "Reference Security Incident Classification Taxonomy."
}
],
"path": "machinetag.json",
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
"description": "Manifest file of MISP taxonomies available.",
"license": "CC-0",
"version": "20180614"
"version": "20180714"
}

279
rsit/machinetag.json Normal file
View File

@ -0,0 +1,279 @@
{
"values": [
{
"entry": [
{
"description": "Or 'Unsolicited Bulk Email', this means that the recipient has not granted verifiable permission for the message to be sent and that the message is sent as part of a larger collection of messages, all having a functionally comparable content.",
"expanded": "spam",
"value": "spam"
},
{
"description": "Discreditation or discrimination of somebody e.g. cyber stalking, racism and threats against one or more individuals).",
"expanded": "Harmful Speech",
"value": "harmful-speech"
},
{
"description": "Child Pornography, glorification of violence, ...",
"expanded": "Child/Sexual/Violence/...",
"value": "violence"
}
],
"predicate": "abusive-content"
},
{
"entry": [
{
"description": "Software that is intentionally included or inserted in a system for a harmful purpose. A user interaction is normally necessary to activate the code.",
"expanded": "Virus",
"value": "virus"
},
{
"description": "see 'virus'",
"expanded": "Worm",
"value": "worm"
},
{
"description": "see 'virus'",
"expanded": "Trojan",
"value": "trojan"
},
{
"description": "see 'virus'",
"expanded": "Spyware",
"value": "spyware"
},
{
"description": "see 'virus'",
"expanded": "Dialer",
"value": "dialer"
},
{
"description": "see 'virus'",
"expanded": "Rootkit",
"value": "rootkit"
}
],
"predicate": "malicious-code"
},
{
"entry": [
{
"description": "Attacks that send requests to a system to discover weak points. This includes also some kind of testing processes to gather information about hosts, services and accounts. Examples: fingerd, DNS querying, ICMP, SMTP (EXPN, RCPT, ...), port scanning.",
"expanded": "Scanning",
"value": "scanner"
},
{
"description": "Observing and recording of network traffic (wiretapping).",
"expanded": "Sniffing",
"value": "sniffing"
},
{
"description": "Gathering information from a human being in a non-technical way (e.g. lies, tricks, bribes, or threats).",
"expanded": "Social Engineering",
"value": "social-engineering"
}
],
"predicate": "information-gathering"
},
{
"entry": [
{
"description": "An attempt to compromise a system or to disrupt any service by exploiting vunerabilities with a standardised identifier such as CVE name (e.g. buffer overflow, backdoor, cross site scripting, etc.)",
"expanded": "Exploiting of known Vulnerabilities",
"value": "ids-alert"
},
{
"description": "Multiple login attempts (Guessing / cracking of passwords, brute force).",
"expanded": "Login attempts",
"value": "brute-force"
},
{
"description": "An attempt using an unknown exploit.",
"expanded": "New attack signature",
"value": "exploit"
}
],
"predicate": "intrusion-attempts"
},
{
"entry": [
{
"description": "A successful compromise of a system or application (service). This can have been caused remotely by a known or new vulnerability, but also by an unauthorized local access. Also includes being part of a botnet.",
"expanded": "Privileged Account Compromise",
"value": "privileged-account-compromise"
},
{
"description": "see 'Privileged Account Compromise'",
"expanded": "Unprivileged Account Compromise",
"value": "unprivileged-account-compromise"
},
{
"description": "see 'Privileged Account Compromise'",
"expanded": "Application Compromise",
"value": "application-compromise"
},
{
"description": "see 'Privileged Account Compromise'",
"expanded": "Bot",
"value": "bot"
}
],
"predicate": "intrusions"
},
{
"entry": [
{
"description": "Denial of Service.",
"expanded": "DoS",
"value": "dos"
},
{
"description": "Distributed Denial of Service.",
"expanded": "DDoS",
"value": "ddos"
},
{
"description": "Sabotage.",
"expanded": "Sabotage",
"value": "sabotage"
},
{
"description": "Outage (no malice).",
"expanded": "Outage (no malice)",
"value": "outage"
}
],
"predicate": "availability"
},
{
"entry": [
{
"description": "Besides local abuse of data and systems, the security of information can be endangered by successful compromise of an account or application. In addition, attacks that intercept and access information during transmission (wiretapping, spoofing or hijacking) are possible. Human/configuration/software error can also be the cause.",
"expanded": "Unauthorised access to information",
"value": "Unauthorised-information-access"
},
{
"description": "see 'Unauthorised access to information'",
"expanded": "Unauthorised modification of information",
"value": "Unauthorised-information-modification"
}
],
"predicate": "information-content-security"
},
{
"entry": [
{
"description": "Using resources for unauthorized purposes including profit-making ventures (E.g. the use of e-mail to participate in illegal profit chain letters or pyramid schemes).",
"expanded": "Unauthorized use of resources",
"value": "unauthorized-use-of-resources"
},
{
"description": "Offering or Installing copies of unlicensed commercial software or other copyright protected materials (Warez).",
"expanded": "Copyright",
"value": "copyright"
},
{
"description": "Type of attacks in which one entity illegitimately assumes the identity of another in order to benefit from it.",
"expanded": "Masquerade",
"value": "masquerade"
},
{
"description": "Masquerading as another entity in order to persuade the user to reveal a private credential.",
"expanded": "Phishing",
"value": "phishing"
}
],
"predicate": "fraud"
},
{
"entry": [
{
"description": "Open resolvers, world readable printers, vulnerability apparent from Nessus etc scans, virus, signatures not up to date, etc.",
"expanded": "Open for abuse",
"value": "vulnerable-service"
}
],
"predicate": "vulnerable"
},
{
"entry": [
{
"description": "All incidents which don't fit in one of the given categories should be put into this class.",
"expanded": "other",
"value": "other"
}
],
"predicate": "other"
},
{
"entry": [
{
"description": "Meant for testing.",
"expanded": "Test",
"value": "test"
}
],
"predicate": "test"
}
],
"predicates": [
{
"description": "Abusive Content.",
"expanded": "Abusive Content",
"value": "abusive-content"
},
{
"description": "Software that is intentionally included or inserted in a system for a harmful purpose. A user interaction is normally necessary to activate the code.",
"expanded": "Malicious Code",
"value": "malicious-code"
},
{
"description": "Information Gathering.",
"expanded": "Information Gathering",
"value": "information-gathering"
},
{
"description": "Intrusion Attempts.",
"expanded": "Intrusion Attempts",
"value": "intrusion-attempts"
},
{
"description": "A successful compromise of a system or application (service). This can have been caused remotely by a known or new vulnerability, but also by an unauthorized local access. Also includes being part of a botnet.",
"expanded": "Intrusions",
"value": "intrusions"
},
{
"description": "By this kind of an attack a system is bombarded with so many packets that the operations are delayed or the system crashes. DoS examples are ICMP and SYN floods, Teardrop attacks and mail-bombing. DDoS often is based on DoS attacks originating from botnets, but also other scenarios exist like DNS Amplification attacks. However, the availability also can be affected by local actions (destruction, disruption of power supply, etc.) or by Act of God, spontaneous failures or human error, without malice or gross neglect being involved.",
"expanded": "Availability",
"value": "availability"
},
{
"description": "Besides a local abuse of data and systems the information security can be endangered by a successful account or application compromise. Furthermore attacks are possible that intercept and access information during transmission (wiretapping, spoofing or hijacking). Human/configuration/software error can also be the cause.",
"expanded": "Information Content Security",
"value": "information-content-security"
},
{
"description": "Fraud.",
"expanded": "Fraud",
"value": "fraud"
},
{
"description": "Open resolvers, world readable printers, vulnerability apparent from Nessus etc scans, virus signatures not up-to-date, etc",
"expanded": "Vulnerable",
"value": "vulnerable"
},
{
"description": "All incidents which don't fit in one of the given categories should be put into this class. If the number of incidents in this category increases, it is an indicator that the classification scheme must be revised",
"expanded": "Other",
"value": "other"
},
{
"description": "Meant for testing.",
"expanded": "Test",
"value": "test"
}
],
"version": 1,
"description": "Reference Security Incident Classification Taxonomy",
"namespace": "RSIT"
}