Public Report Center

ZeroNet Report Center

CODENAME: AIRPORT

ZN-AES Encrypted Data Aggregation & Transformer Service For Counter-Cyber-Intelligence Operations

ODFSEC animated mark
Total Submissions1
Database StatusOnline
Public Reports0
Successful Takedowns0

Check Report or Host Status

Enter a submission UUID or host identifier to check its public review status.

Database Analytics

Database Table Sizes

File Type Composition

1 reports with evidence 1 files analyzed

Reports by Flag ID

Reports by Date

How It Works

All reports are encrypted with AES-256-GCM before storage — whether submitted through the normal API or the offline recovery portal. ZNRC4 AIRPORT uses a multi-tier architecture for intake, analysis, and case management.

flowchart TD
    subgraph Reporter["You"]
        OnlineForm["Online Form"]
        OfflineForm["Offline Emergency Form"]
    end
    subgraph Processing["Processing"]
        APIPath["API Server"]
        RecoveryPath["Recovery Service"]
    end
    subgraph Encryption["Encryption"]
        AES1["AES-256-GCM"]
        AES2["AES-256-GCM"]
    end
    subgraph Storage["Storage"]
        MainDB["Encrypted Database"]
        SOS["SOS Storage"]
    end
    subgraph Analysis["Analyst Tools"]
        Dashboard["Investigation Dashboard"]
        CaseMgt["Case Management"]
        DBView["Database Viewer"]
        Flags["Flag Engine"]
        SecCenter["Security Center"]
    end
    OnlineForm -->|API Available| APIPath
    OfflineForm -->|API Unavailable| RecoveryPath
    APIPath --> AES1
    RecoveryPath --> AES2
    AES1 --> MainDB
    AES2 --> SOS
    MainDB --> Dashboard
    MainDB --> DBView
    Dashboard --> CaseMgt
    Dashboard --> Flags
    Dashboard --> SecCenter
    SOS -->|Manual Import| Dashboard
    style OfflineForm fill:#1a0000,stroke:#ff0000,stroke-width:2
    style RecoveryPath fill:#1a0000,stroke:#ff0000,stroke-width:2
    style AES2 fill:#1a0000,stroke:#ff0000,stroke-width:1
    style SOS fill:#1a0000,stroke:#ff0000,stroke-width:1