A company's endpoint protection solution alerts on a file that is digitally signed by a trusted software vendor but exhibits malicious behavior on execution. What type of threat does this scenario most likely depict?
Trap 1: A Trojan horse disguised as legitimate software.
Trojans are malware that appear legitimate but may not be signed; the distinguishing factor here is the valid signature.
Trap 2: A zero-day exploit targeting an unpatched vulnerability.
The file's behavior is malicious, but the key aspect is its legitimate digital signature; zero-day focuses on unknown vulnerabilities.
Trap 3: A fileless attack that never writes to disk.
Fileless attacks reside in memory; this scenario involves a file with a digital signature.
- A
A Trojan horse disguised as legitimate software.
Why wrong: Trojans are malware that appear legitimate but may not be signed; the distinguishing factor here is the valid signature.
- B
Signed malware, indicating the certificate may have been compromised.
The file has a trusted digital signature but performs malicious actions, suggesting the signing key was stolen or misused.
- C
A zero-day exploit targeting an unpatched vulnerability.
Why wrong: The file's behavior is malicious, but the key aspect is its legitimate digital signature; zero-day focuses on unknown vulnerabilities.
- D
A fileless attack that never writes to disk.
Why wrong: Fileless attacks reside in memory; this scenario involves a file with a digital signature.