334. Adversaries Use Device Credential Deployment for Hiding Artifacts
Hello everyone! Today we'll look at an example of how adversaries use Device Credential Deployment for hiding console window - Hide Artifacts: Hidden Window (T1564.003) . According to this report , the adversary leveraged DeviceCredentialDeployment.exe to stealthily run cmd.exe . This binary shouldn't be run under normal circumstances, so it may point to malicious activity, and is a good target for hunting: event_type: "processcreatewin" AND proc_file_originalfilename: "devicecredentialdeployment.exe" See you tomorrow!