nerdexam
GIAC

GCIH · Question #732

Which RITA threat hunting functionality is used to identify C2 activity specific to Meterpreter?

The correct answer is A. Identify long lived TCP connections. RITA detects Meterpreter C2 activity by flagging long-lived TCP connections, which are characteristic of Meterpreter's persistent reverse shell beacon behavior.

Cloud Incident Response & Threat Hunting

Question

Which RITA threat hunting functionality is used to identify C2 activity specific to Meterpreter?

Options

  • AIdentify long lived TCP connections
  • BReview visited DNS subdomains
  • CAnalyze gratuitous ARP packets
  • DAlert on IOC matching behavior

How the community answered

(29 responses)
  • A
    79% (23)
  • B
    7% (2)
  • C
    3% (1)
  • D
    10% (3)

Why each option

RITA detects Meterpreter C2 activity by flagging long-lived TCP connections, which are characteristic of Meterpreter's persistent reverse shell beacon behavior.

AIdentify long lived TCP connectionsCorrect

Meterpreter payloads maintain persistent, long-duration TCP connections back to a C2 handler rather than making frequent short requests. RITA (Real Intelligence Threat Analytics) analyzes network flow data and scores connections by duration and beaconing regularity, making long-lived connection analysis the primary method for identifying Meterpreter sessions.

BReview visited DNS subdomains

Reviewing visited DNS subdomains targets C2 techniques that use domain generation algorithms (DGA) or DNS tunneling, not Meterpreter's direct TCP-based communication channel.

CAnalyze gratuitous ARP packets

Analyzing gratuitous ARP packets is used to detect ARP spoofing or man-in-the-middle attacks on a local network segment, which is unrelated to identifying C2 beacon traffic.

DAlert on IOC matching behavior

IOC matching alerts on known static indicators like IP addresses or file hashes and does not detect Meterpreter's behavioral pattern of maintaining an unusually long-lived TCP session.

Concept tested: RITA long-lived connection analysis for Meterpreter C2

Source: https://github.com/activecm/rita

Topics

#RITA#C2 beacon detection#Meterpreter#long-lived connections

Community Discussion

No community discussion yet for this question.

Full GCIH Practice