assemblyline


Nameassemblyline JSON
Version 4.5.0.9 PyPI version JSON
download
home_pagehttps://github.com/CybercentreCanada/assemblyline-base
SummaryAssemblyline 4 - Automated malware analysis framework
upload_time2024-03-26 15:14:15
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.
            # Assemblyline 4 - Automated malware analysis framework

AssemblyLine 4 is an open source malware analysis framework. It leverages Kubernetes and Docker to adapt to many use cases; from a small appliance for supporting manual malware analysis and security teams to large-scale enterprise security operations scanning millions of files a day and providing triage capabilities.

AssemblyLine can be easily integrated in your environment using it’s powerful rest API and web interfaces. The platform comes with dozens of services to provide deep file analysis and enable integration with other security platforms such as anti-virus, malware-detonation sandboxes and threat knowledge bases. Best of all, with a little bit of Python code you can extend it yourself by creating new analysis and integration services.

### Repository information

This is Assemblyline 4 base repository. It provides Assemblyline with common libraries, cachestore, datastore, filestore, ODM and remote datatypes.

#### System requirements

Assemblyline 4 will only work on systems running python3.11 and was only tested on linux systems.

#### Installation requirements

If used outside of our normal container this library requires outside linux libraries.

- libffi8 (dev)
- libfuxxy2 (dev)
- libmagic1
- python3.11 (dev)

Here is an example on how you would get those libraries on a `Ubuntu 20.04+` system:

    sudo add-apt-repository ppa:deadsnakes/ppa
    sudo apt install libffi8 libfuzzy2 libmagic1 build-essential libffi-dev python3.11 python3.11-dev python3-pip libfuzzy-dev

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CybercentreCanada/assemblyline-base",
    "name": "assemblyline",
    "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": "https://files.pythonhosted.org/packages/bd/de/c53c64d3f752ef7448fed8bb4f0d63212a182383b71537a2b2aadb30de4a/assemblyline-4.5.0.9.tar.gz",
    "platform": null,
    "description": "# Assemblyline 4 - Automated malware analysis framework\n\nAssemblyLine 4 is an open source malware analysis framework. It leverages Kubernetes and Docker to adapt to many use cases; from a small appliance for supporting manual malware analysis and security teams to large-scale enterprise security operations scanning millions of files a day and providing triage capabilities.\n\nAssemblyLine can be easily integrated in your environment using it\u2019s powerful rest API and web interfaces. The platform comes with dozens of services to provide deep file analysis and enable integration with other security platforms such as anti-virus, malware-detonation sandboxes and threat knowledge bases. Best of all, with a little bit of Python code you can extend it yourself by creating new analysis and integration services.\n\n### Repository information\n\nThis is Assemblyline 4 base repository. It provides Assemblyline with common libraries, cachestore, datastore, filestore, ODM and remote datatypes.\n\n#### System requirements\n\nAssemblyline 4 will only work on systems running python3.11 and was only tested on linux systems.\n\n#### Installation requirements\n\nIf used outside of our normal container this library requires outside linux libraries.\n\n- libffi8 (dev)\n- libfuxxy2 (dev)\n- libmagic1\n- python3.11 (dev)\n\nHere is an example on how you would get those libraries on a `Ubuntu 20.04+` system:\n\n    sudo add-apt-repository ppa:deadsnakes/ppa\n    sudo apt install libffi8 libfuzzy2 libmagic1 build-essential libffi-dev python3.11 python3.11-dev python3-pip libfuzzy-dev\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Assemblyline 4 - Automated malware analysis framework",
    "version": "4.5.0.9",
    "project_urls": {
        "Homepage": "https://github.com/CybercentreCanada/assemblyline-base"
    },
    "split_keywords": [
        "assemblyline",
        "automated",
        "malware",
        "analysis",
        "gc",
        "canada",
        "cse-cst",
        "cse",
        "cst",
        "cyber",
        "cccs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bddec53c64d3f752ef7448fed8bb4f0d63212a182383b71537a2b2aadb30de4a",
                "md5": "6a8990a944e391511b4da65c59b5af9c",
                "sha256": "1126e099c9997a6dc3f314ce770be5aadd2f98d393ccb664e4ebeb44fe26cbc8"
            },
            "downloads": -1,
            "filename": "assemblyline-4.5.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "6a8990a944e391511b4da65c59b5af9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 713088,
            "upload_time": "2024-03-26T15:14:15",
            "upload_time_iso_8601": "2024-03-26T15:14:15.117587Z",
            "url": "https://files.pythonhosted.org/packages/bd/de/c53c64d3f752ef7448fed8bb4f0d63212a182383b71537a2b2aadb30de4a/assemblyline-4.5.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 15:14:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CybercentreCanada",
    "github_project": "assemblyline-base",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "assemblyline"
}
        
Elapsed time: 0.24246s