assemblyline-v4-service


Nameassemblyline-v4-service JSON
Version 4.6.0.8 PyPI version JSON
download
home_pagehttps://github.com/CybercentreCanada/assemblyline-v4-service/
SummaryAssemblyline 4 - Service base
upload_time2025-07-04 17:25:18
maintainerNone
docs_urlNone
authorCCCS Assemblyline development team
requires_pythonNone
licenseMIT
keywords assemblyline automated malware analysis gc canada cse-cst cse cst cyber cccs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg?sanitize=true)](https://discord.gg/GUAy9wErNu)
[![](https://img.shields.io/discord/908084610158714900)](https://discord.gg/GUAy9wErNu)
[![Static Badge](https://img.shields.io/badge/github-assemblyline-blue?logo=github)](https://github.com/CybercentreCanada/assemblyline)
[![Static Badge](https://img.shields.io/badge/github-assemblyline--v4--service-blue?logo=github)](https://github.com/CybercentreCanada/assemblyline-v4-service)
[![GitHub Issues or Pull Requests by label](https://img.shields.io/github/issues/CybercentreCanada/assemblyline/service-base)](https://github.com/CybercentreCanada/assemblyline/issues?q=is:issue+is:open+label:service-base)
[![License](https://img.shields.io/github/license/CybercentreCanada/assemblyline-v4-service)](./LICENCE.md)

# Assemblyline 4 - Service Base

This repository provides the base service functionality for Assemblyline 4 services.

## 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` |

## Creating a new Assemblyline service

You can create a new Assemblyline service by using this [template](https://github.com/CybercentreCanada/assemblyline-service-template):

```bash
apt install jq
pip install git+https://github.com/CybercentreCanada/assemblyline-service-template.git
cruft create https://github.com/CybercentreCanada/assemblyline-service-template.git
```

## Documentation

For more information about service development for Assemblyline, follow this [guide](https://cybercentrecanada.github.io/assemblyline4_docs/developer_manual/services/developing_an_assemblyline_service/).

---

# Assemblyline 4 - Service Base

Ce référentiel fournit les fonctionnalités de base des services Assemblyline 4.

## Créer un nouveau service Assemblyline

Vous pouvez créer un nouveau service Assemblyline en utilisant ce [template](https://github.com/CybercentreCanada/assemblyline-service-template).

```bash
apt install jq
pip install git+https://github.com/CybercentreCanada/assemblyline-service-template.git
cruft create https://github.com/CybercentreCanada/assemblyline-service-template.git
```

## 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` or `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` |

## Documentation

Pour plus d'informations sur le développement des services pour Assemblyline, suivez ce [guide](https://cybercentrecanada.github.io/assemblyline4_docs/developer_manual/services/developing_an_assemblyline_service/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CybercentreCanada/assemblyline-v4-service/",
    "name": "assemblyline-v4-service",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "assemblyline automated malware analysis gc canada cse-cst cse cst cyber cccs",
    "author": "CCCS Assemblyline development team",
    "author_email": "assemblyline@cyber.gc.ca",
    "download_url": null,
    "platform": null,
    "description": "[![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg?sanitize=true)](https://discord.gg/GUAy9wErNu)\n[![](https://img.shields.io/discord/908084610158714900)](https://discord.gg/GUAy9wErNu)\n[![Static Badge](https://img.shields.io/badge/github-assemblyline-blue?logo=github)](https://github.com/CybercentreCanada/assemblyline)\n[![Static Badge](https://img.shields.io/badge/github-assemblyline--v4--service-blue?logo=github)](https://github.com/CybercentreCanada/assemblyline-v4-service)\n[![GitHub Issues or Pull Requests by label](https://img.shields.io/github/issues/CybercentreCanada/assemblyline/service-base)](https://github.com/CybercentreCanada/assemblyline/issues?q=is:issue+is:open+label:service-base)\n[![License](https://img.shields.io/github/license/CybercentreCanada/assemblyline-v4-service)](./LICENCE.md)\n\n# Assemblyline 4 - Service Base\n\nThis repository provides the base service functionality for Assemblyline 4 services.\n\n## Image variants and tags\n\n| **Tag Type** | **Description**                                                                                  |      **Example Tag**       |\n| :----------: | :----------------------------------------------------------------------------------------------- | :------------------------: |\n|    latest    | The most recent build (can be unstable).                                                         |          `latest`          |\n|  build_type  | The type of build used. `dev` is the latest unstable build. `stable` is the latest stable build. |     `stable` or `dev`      |\n|    series    | Complete build details, including version and build type: `version.buildType`.                   | `4.5.stable`, `4.5.1.dev3` |\n\n## Creating a new Assemblyline service\n\nYou can create a new Assemblyline service by using this [template](https://github.com/CybercentreCanada/assemblyline-service-template):\n\n```bash\napt install jq\npip install git+https://github.com/CybercentreCanada/assemblyline-service-template.git\ncruft create https://github.com/CybercentreCanada/assemblyline-service-template.git\n```\n\n## Documentation\n\nFor more information about service development for Assemblyline, follow this [guide](https://cybercentrecanada.github.io/assemblyline4_docs/developer_manual/services/developing_an_assemblyline_service/).\n\n---\n\n# Assemblyline 4 - Service Base\n\nCe r\u00e9f\u00e9rentiel fournit les fonctionnalit\u00e9s de base des services Assemblyline 4.\n\n## Cr\u00e9er un nouveau service Assemblyline\n\nVous pouvez cr\u00e9er un nouveau service Assemblyline en utilisant ce [template](https://github.com/CybercentreCanada/assemblyline-service-template).\n\n```bash\napt install jq\npip install git+https://github.com/CybercentreCanada/assemblyline-service-template.git\ncruft create https://github.com/CybercentreCanada/assemblyline-service-template.git\n```\n\n## Variantes et \u00e9tiquettes d'image\n\n| **Type d'\u00e9tiquette** | **Description**                                                                                                  |  **Exemple d'\u00e9tiquette**   |\n| :------------------: | :--------------------------------------------------------------------------------------------------------------- | :------------------------: |\n|       derni\u00e8re       | La version la plus r\u00e9cente (peut \u00eatre instable).                                                                 |          `latest`          |\n|      build_type      | Le type de compilation utilis\u00e9. `dev` est la derni\u00e8re version instable. `stable` est la derni\u00e8re version stable. |     `stable` or `dev`      |\n|        s\u00e9ries        | Le d\u00e9tail de compilation utilis\u00e9, incluant la version et le type de compilation : `version.buildType`.           | `4.5.stable`, `4.5.1.dev3` |\n\n## Documentation\n\nPour plus d'informations sur le d\u00e9veloppement des services pour Assemblyline, suivez ce [guide](https://cybercentrecanada.github.io/assemblyline4_docs/developer_manual/services/developing_an_assemblyline_service/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Assemblyline 4 - Service base",
    "version": "4.6.0.8",
    "project_urls": {
        "Homepage": "https://github.com/CybercentreCanada/assemblyline-v4-service/"
    },
    "split_keywords": [
        "assemblyline",
        "automated",
        "malware",
        "analysis",
        "gc",
        "canada",
        "cse-cst",
        "cse",
        "cst",
        "cyber",
        "cccs"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "161208bcbfe31da11528f37230ce9c62d2d63896641d0ea3afbb89881ad2cd8f",
                "md5": "92119f6ecaa3a8eed72fc4a267ff222f",
                "sha256": "d63f41b9a499c1b5921d7453edfc508d90b03fb0f035436e30c1f45d39706990"
            },
            "downloads": -1,
            "filename": "assemblyline_v4_service-4.6.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "92119f6ecaa3a8eed72fc4a267ff222f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 89604,
            "upload_time": "2025-07-04T17:25:18",
            "upload_time_iso_8601": "2025-07-04T17:25:18.033456Z",
            "url": "https://files.pythonhosted.org/packages/16/12/08bcbfe31da11528f37230ce9c62d2d63896641d0ea3afbb89881ad2cd8f/assemblyline_v4_service-4.6.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-04 17:25:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CybercentreCanada",
    "github_project": "assemblyline-v4-service",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "assemblyline-v4-service"
}
        
Elapsed time: 1.60317s