nerdexam
CompTIA

CAS-002 · Question #653

A University uses a card transaction system that allows students to purchase goods using their student ID. Students can put money on their ID at terminals throughout the campus. The security…

The correct answer is B. Use a protocol analyzer to reverse engineer the transaction system's protocol. To reproduce a network-based card value manipulation attack, the administrator must first capture and reverse engineer the proprietary protocol the transaction terminals use.

Research and Analysis

Question

A University uses a card transaction system that allows students to purchase goods using their student ID. Students can put money on their ID at terminals throughout the campus. The security administrator was notified that computer science students have been using the network to illegally put money on their cards. The administrator would like to attempt to reproduce what the students are doing. Which of the following is the BEST course of action?

Options

  • ANotify the transaction system vendor of the security vulnerability that was discovered.
  • BUse a protocol analyzer to reverse engineer the transaction system's protocol.
  • CContact the computer science students and threaten disciplinary action if they continue their
  • DInstall a NIDS in front of all the transaction system terminals.

How the community answered

(52 responses)
  • A
    4% (2)
  • B
    75% (39)
  • C
    15% (8)
  • D
    6% (3)

Why each option

To reproduce a network-based card value manipulation attack, the administrator must first capture and reverse engineer the proprietary protocol the transaction terminals use.

ANotify the transaction system vendor of the security vulnerability that was discovered.

Notifying the vendor is a remediation step, not a method for reproducing or understanding the attack mechanism.

BUse a protocol analyzer to reverse engineer the transaction system's protocol.Correct

A protocol analyzer captures raw network traffic between student devices and the transaction terminals, allowing the administrator to inspect the exact frames and data fields the system uses. By reverse engineering the protocol, the administrator can understand how card balances are encoded and transmitted, then reproduce the manipulation steps the students performed. This is a standard ethical hacking reconnaissance technique used before attempting to replicate an attack in a controlled environment.

CContact the computer science students and threaten disciplinary action if they continue their

Threatening students with disciplinary action does not provide any technical insight into how the attack works or allow the administrator to reproduce it.

DInstall a NIDS in front of all the transaction system terminals.

Installing a NIDS monitors future network traffic for known signatures but does not help the administrator understand or reproduce the specific technique already used.

Concept tested: Protocol analysis for attack reproduction and vulnerability investigation

Source: https://www.wireshark.org/docs/wsug_html_chunked/ChapterIntroduction.html

Topics

#protocol analysis#vulnerability research#network forensics#ethical hacking

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice