mirror of https://github.com/MISP/misp-modules
11 lines
469 B
JSON
11 lines
469 B
JSON
{
|
|
"description": "Module to extract freetext from a .docx document.",
|
|
"logo": "docx.png",
|
|
"requirements": [
|
|
"docx python library"
|
|
],
|
|
"input": "Attachment attribute containing a .docx document.",
|
|
"output": "Text and freetext parsed from the document.",
|
|
"references": [],
|
|
"features": "The module reads the text contained in a .docx document. The result is passed to the freetext import parser so IoCs can be extracted out of it."
|
|
} |