mirror of https://github.com/MISP/misp-modules
fix: Fixed AssemblyLine input description
parent
de8737d2f3
commit
6dcba6c8ae
|
@ -32,7 +32,7 @@ A module to submit samples and URLs to AssemblyLine for advanced analysis, and r
|
|||
>
|
||||
>If the sample or url is correctly submitted, you get then the link of the submission.
|
||||
- **input**:
|
||||
>Sample, url (or domain) to submit to AssemblyLine.
|
||||
>Sample, or url to submit to AssemblyLine.
|
||||
- **output**:
|
||||
>Link of the report generated in AssemblyLine.
|
||||
- **references**:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"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.",
|
||||
"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 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