mirror of https://github.com/MISP/misp-modules
Add crowdsec json doc
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>pull/607/head
parent
8b4efbfd59
commit
f20f9d3043
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
|
@ -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."
|
||||
}
|
Loading…
Reference in New Issue