mirror of https://github.com/MISP/misp-modules
parent
fb129106ab
commit
ef6542c629
4 changed files with 32 additions and 2 deletions
@ -0,0 +1,9 @@ |
||||
{ |
||||
"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, url (or domain) 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 in 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." |
||||
} |
Loading…
Reference in new issue