- Binary protocols or files routed into a text log pipeline
- Application crashes or buffer limits that truncate structured output
- Encoding mismatches that produce invalid characters
- Partial serialization of JSON or other structured formats
Signals
Example
- Binary data
- Truncated JSON
- Before
- After
Recommended enforcement
Enforce at edge
Drop malformed log events before they reach the destination provider.
Detection notes
- Tero can match explicit binary signatures with regular expressions.
- Tero can match fields that fail the expected parser, such as malformed JSON.
- Scope malformed-data policies to the emitting service or field when the pattern is specific.
- Dropping malformed events preserves valid error, warning, and diagnostic logs that are parseable.