mirror of https://github.com/MISP/misp-modules
10 lines
559 B
JSON
10 lines
559 B
JSON
{
|
|
"description": "An expansion hover module to extract information from Wikidata to have additional information about particular term for analysis.",
|
|
"logo": "logos/wikidata.png",
|
|
"requirements": ["SPARQLWrapper python library"],
|
|
"input": "Text attribute.",
|
|
"output": "Text attribute.",
|
|
"references": ["https://www.wikidata.org"],
|
|
"features": "This module takes a text attribute as input and queries the Wikidata API. If the text attribute is clear enough to define a specific term, the API returns a wikidata link in response."
|
|
}
|