feat(crowdsec): Add missing moduleinfo fields

pull/687/head
Julien Loizelet 2024-08-22 14:48:30 +09:00
parent 57a1965b52
commit 8c1d7b2c20
No known key found for this signature in database
GPG Key ID: 5D80B45A75ACD581
1 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,13 @@ moduleinfo = {
"author": "Shivam Sandbhor <shivam@crowdsec.net>",
"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",