Skip to content

Commit

Permalink
Merge pull request #607 from crowdsecurity/add_crowdsec_doc
Browse files Browse the repository at this point in the history
Add crowdsec json doc
  • Loading branch information
adulau committed Mar 21, 2023
2 parents 8b4efbf + f20f9d3 commit d275ec5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Binary file added documentation/logos/crowdsec.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions documentation/website/expansion/crowdsec.json
Original file line number Diff line number Diff line change
@@ -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."
}

0 comments on commit d275ec5

Please sign in to comment.