312-50V11 · Question #508
What tool and process are you going to use in order to remain undetected by an IDS while pivoting and passing traffic over a server you've compromised and gained root access to?
The correct answer is B. Install Cryptcat and encrypt outgoing packets from this server. Cryptcat adds Twofish encryption to Netcat traffic, rendering the payload opaque to signature-based IDS systems that rely on inspecting cleartext packet content.
Question
What tool and process are you going to use in order to remain undetected by an IDS while pivoting and passing traffic over a server you've compromised and gained root access to?
Options
- AInstall and use Telnet to encrypt all outgoing traffic from this server.
- BInstall Cryptcat and encrypt outgoing packets from this server.
- CUse HTTP so that all traffic can be routed via a browser, thus evading the internal Intrusion
- DUse Alternate Data Streams to hide the outgoing packets from this server.
How the community answered
(58 responses)- A16% (9)
- B47% (27)
- C9% (5)
- D29% (17)
Why each option
Cryptcat adds Twofish encryption to Netcat traffic, rendering the payload opaque to signature-based IDS systems that rely on inspecting cleartext packet content.
Telnet transmits all data in cleartext with no encryption, which makes traffic more visible to an IDS rather than less detectable.
Cryptcat is a Netcat variant that wraps all transmitted data in Twofish encryption, preventing IDS and IPS systems from performing signature-based inspection of the traffic payload. By encrypting outgoing packets from a compromised server, the attacker ensures that deep packet inspection cannot match malicious patterns in the data stream. This makes Cryptcat a practical tool for establishing covert command-and-control channels while evading network-based detection.
Using HTTP does not encrypt or obfuscate packet payloads and an internal IDS can still inspect HTTP traffic content for malicious signatures.
Alternate Data Streams is an NTFS file system feature used to hide data within files on disk and has no effect on network packet visibility or IDS detection.
Concept tested: Encrypted tunneling to evade network-based IDS
Topics
Community Discussion
No community discussion yet for this question.