Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybercentrecanada/assemblyline-service-client
Service client that interfaces with the API to fetch tasks and publish the result for a service in Assemblyline 4
https://github.com/cybercentrecanada/assemblyline-service-client
assemblyline client malware-analysis service
Last synced: 5 days ago
JSON representation
Service client that interfaces with the API to fetch tasks and publish the result for a service in Assemblyline 4
- Host: GitHub
- URL: https://github.com/cybercentrecanada/assemblyline-service-client
- Owner: CybercentreCanada
- License: mit
- Created: 2020-03-31T11:10:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T19:49:58.000Z (about 1 month ago)
- Last Synced: 2024-10-10T16:06:38.025Z (about 1 month ago)
- Topics: assemblyline, client, malware-analysis, service
- Language: Python
- Homepage: https://cybercentrecanada.github.io/assemblyline4_docs/
- Size: 264 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Assemblyline 4 - Service Client
The service client fetches tasks from the service server and drops them into a directory. It will then wait for output file(s) produced by the service. This allows the service to run independently in Python3, Python2, Java, C++, etc. A service will monitor a directory for a file with it's associated task.json, will process it and drop a result.json file which the service_client can in turn pick up to send back to the service_server.