Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.