During incident response, the team discovers the attacker used only built-in Windows tools including certutil, bitsadmin, and mshta. Why does this complicate traditional IR approaches?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because LOLBAS attacks use legitimate system tools, bypassing antivirus and signature-based IDS. Detection requires behavioral baselines, command-line argument logging via Sysmon, and SIEM correlation of anomalous tool usage.
Full explanation below image
Full Explanation
B is correct because LOLBAS attacks use legitimate system tools, bypassing antivirus and signature-based IDS. Detection requires behavioral baselines, command-line argument logging via Sysmon, and SIEM correlation of anomalous tool usage. A is wrong because these tools are standard executables, not encrypted. C is wrong because Windows provides extensive logging including Event IDs, PowerShell logging, and Sysmon that capture their usage. D is wrong because LOLBAS techniques are effective on all modern Windows versions.