WappPress

Member since
2015-03-03
Location
Employer
Job title
Authored
1
SVN commit access
1
Readme contributor
0
Combined install base
1k+ across 1 plugins

Alerts (0)

No open alerts.

Show 1 resolved alert
Critical code_pattern WappPress – Convert Site to App Fast – WordPress to Mobile App Builder Resolved · false_positive_legit_ip_use 2d ago
Slugwapppress-builds-android-app-for-website
Patternhardcoded_ip_url
Kindbuiltin
Version8.0.0
Hit count1
First hit
File
includes/wappPress_admin_setting.php
Line
2,524
Snippet
$ip = 'http://199.38.85.107/aapi';
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": "wapppress-builds-android-app-for-website",
    "pattern": "hardcoded_ip_url",
    "kind": "builtin",
    "version": "8.0.0",
    "hit_count": 1,
    "first_hit": {
        "file": "includes/wappPress_admin_setting.php",
        "line": 2524,
        "snippet": "$ip = 'http://199.38.85.107/aapi';"
    },
    "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."
}

Plugins authored (1)

Plugin Version Installs Last updated Status
WappPress – Convert Site to App Fast – WordPress to Mobile App Builder ·wapppress-builds-android-app-for-website 8.0.0 1k+ 11d ago Active

SVN commit access (1)

Plugins this account has pushed commits to, reconstructed from plugins.svn.wordpress.org. A new name showing up here on an established plugin is the strongest ownership-transfer signal.

Plugin Primary author Installs Commits First Latest Status
WappPress – Convert Site to App Fast – WordPress to Mobile App Builder wapppress 1k+ 183 11y ago 11d ago Active