diff --git a/documentation/logos/crowdsec.png b/documentation/logos/crowdsec.png new file mode 100644 index 0000000..6b2953d Binary files /dev/null and b/documentation/logos/crowdsec.png differ diff --git a/documentation/website/expansion/crowdsec.json b/documentation/website/expansion/crowdsec.json new file mode 100644 index 0000000..750caae --- /dev/null +++ b/documentation/website/expansion/crowdsec.json @@ -0,0 +1,15 @@ +{ + "description": "Hover module to lookup an IP in CrowdSec's 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" + ], + "input": "An IP address.", + "output": "IP Lookup information from CrowdSec CTI API", + "references": [ + "https://www.crowdsec.net/", + "https://docs.crowdsec.net/docs/cti_api/getting_started", + "https://app.crowdsec.net/" + ], + "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." +} \ No newline at end of file