mirror of https://github.com/MISP/misp-modules
11 lines
506 B
JSON
11 lines
506 B
JSON
|
{
|
||
|
"description": "An expansion module to query the CIRCL Passive SSH.",
|
||
|
"logo": "passivessh.png",
|
||
|
"input": "IP addresses or SSH fingerprints",
|
||
|
"output": "SSH key materials, complementary IP addresses with similar SSH key materials",
|
||
|
"references": [
|
||
|
"https://github.com/D4-project/passive-ssh"
|
||
|
],
|
||
|
"features": "The module queries the Passive SSH service from CIRCL.\n \n The module can be used an hover module but also an expansion model to add related MISP objects.\n"
|
||
|
}
|