Skip to content

Commit

Permalink
feat(crowdsec): Add missing moduleinfo fields
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 22, 2024
1 parent 57a1965 commit 8c1d7b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions misp_modules/modules/expansion/crowdsec.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"author": "Shivam Sandbhor <[email protected]>",
"description": "Module to access CrowdSec CTI API.",
"module-type": ["hover", "expansion"],
"name": "CrowdSec CTI",
"logo": "crowdsec.png",
"requirements": ["A CrowdSec CTI API key. Get yours by following https://docs.crowdsec.net/docs/cti_api/getting_started/#getting-an-api-key"],
"features": "This module enables IP lookup from CrowdSec CTI API. It provides information about the IP, such as what kind of attacks it has been participant of as seen by CrowdSec's network. It also includes enrichment by CrowdSec like background noise score, aggressivity over time etc.",
"references": ["https://www.crowdsec.net/", "https://docs.crowdsec.net/docs/cti_api/getting_started", "https://app.crowdsec.net/"],
"input": "An IP address.",
"output": "IP Lookup information from CrowdSec CTI API",
}
moduleconfig = [
"api_key",
Expand Down

0 comments on commit 8c1d7b2

Please sign in to comment.