misp-modules/documentation/website/expansion/wiki.json

13 lines
580 B
JSON

{
"description": "An expansion hover module to extract information from Wikidata to have additional information about particular term for analysis.",
"logo": "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."
}