assemblyline-ui
Assemblyline 4 - API and Socket IO server
What it is and what it does
Assemblyline-ui is the web interface and API server for Assemblyline 4, a malware analysis framework. It exposes REST APIs and SocketIO WebSocket endpoints that provide access to submission results, alerts, system health, and live submission state. The package bundles a Flask-based web UI and server infrastructure, designed to be deployed as a containerized service component rather than embedded in other applications.
The package depends on 15 runtime libraries covering web serving (Flask, Werkzeug, Gunicorn, Gevent), authentication (python-ldap, python3-saml, Authlib, fido2, PyJWT), and XML/QR handling (lxml, xmlsec, pyqrcode). It is actively maintained, with a release from 2 days ago and recent commits, and carries no known security vulnerabilities.
Use it for:
- Deploy as the primary web interface and API gateway for an Assemblyline 4 malware analysis cluster.
- Integrate with external security tools via REST APIs to query submission results and alert status.
- Monitor live system health and submission progress using SocketIO WebSocket endpoints.
- Implement custom authentication (LDAP, SAML, FIDO2) for enterprise security analysis platforms.
- Build dashboards and reporting tools that consume Assemblyline APIs for threat intelligence workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides REST APIs, WebSocket endpoints, and a web UI for the Assemblyline 4 malware analysis framework, enabling programmatic and interactive access to submission results, alerts, and system health.
Yes, if you are deploying or extending Assemblyline 4. The package is actively maintained, carries no known vulnerabilities, and has low install friction. However, it is a service component designed for containerized deployment, not a general-purpose library—install it only if you are running an Assemblyline instance or integrating with one via its APIs.
Install
assemblyline-ui on PyPI
pip
pip install assemblyline-uiuv
uv add assemblyline-uipoetry
poetry add assemblyline-uiInstalling assemblyline-ui
Before you install
Active maintenance with a release 2 days old and recent commits. Low install friction with a pure Python wheel. Depends on 15 runtime packages including Flask, Werkzeug, and authentication libraries (python-ldap, python3-saml, Authlib, fido2), which are standard but add complexity to deployment.
License in practice
MIT license permits commercial and private use with minimal restrictions; you may use, modify, and distribute this package freely provided you include the license notice.
Quickstart
pip install assemblyline-ui
from assemblyline_ui import app
# The package provides Flask/Gunicorn-based server; typically deployed via Docker or direct WSGI runner
gunicorn assemblyline_ui:app
Requires assemblyline and assemblyline-core packages installed; designed for deployment as a service component rather than library import, typically run in Docker or behind a reverse proxy.
Verify before relying
- Whether the package can be used as a standalone library or is intended only as a deployed service component.
- Specific Python version requirements (classifiers list 3.7–3.11 but requires_python is unspecified).
- Configuration and environment variable requirements for authentication backends (LDAP, SAML, FIDO2).
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 15 — assemblyline, assemblyline-core, werkzeug, flask, pyqrcode, markdown, python-ldap, python3-saml, Authlib, fido2, PyJWT, gunicorn, gevent, xmlsec, lxml |
| Maintenance | actively maintained — 2 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 73,940/month — #14,903 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: assemblyline_ui-4.7.4.9-py3-none-any.whl
Keywords: assemblyline, automated, malware, analysis, gc, canada, cse-cst, cse, cst, cyber, cccs
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
fastapi-socketioIntegrates Socket.IO real-time bidirectional…
permissive · top 15,000 on PyPI
aiohttp-swaggerGenerates Swagger API documentation and…
permissive · top 15,000 on PyPI
ixnetwork-restpyA Python client library for automating…
permissive · top 15,000 on PyPI
pysae-ai-toolsOrchestrates installation and configuration of…
unclear · top 15,000 on PyPI
aioruckusAsync Python client library for querying and…
permissive · top 15,000 on PyPI
vt-pyOfficial Python client for the VirusTotal REST…
permissive · top 15,000 on PyPI
socketdevA Python SDK that wraps the Socket.dev REST…
permissive · top 15,000 on PyPI
Flask-SocketIOFlask-SocketIO adds real-time bidirectional…
permissive · top 5,000 on PyPI
mattermostdriverPython client library for the Mattermost API…
permissive · top 15,000 on PyPI
threatwirethreatwire provides real-time network packet…
permissive · top 15,000 on PyPI