Hitsteps

Member since
2013-11-18
Location
Employer
Hitsteps
Job title
Programmer
Authored
2 (1 closed)
SVN commit access
1
Readme contributor
0
Combined install base
800 across 2 plugins

Alerts (0)

No open alerts.

Show 1 resolved alert
Critical code_pattern Hitsteps Web Analytics Resolved · vendor_failover_ips_hitsteps_analytics 1mo ago
Slughitsteps-visitor-manager
Patternhardcoded_ip_url
Kindbuiltin
Version5.91
Hit count2
First hit
File
api.payload.php
Line
4
Snippet
$hitsteps_public_web_api_receiver1="http://144.76.44.111/api/query.php";
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": "hitsteps-visitor-manager",
    "pattern": "hardcoded_ip_url",
    "kind": "builtin",
    "version": "5.91",
    "hit_count": 2,
    "first_hit": {
        "file": "api.payload.php",
        "line": 4,
        "snippet": "$hitsteps_public_web_api_receiver1=\"http://144.76.44.111/api/query.php\";"
    },
    "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 (2)

Plugin Version Installs Last updated Status
Hitsteps Web Analytics ·hitsteps-visitor-manager 5.93 800 9d ago Active
Hitsteps Ultimate Live Chat ·hitsteps-live-chat 2.01 Closed

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
Hitsteps Web Analytics hitsteps 800 2 12y ago 25d ago Active