Core components for Assemblyline 4, an automated malware analysis and threat intelligence platform. Current version 4.7.3.1. Released as needed, often multiple dev versions per month.
pip install assemblyline-coreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic use of Classification from assemblyline-core
Update imports: e.g., from assemblyline.odm.messages import forge instead of assemblyline.common.forge.
Use from assemblyline.remote import Client instead.
Ensure infrastructure (Redis, Elasticsearch) is configured and accessible before using most classes.
Use `from assemblyline.odm.messages import forge`
Use explicit import: `from assemblyline.common.classification import Classification`
No dependency data recorded yet.