Hidden channels
From Forensics Wiki
Hidden channels (covert channels) are communication channels that transmit information without the authorization or knowledge of the channel's designer, owner, or operator.
Contents |
Common Uses
- Bypassing network filters;
- Bypassing network sniffers.
Techniques
Information can be hidden within:
- IP ID;
- TCP SEQ/ACK numbers;
- TCP options;
- etc.
Generally, it is impossible to detect well-designed hidden channels by means of traffic analysis. For example, information hidden within TLS Client/Server Hello random bytes in encrypted form cannot be distinguished from bytes produced by secure random number generator.
However, it is possible to detect hidden channels by detecting attendant events, such as successful intrusion attempts.