Covert Channel Identification at the Host Level
Content Leader: Jess Garcia - Last Updated: January 26, 2007
Windows
ICMP
-
Possibilities:
-
The process is using the IcmpCreateFile API
-
The process is using a Raw Socket
TCP/UDP
UNIX
system/kernel API akin to the socket/bind/connect/send/rcvmsg
calls in the Unix-y networking API.
ICMP
-
Possibilities:
-
The process is using the Unix Sockets Networking API
-
The process is using the libdnet library (a set of wrappers for the UNIX Sockets Networking API).
-
The process is using a Raw Socket
TCP/UDP