🤲🏼 NEW | abuse.ch Community Hub! Earn recognition 🏅 for the malware intelligence you share, climb the leaderboards 📈, and connect with like-minded contributors who share your hunting focus 🤝. Ready to unlock your profile? Go to the Community Hub →

ThreatFox IOC Database

You are viewing the ThreatFox database entry for sha256_hash 79a40766ab58027817db28412d600be9f3e64f8e24133562cc3aacb500ec720a.

Database Entry


IOC ID:1923416
IOC: 79a40766ab58027817db28412d600be9f3e64f8e24133562cc3aacb500ec720a
IOC Type :sha256_hash
Threat Type :payload
Malware: Unknown malware
Confidence Level : Confidence level is high (100%)
Is compromised? : False
First seen:2026-09-17 18:41:03 UTC
Last seen:never
UUID:bbe82708-b2c3-11f1-8450-42010aa4000a
Reporter Efrain
Reward 5 credits from ThreatFox
Tags:adminlin cmsmap PHP webshell WordPress

Avatar
Efrain
PHP webshell kit uploaded to WordPress via the wp-admin plugin installer, captured 2026-09-17 from 45.61.187.30 (AS53667, FranTech). Three files: a three-line index.php loader — error_reporting(0); ignore_user_abort(true); include('log.db') — the shell body hidden in log.db to evade scanners that only inspect .php, and a second archive whose index.php inserts an administrator named "adminlin" directly into wp_users, bypassing wp_insert_user() so the user_register hook never fires and audit-log plugins do not see the account appear. Execution is a GET on the plugin directory, since index.php is served as the directory index. Undetected by 61 AV engines, ClamAV and all YARAify community rules at time of capture; the dropper has been in circulation since ~2021. YARA rules deployed on YARAhub: WEBSHELL_PHP_gov_uploader and WEBSHELL_PHP_fake_cmsmap_plugin.