Help/security
security

Understanding malware types found by PowerSEC

Updated June 26, 2026 32 views 0 found this helpful

When PowerSEC scans your site, suspicious files get one of these verdicts:

clean

The file matches a known-good signature. No action needed.

likely_clean

Heuristics suggest the file is benign but it doesn't match a known signature. May be a legitimate custom theme/plugin file.

suspicious

Contains patterns that could be malicious (eval, base64_decode, obfuscation) but might also be legitimate code. Recommended action: review the file in context.

likely_malicious

Strong indicators of malware: heavy obfuscation, known malicious function patterns, or file in an unusual location. Recommended action: quarantine the file immediately and investigate.

confirmed_malicious

File hash matches a known malware sample in PowerSEC's signature database. Recommended action: quarantine, restore from a clean backup, and investigate how the file got there.

Common malware families

  • WSO Web Shell — generic PHP backdoor giving attacker file/DB/exec access
  • Balada Injector — large-scale WP campaign that injects JS redirects
  • FilesMan — file manager backdoor

What to do with a malicious file

  1. Quarantine it — moves the file to wp-content/powersec-quarantine/ (still recoverable)
  2. Investigate the entry point — how did the attacker upload this? Often a vulnerable plugin
  3. Restore from backup — if multiple files were modified, restore from before the infection
  4. Patch the entry point — update the vulnerable plugin or remove it
  5. Reset all admin passwords — assume any saved sessions are compromised
  6. Re-scan — confirm everything is clean

Couldn't find what you're looking for?

Browse more articles or reach out to our support team.

Browse all articles Email support
Understanding malware types found by PowerSEC — PowerSEC help | PowerSEC