Unofficial Yektanet

unofficial-yektanet · by amalian · wordpress.org ↗ · SVN ↗
Active installs
20
Current version
2.0.0
Added
2021-04-28
Last updated
2025-11-05 (7mo ago)
First seen by beacon
2mo ago
Total downloads
1,904

Alerts (0)

No open alerts.

Show 1 resolved alert
Critical code_pattern Resolved · fp_adnetwork_product_feed_raw_ip 2026-07-02 12:40:11 (20h ago)
Slugunofficial-yektanet
Patternhardcoded_ip_url
Kindbuiltin
Version2.0.0
Hit count1
First hit
File
unofficialYektanet.php
Line
37
Snippet
define('YEKTANET_PRODUCT_UPDATE_API_URL', 'http://87.247.185.150/products');
Explanationplugin source hardcodes a raw IPv4 URL (e.g. `https://94.156.79.8/...`) — legitimate plugins use DNS hostnames because IPs change. Hardcoded IPs in plugin code are almost always either dev leftovers or attacker C2 infrastructure. The June 2024 social-warfare keylogger (audit #14) used `https://94.156.79.8/sc-top.js` for the JS payload host, `/AddSites` for victim registration, `/CMSUsers` for filesystem-recon exfil. Operator infrastructure on raw IPs avoids domain registration / RDAP detection paths. Post-filtered to skip RFC1918/loopback/link-local ranges and `vendor/`/`tests/` paths.
View raw JSON
{
    "slug": "unofficial-yektanet",
    "pattern": "hardcoded_ip_url",
    "kind": "builtin",
    "version": "2.0.0",
    "hit_count": 1,
    "first_hit": {
        "file": "unofficialYektanet.php",
        "line": 37,
        "snippet": "define('YEKTANET_PRODUCT_UPDATE_API_URL', 'http://87.247.185.150/products');"
    },
    "explanation": "plugin source hardcodes a raw IPv4 URL (e.g. `https://94.156.79.8/...`) \u2014 legitimate plugins use DNS hostnames because IPs change. Hardcoded IPs in plugin code are almost always either dev leftovers or attacker C2 infrastructure. The June 2024 social-warfare keylogger (audit #14) used `https://94.156.79.8/sc-top.js` for the JS payload host, `/AddSites` for victim registration, `/CMSUsers` for filesystem-recon exfil. Operator infrastructure on raw IPs avoids domain registration / RDAP detection paths. Post-filtered to skip RFC1918/loopback/link-local ranges and `vendor/`/`tests/` paths."
}

SVN committers (2)

Accounts with actual commit access to unofficial-yektanet on plugins.svn.wordpress.org, reconstructed from svn log. This is the list that matters for ownership changes — not the readme contributors.

Committer Member since Commits First commit Latest commit
Mojtaba Amalian 2018-08-23 3 2021-04-28 · r2522653 2025-11-05 · r3390708
plugin-master 2007-03-09 1 2021-04-27 · r2522278 2021-04-27 · r2522278

Readme contributors (1)

Names the plugin's readme declares as contributors. A soft signal — anyone can be listed. The SVN access column is the ground-truth cross-reference: does this contributor actually commit code?

Contributor Member since SVN access Status
Mojtaba Amalian 2018-08-23 3 commits Active

Versions (1 most recent)

Version Released Download
2.0.0 2025-11-05 · 7mo ago zip