nerdexam
EC-Council

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.

Evading IDS, Firewalls, and Honeypots

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)
  • A
    16% (9)
  • B
    47% (27)
  • C
    9% (5)
  • D
    29% (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.

AInstall and use Telnet to encrypt all outgoing traffic from this server.

Telnet transmits all data in cleartext with no encryption, which makes traffic more visible to an IDS rather than less detectable.

BInstall Cryptcat and encrypt outgoing packets from this server.Correct

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.

CUse HTTP so that all traffic can be routed via a browser, thus evading the internal Intrusion

Using HTTP does not encrypt or obfuscate packet payloads and an internal IDS can still inspect HTTP traffic content for malicious signatures.

DUse Alternate Data Streams to hide the outgoing packets from this server.

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

#IDS evasion#Cryptcat#encrypted tunneling#pivoting

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice