Merge pull request #128 from Delta-Sierra/master
add new Taxonomy type -improvement still needed-pull/137/head
commit
c268daceb2
|
@ -53,6 +53,7 @@ bfuscation techniques. This taxonomy lists all the known or official packer used
|
||||||
- [The Permissible Actions Protocol - or short: PAP - was designed to indicate how the received information can be used.](./PAP)
|
- [The Permissible Actions Protocol - or short: PAP - was designed to indicate how the received information can be used.](./PAP)
|
||||||
- [Targeted Threat Index is a metric for assigning an overall threat ranking score to email messages that deliver malware to a victim’s computer.](./targeted-threat-index)
|
- [Targeted Threat Index is a metric for assigning an overall threat ranking score to email messages that deliver malware to a victim’s computer.](./targeted-threat-index)
|
||||||
- [TLP - Traffic Light Protocol](./tlp)
|
- [TLP - Traffic Light Protocol](./tlp)
|
||||||
|
- [Type](./type)
|
||||||
- [Vocabulaire des probabilités estimatives](./vocabulaire-des-probabilites-estimatives)
|
- [Vocabulaire des probabilités estimatives](./vocabulaire-des-probabilites-estimatives)
|
||||||
- Vocabulary for Event Recording and Incident Sharing [VERIS](./veris)
|
- Vocabulary for Event Recording and Incident Sharing [VERIS](./veris)
|
||||||
- [Binary Classification](./binary-class) safe/malicious binary tagging
|
- [Binary Classification](./binary-class) safe/malicious binary tagging
|
||||||
|
@ -271,4 +272,3 @@ or
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
If a specific author of a taxonomy wants to license it under a different license, a pull request can be requested.
|
If a specific author of a taxonomy wants to license it under a different license, a pull request can be requested.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"predicates": [
|
||||||
|
{
|
||||||
|
"expanded": "Open Source Intelligence",
|
||||||
|
"value": "OSINT"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version": 1,
|
||||||
|
"description": "Taxonomy to describe different types of data",
|
||||||
|
"namespace": "type"
|
||||||
|
}
|
Loading…
Reference in New Issue