mirror of https://github.com/MISP/misp-modules
Modules for expansion services, import and export in MISP
http://misp.github.io/misp-modules
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
785 B
9 lines
785 B
{ |
|
"description": "A module to submit samples and URLs to AssemblyLine for advanced analysis, and return the link of the submission.", |
|
"logo": "logos/assemblyline.png", |
|
"requirements": ["assemblyline_client: Python library to query the AssemblyLine rest API."], |
|
"input": "Sample, or url to submit to AssemblyLine.", |
|
"output": "Link of the report generated in AssemblyLine.", |
|
"references": ["https://www.cyber.gc.ca/en/assemblyline"], |
|
"features": "The module requires the address of the AssemblyLine server you want to query as well as your credentials used for this instance. Credentials include the user-ID and an API key or the password associated to the user-ID.\n\nIf the sample or url is correctly submitted, you get then the link of the submission." |
|
}
|
|
|