skillfed

assemblyline-ui

Assemblyline 4 - API and Socket IO server

assemblyline-ui v4.7.4.9 73.9K downloads/30d#14,903 on PyPI21
Permissive license MIT Active released

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-ui

uv

uv add assemblyline-ui

poetry

poetry add assemblyline-ui

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Software Development :: Libraries

Tags

malware analysis api serverassemblyline ui interfacesocketio real-time alertssecurity analysis dashboardautomated threat detection apisubmission tracking interfacesecurity framework uilive system monitoring endpoints
malware-analysissecurity-frameworkapi-server

More Libraries packages