
Crypto group ushers in post-quantum security
Here’s a look at the Ethereum Foundation’s new PQC security effort — and why you need to modernize your SecOps.
Recursive unpacking is the process of extracting and analyzing nested files, archives, and compressed containers within a software artifact to reveal all embedded components. It’s essential for identifying deeply buried code, dependencies, or threats that are not visible through surface-level inspection.
Threat actors often hide malware or unauthorized files within multi-layered packaging formats (e.g., ZIP files within JAR files within EXE files). Without recursive unpacking, security tools may overlook critical payloads or vulnerable components embedded deep within software artifacts, especially in compiled or packaged releases.
A recursive unpacking engine:
It’s used in conjunction with binary analysis tools, malware detection engines, and Software Bill of Materials (SBOM) extractors.
Topic | Focus Area | Key Differences |
|---|---|---|
Binary SBOM | List of components in compiled code | Recursive unpacking helps generate accurate binary SBOMs |
Post-Compilation Scanning | Scans compiled artifacts | Recursive unpacking is often a prerequisite for effective scanning |
Artifact Behavioral Analysis | Runtime execution analysis | Focuses on behavior, not file structure or embedded content |

Here’s a look at the Ethereum Foundation’s new PQC security effort — and why you need to modernize your SecOps.

AI agents create novel attack surfaces and control issues that require rethinking assumptions — and AppSec tooling.

Here's how to assess a sample using Spectra Analyze in your environment — and create a YARA rule.