Classify unknown bytes
classify_blobIdentify unknown blob content type using entropy, magic bytes, and probes to prevent decoding encrypted data and flag encrypted transports.
Instructions
Tell what an unknown blob most likely is (entropy + magic bytes + JSON/protobuf/base64/gRPC probes) so you don't try to decode ciphertext. Flags encrypted transports (e.g. WhatsApp Noise/E2E) that passive MITM can't decode. Input an exchange body or raw hex/base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| hex | No | ||
| side | No | ||
| base64 | No |