CAS-002 · Question #822
After the install process, a software application executed an online activation process. After a few months, the system experienced a hardware failure. A backup image of the system was restored on a…
The correct answer is D. The hash key summary of hardware and installed software no longer match. Online software activation commonly generates a hardware fingerprint hash; restoring to hardware with a different revision changes that fingerprint, invalidating the stored activation record.
Question
After the install process, a software application executed an online activation process. After a few months, the system experienced a hardware failure. A backup image of the system was restored on a newer revision of the same brand and model device. After the restore, the specialized application no longer works. Which of the following is the MOST likely cause of the problem?
Options
- AThe binary files used by the application have been modified by malware.
- BThe application is unable to perform remote attestation due to blocked ports.
- CThe restored image backup was encrypted with the wrong key.
- DThe hash key summary of hardware and installed software no longer match.
How the community answered
(56 responses)- A16% (9)
- B5% (3)
- C4% (2)
- D75% (42)
Why each option
Online software activation commonly generates a hardware fingerprint hash; restoring to hardware with a different revision changes that fingerprint, invalidating the stored activation record.
Malware-modified binaries are a possible cause of application failure in general, but the scenario describes a hardware change event as the proximate trigger, making hardware fingerprint mismatch a far more likely and direct explanation.
Remote attestation is a TPM-based process distinct from standard online activation, and any port-blocking issue would have prevented activation originally rather than appearing only after a hardware revision change.
If the backup image were encrypted with the wrong key the restoration process itself would fail entirely, meaning no software on the system would function, not just the single specialized application.
During online activation, many applications compute a hash combining hardware identifiers such as CPU serial, motherboard ID, and NIC MAC address to create a unique machine signature tied to the license. When the image is restored to a newer hardware revision - even of the same brand and model - one or more hardware identifiers differ, so the computed hash no longer matches the stored activation record and the application refuses to run.
Concept tested: Hardware-tied software license activation and fingerprinting
Topics
Community Discussion
No community discussion yet for this question.