Skip to content

Commit

Permalink
add: [crowdsec] Added description, documentation and summary for the …
Browse files Browse the repository at this point in the history
…crowdsec taxonomy
  • Loading branch information
chrisr3d committed May 26, 2023
1 parent 4a307cd commit 4cf88d7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.json
Expand Up @@ -123,6 +123,11 @@
"name": "course-of-action",
"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.",
"name": "cryptocurrency-threat",
Expand Down
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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) :
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](https://github.com/MISP/misp-taxonomies/tree/main/cryptocurrency-threat) :
Expand Down
7 changes: 7 additions & 0 deletions summary.md
Expand Up @@ -233,6 +233,13 @@
- Predicates
- passive
- 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
- description: Threats targetting cryptocurrency, based on CipherTrace report.
- version: 1
Expand Down

0 comments on commit 4cf88d7

Please sign in to comment.