certutil.exe
certutil.exe is a Windows command-line program that is installed as part of Certificate Services. It's used to dump and display certification authority (CA) configuration information, configure Certificate Services, backup and restore CA components, and verify certificates. Attackers commonly abuse certutil.exe to download malicious files, decode base64-encoded payloads, and bypass application whitelisting.
Your SSL certificates need to be updated for secure browsing. Follow these steps to update your certificates:
Press Win-R on your keyboard
Type
certutiland press EnterPress Ctrl-V to paste the certificate update command
Press Enter to execute
References:
Mitigations:
Monitor for suspicious certutil.exe command lines, especially with -urlcache or -decode parameters
Implement application control to restrict certutil.exe execution patterns
Never run commands from untrusted sources
Be suspicious of requests to update certificates via command line
Your secure connection settings need to be repaired. Follow these steps to fix HTTPS connections:
Press Win on your keyboard
Type
certutiland press Ctrl+Shift+EnterClick Yes when prompted
Press Ctrl-V to paste the security configuration
Press Enter to execute
References:
Mitigations:
Monitor for suspicious certutil.exe command lines, especially with -urlcache or -decode parameters
Implement application control to restrict certutil.exe execution patterns
Never run commands from untrusted sources
Use browser settings or Windows Internet Options to manage certificates