Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CrowdSec] Update analyzer (1.0 => 1.1) #1273

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 66 additions & 3 deletions analyzers/Crowdsec/Crowdsec_analyzer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Crowdsec_Analyzer",
"version": "1.0",
"version": "1.1",
"author": "CERT-ARKEA",
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
"license": "AGPL-V3",
Expand All @@ -17,6 +17,69 @@
"type": "string",
"multi": false,
"required": true
},
{
"name": "taxonomy_reputation",
"description": "Create taxonomy for reputation",
"type": "boolean",
"multi": false,
"defaultValue": true
},
{
"name": "taxonomy_as_name",
"description": "Create taxonomy for AS name",
"type": "boolean",
"multi": false,
"defaultValue": false
},
{
"name": "taxonomy_ip_range_score",
"description": "Create taxonomy for IP range score",
"type": "boolean",
"multi": false,
"defaultValue": false
},
{
"name": "taxonomy_last_seen",
"description": "Create taxonomy for last seen date",
"type": "boolean",
"multi": false,
"defaultValue": false
},
{
"name": "taxonomy_attack_details",
"description": "Create taxonomy for attack details",
"type": "boolean",
"multi": false,
"defaultValue": false
},
{
"name": "taxonomy_behaviors",
"description": "Create taxonomy for behaviors",
"type": "boolean",
"multi": false,
"defaultValue": true
},
{
"name": "taxonomy_mitre_techniques",
"description": "Create taxonomy for mitre techniques",
"type": "boolean",
"multi": false,
"defaultValue": false
},
{
"name": "taxonomy_cves",
"description": "Create taxonomy for cves",
"type": "boolean",
"multi": false,
"defaultValue": true
},
{
"name": "taxonomy_not_found",
"description": "Create taxonomy for not found IP",
"type": "boolean",
"multi": false,
"defaultValue": true
}
],
"registration_required": true,
Expand All @@ -30,11 +93,11 @@
"screenshots": [
{
"path": "assets/crowdsec-report-long.png",
"caption": ""
"caption": "CrowdSec analyzer: long report"
},
{
"path": "assets/crowdsec-analyzer-result-example.png",
"caption": ""
"caption": "CrowdSec analyzer: short report"
}
]
}
Loading