add: [crowdsec] Added description, documentation and summary for the crowdsec taxonomy
parent
4a307cd528
commit
4cf88d7928
|
@ -123,6 +123,11 @@
|
||||||
"name": "course-of-action",
|
"name": "course-of-action",
|
||||||
"version": 2
|
"version": 2
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "The Crowdsec behaviors and classifications taxonomy is the list of taxonomies used in Crowdsec to describe the behaviors and classifications of an IP address. The behaviors are a list of attack categories for which a given IP address was reported, where the classifications describe a list of categories associated to an IP address and, when applicable, a list of false positive categories.",
|
||||||
|
"name": "crowdsec",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Threats targetting cryptocurrency, based on CipherTrace report.",
|
"description": "Threats targetting cryptocurrency, based on CipherTrace report.",
|
||||||
"name": "cryptocurrency-threat",
|
"name": "cryptocurrency-threat",
|
||||||
|
|
|
@ -132,6 +132,11 @@ The COPINE Scale is a rating system created in Ireland and used in the United Ki
|
||||||
[course-of-action](https://github.com/MISP/misp-taxonomies/tree/main/course-of-action) :
|
[course-of-action](https://github.com/MISP/misp-taxonomies/tree/main/course-of-action) :
|
||||||
A Course Of Action analysis considers six potential courses of action for the development of a cyber security capability. [Overview](https://www.misp-project.org/taxonomies.html#_course_of_action)
|
A Course Of Action analysis considers six potential courses of action for the development of a cyber security capability. [Overview](https://www.misp-project.org/taxonomies.html#_course_of_action)
|
||||||
|
|
||||||
|
### crowdsec
|
||||||
|
|
||||||
|
[crowdsec](https://github.com/MISP/misp-taxonomies/tree/main/crowdsec) :
|
||||||
|
The Crowdsec behaviors and classifications taxonomy is the [list of taxonomies used in Crowdsec](https://doc.crowdsec.net/docs/next/cti_api/taxonomy) to describe the behaviors and classifications of an IP address. The behaviors are a list of attack categories for which a given IP address was reported, where the classifications describe a list of categories associated to an IP address and, when applicable, a list of false positive categories. [Overview](https://www.misp-project.org/taxonomies.html#_crowdsec)
|
||||||
|
|
||||||
### cryptocurrency-threat
|
### cryptocurrency-threat
|
||||||
|
|
||||||
[cryptocurrency-threat](https://github.com/MISP/misp-taxonomies/tree/main/cryptocurrency-threat) :
|
[cryptocurrency-threat](https://github.com/MISP/misp-taxonomies/tree/main/cryptocurrency-threat) :
|
||||||
|
|
|
@ -233,6 +233,13 @@
|
||||||
- Predicates
|
- Predicates
|
||||||
- passive
|
- passive
|
||||||
- active
|
- active
|
||||||
|
### crowdsec
|
||||||
|
- description: The Crowdsec behaviors and classifications taxonomy is the list of taxonomies used in Crowdsec to describe the behaviors and classifications of an IP address. The behaviors are a list of attack categories for which a given IP address was reported, where the classifications describe a list of categories associated to an IP address and, when applicable, a list of false positive categories.
|
||||||
|
- version: 1
|
||||||
|
- predicates
|
||||||
|
- behavior
|
||||||
|
- false-positive
|
||||||
|
- classification
|
||||||
### cryptocurrency-threat
|
### cryptocurrency-threat
|
||||||
- description: Threats targetting cryptocurrency, based on CipherTrace report.
|
- description: Threats targetting cryptocurrency, based on CipherTrace report.
|
||||||
- version: 1
|
- version: 1
|
||||||
|
|
Loading…
Reference in New Issue