ahmadgb

Member since
2023-10-26
Location
Employer
Job title
Authored
1
SVN commit access
1
Readme contributor
0
Combined install base
6k+ across 1 plugins

Alerts (0)

No open alerts.

Show 2 resolved alerts
Critical code_pattern GeekyBot — AI Copilot, Chatbot, WooCommerce Lead Gen & Zero-Prompt Content Resolved · benign_dead_code 15d ago
Sluggeeky-bot
Patternhardcoded_ip_url
Kindbuiltin
Version1.2.5
Hit count1
First hit
File
modules/slots/model.php
Line
516
Snippet
$url = "http://194.163.183.46:8008/";
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": "geeky-bot",
    "pattern": "hardcoded_ip_url",
    "kind": "builtin",
    "version": "1.2.5",
    "hit_count": 1,
    "first_hit": {
        "file": "modules/slots/model.php",
        "line": 516,
        "snippet": "$url = \"http://194.163.183.46:8008/\";"
    },
    "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."
}
Critical code_scan_delta GeekyBot — AI Copilot, Chatbot, WooCommerce Lead Gen & Zero-Prompt Content Resolved · benign_dead_code 15d ago
Sluggeeky-bot
Previous version1.2.4
Current version1.2.5
New findings
PatternKindFileLineSnippetConfidence
hardcoded_ip_urlbuiltinmodules/slots/model.php516$url = "http://194.163.183.46:8008/";high
New finding count1
View raw JSON
{
    "slug": "geeky-bot",
    "previous_version": "1.2.4",
    "current_version": "1.2.5",
    "new_findings": [
        {
            "pattern": "hardcoded_ip_url",
            "kind": "builtin",
            "file": "modules/slots/model.php",
            "line": 516,
            "snippet": "$url = \"http://194.163.183.46:8008/\";",
            "confidence": "high"
        }
    ],
    "new_finding_count": 1
}

Plugins authored (1)

Plugin Version Installs Last updated Status
GeekyBot — AI Copilot, Chatbot, WooCommerce Lead Gen & Zero-Prompt Content ·geeky-bot 1.2.5 6k+ 21d 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
GeekyBot — AI Copilot, Chatbot, WooCommerce Lead Gen & Zero-Prompt Content ahmadgb 6k+ 1 1y ago 21d ago Active