Which TWO of the following are common techniques for covering tracks after compromising a system? (Select 2)
Attackers often clear or modify logs to hide their activities.
Why this answer
Manipulating event logs (e.g., clearing, modifying, or deleting entries in Windows Event Log or syslog) is a standard post-exploitation step to remove traces of unauthorized access, such as failed login attempts or privilege escalation events. Attackers often use tools like `wevtutil` or `clearlogs` to erase evidence, making forensic reconstruction difficult.
Exam trap
EC-CEH often tests the distinction between post-exploitation cover-up actions (log manipulation, steganography) and pre-emptive or defensive measures (password changes, honeypots), so candidates mistakenly select options that sound security-related but are not attacker cover-up techniques.