mirror of https://github.com/MISP/misp-modules
16 lines
788 B
JSON
16 lines
788 B
JSON
{
|
|
"description": "Module to enrich the information by making use of the Vysion API.",
|
|
"logo": "vysion.png",
|
|
"requirements": [
|
|
"Vysion python library",
|
|
"Vysion API Key"
|
|
],
|
|
"input": "company(target-org), country, info, BTC, XMR and DASH address.",
|
|
"output": "MISP objects containing title, link to our webapp and TOR, i2p or clearnet URLs.",
|
|
"references": [
|
|
"https://vysion.ai/",
|
|
"https://developers.vysion.ai/",
|
|
"https://github.com/ByronLabs/vysion-cti/tree/main"
|
|
],
|
|
"features": "This module gets correlated information from Byron Labs' dark web intelligence database. With this you will get several objects containing information related to, for example, an organization victim of a ransomware attack."
|
|
} |