Skip to content

Commit

Permalink
Merge pull request #1273 from crowdsecurity/feat/release-1.1.0
Browse files Browse the repository at this point in the history
[CrowdSec] Update analyzer (1.0 => 1.1)
  • Loading branch information
nusantara-self authored Oct 16, 2024
2 parents 49ee5b7 + f6907b5 commit a1c8b49
Show file tree
Hide file tree
Showing 8 changed files with 703 additions and 196 deletions.
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

0 comments on commit a1c8b49

Please sign in to comment.