- How do SOC analysts detect Ingress Tool Transfer?
- Detection centers on Firewall, XDR, SIEM telemetry for the command and control phase of the attack. Monitor Windows built-in utilities being used for file download including certutil -urlcache, bitsadmin /transfer, mshta downloading from remote URLs, and regsvr32 pointing to remote scripts. Alert on PowerShell Invoke-WebRequest, wget, and curl commands downloading content from external URLs, particularly when the destination file is saved to executable paths or subsequently executed.
- What does a Ingress Tool Transfer alert look like?
- A representative XDR detection is "Certutil Used to Download Malware" (high severity): Certutil.exe executed with -urlcache -split -f parameters downloading a file named "update.cer" from 45.142.212.100. Despite the .cer extension, file analysis confirms the downloaded content is a PE executable. Certutil is commonly used as a living-off-the-land binary for malware download because it is trusted and available on all Windows systems, often whitelisted by application control policies.
- Which tools detect Ingress Tool Transfer, and how can I practice?
- Ingress Tool Transfer (T1105) is best surfaced with Firewall, XDR, SIEM telemetry, which exposes the command and control signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.