https://github.com/cybercentrecanada/assemblyline-service-server
Service tasking and result publishing API for Assemblyline 4
https://github.com/cybercentrecanada/assemblyline-service-server
api assemblyline malware-analysis service
Last synced: 6 months ago
JSON representation
Service tasking and result publishing API for Assemblyline 4
- Host: GitHub
- URL: https://github.com/cybercentrecanada/assemblyline-service-server
- Owner: CybercentreCanada
- License: mit
- Created: 2020-03-31T11:12:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T17:27:36.000Z (7 months ago)
- Last Synced: 2025-04-04T18:38:23.948Z (7 months ago)
- Topics: api, assemblyline, malware-analysis, service
- Language: Python
- Homepage: https://cybercentrecanada.github.io/assemblyline4_docs/
- Size: 401 KB
- Stars: 8
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
[](https://discord.gg/GUAy9wErNu)
[](https://discord.gg/GUAy9wErNu)
[](https://github.com/CybercentreCanada/assemblyline)
[](https://github.com/CybercentreCanada/assemblyline-service-server)
[](https://github.com/CybercentreCanada/assemblyline/issues?q=is:issue+is:open+label:service-server)
[](./LICENCE.md)# Assemblyline 4 - Service Server
The service server is a API that the service clients can call to interface with the system. This is the only access the services have to the system as they are completely segregated from the other components.
## Image variants and tags
| **Tag Type** | **Description** | **Example Tag** |
| :----------: | :----------------------------------------------------------------------------------------------- | :------------------------: |
| latest | The most recent build (can be unstable). | `latest` |
| build_type | The type of build used. `dev` is the latest unstable build. `stable` is the latest stable build. | `stable` or `dev` |
| series | Complete build details, including version and build type: `version.buildType`. | `4.5.stable`, `4.5.1.dev3` |## API functionality
Service server provides the following functions via API to the client:
- File download and upload
- Register service to the system
- Get a new task
- Publish results for a task
- Checking if certain tags or files have a reputation relative to the system (ie. safe vs malicious)#### Running this component
```bash
docker run --name service-server cccs/assemblyline-service-server
```## Documentation
For more information about this Assemblyline component, follow this [overview](https://cybercentrecanada.github.io/assemblyline4_docs/overview/architecture/) of the system's architecture.
---
# Assemblyline 4 - Serveur de service
Le serveur de service est une API que les clients des services peuvent contacter pour interagir avec le système. C'est le seul accès que les services ont avec le système. Autrement, ils sont complètement isolés des autres composants du système.
## Variantes et étiquettes d'image
| **Type d'étiquette** | **Description** | **Exemple d'étiquette** |
| :------------------: | :--------------------------------------------------------------------------------------------------------------- | :------------------------: |
| dernière | La version la plus récente (peut être instable). | `latest` |
| build_type | Le type de compilation utilisé. `dev` est la dernière version instable. `stable` est la dernière version stable. | `stable` ou `dev` |
| séries | Le détail de compilation utilisé, incluant la version et le type de compilation : `version.buildType`. | `4.5.stable`, `4.5.1.dev3` |## Fonctionnalité de l'API
Le serveur de service fournit les fonctionnalités suivantes au client via l'API :
- Téléchargement et chargement de fichiers
- Enregistrement d'un service dans le système
- Obtenir une nouvelle tâche
- Publier les résultats d'une tâche
- Vérifier si certaines étiquettes ou fichiers ont une réputation liée au système (c'est-à-dire sûrs ou malveillants).#### Exécuter ce composant
```bash
docker run --name service-server cccs/assemblyline-service-server
```## Documentation
Pour plus d'informations sur ce composant Assemblyline, suivez ce [overview](https://cybercentrecanada.github.io/assemblyline4_docs/overview/architecture/) de l'architecture du système.