Decoder
HomeKnowledgeDocsOpen app
Home/Knowledge Hub/Formats

Knowledge Hub · format

Formats

Languages, packaging and binary formats Decoder can ingest and reason about.

  • Formats
    #zip
    #archive
    #security
    ZIP Archive Analysis

    ZIPs are the most common way to ship code and the most abused way to ship malware. Decoder ingests a ZIP server-side with hardened guards and exposes its content for review.

  • Formats
    #powershell
    #scripting
    #security
    PowerShell Script Analysis

    PowerShell is the workhorse of Windows post-exploitation. Decoder reads `.ps1` files statically and surfaces the patterns attackers rely on: encoded commands, `Invoke-Expression`, download cradles, AMSI bypasses.

  • Formats
    #python
    #py
    #language
    Python — Supported format

    Python is a first-class format in Decoder. Upload a single .py, a ZIP, or import a GitHub repo and get static + malware findings.

  • Formats
    #javascript
    #typescript
    #js
    JavaScript & TypeScript — Supported formats

    JavaScript and TypeScript are first-class in Decoder. Upload single files, ZIPs, or import a GitHub repo.

  • Formats
    #java
    #jvm
    #language
    Java — Supported format

    Java is supported as a first-class format. Rules cover the common enterprise weakness classes mapped to CWE.

  • Formats
    #docker
    #dockerfile
    #container
    Dockerfile — Supported format

    Dockerfiles are configuration that becomes runtime. Decoder flags the common foot-guns before they hit your registry.