-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(crowdsec): Add missing moduleinfo fields
- Loading branch information
1 parent
57a1965
commit 8c1d7b2
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|