
ABUSE.MOM — 规矩点,否则你将被曝光
| 签名 | 描述 | 分数 | 严重性 |
|---|---|---|---|
| UA bot: scanner | 检测到已知机器人/爬虫的User-Agent | +40 | |
| Danger strong hits: 6 | 高风险路径:Webshell、RCE、漏洞利用 | +100 | |
| Burst: 15 req / 2s | 请求频率异常——自动扫描 | +35 | |
| Burst: 15 req / 10s | 请求频率异常——自动扫描 | +35 | |
| Danger strong hits: 9 | 高风险路径:Webshell、RCE、漏洞利用 | +100 | |
| Burst: 20 req / 2s | 请求频率异常——自动扫描 | +35 | |
| Burst: 20 req / 10s | 请求频率异常——自动扫描 | +35 | |
| Foreign referer seen | 来自无关外部域名的Referer | +10 | |
| Danger strong hits: 4 | 高风险路径:Webshell、RCE、漏洞利用 | +100 | |
| 404 ratio 40-60% | 大多数请求返回404——目录枚举 | +15 | |
| Probe pattern 302->404 same path | 自动分析检测到行为异常 | +20 | |
| Burst: 6 req / 2s | 请求频率异常——自动扫描 | +35 |
从服务器访问日志重建的HTTP请求。出于安全考虑,目标域名已隐藏。
* Typical request patterns for detected signatures. Actual target domains are redacted.
IP 51.89.7.66显示可疑的UA行为。阻止空User-Agent请求。为敏感端点实施基于JavaScript的机器人检测。
在nginx中实施limit_req_zone。部署具有DDoS防护的CDN。配置SYN cookies和连接跟踪以限制51.89.7.66。
IP 51.89.7.66正在枚举目录。在10次以上404错误后配置fail2ban apache-404 jail。禁用目录列表。
来自Shodan的网络侦察数据。开放端口可能表示正在运行的服务、错误配置或潜在的攻击面。
| Port | Service | Risk | Description |
|---|---|---|---|
| 22 | SSH | Low | Secure Shell — common brute force target for remote access |
| 80 | HTTP | Low | HTTP web server — standard web traffic |
| 111 | Unknown | Low | Service on port 111 |
| 3306 | MySQL | High | MySQL database — should never be exposed to the internet |
| 5060 | Unknown | Low | Service on port 5060 |
| 7443 | Unknown | Low | Service on port 7443 |
⚠️ 在51.89.7.66上检测到1个高风险端口。 这些服务在没有严格防火墙规则的情况下不应公开访问。
| CVE ID | Link |
|---|---|
| CVE-2025-23419 | NVD → |
| CVE-2023-44487 | NVD → |
🔴 此主机有2个已知CVE与其暴露的服务相关联。即使少量CVE也可能代表重大风险。 请在NVD数据库中查看每个CVE的详细信息。
数据来源:Shodan InternetDB。独立于abuse.mom进行扫描。
该IP已通过全球邮件服务器和防火墙使用的主要DNS黑名单进行检查。
已检查:Spamhaus、SpamCop、Barracuda、SORBS、CBL、UCEProtect。
51.89.7.66 has been assigned a threat score of 220/100 (Critical). 这代表着极高风险等级。我们的检测系统已从该地址标记出多个高置信度的恶意意图指标。
The following attack categories were identified:
51.89.7.66注册在London, United Kingdom,运营在OVH SAS的网络中。该IP在触发多个行为检测签名后首次出现在我们的威胁源中。 该地址在我们的监控系统中活跃了7天,产生了3次标记请求,速率约为每天0.4次。 被归类为托管IP,此地址可能运行在租用的服务器或云实例上。攻击者偏好数据中心IP因其高带宽和一次性特点。 检测到3种不同攻击模式,此IP表现出高级自动化扫描框架的典型行为特征。 威胁评分220/100,此IP属于我们数据库中最危险的地址之一。强烈建议立即完全封锁。
This IP belongs to a hosting or data center provider. Malicious traffic from hosting infrastructure often originates from compromised VPS instances, rented servers used for scanning campaigns, or abused free-tier cloud accounts. Hosting providers typically respond to abuse reports within 24-72 hours.
Examining HTTP headers beyond User-Agent reveals attack tools and automated scripts. Missing standard headers, unusual ordering, non-standard values, and inconsistencies with claimed client identity all serve as reliable detection signals.
Path traversal attacks attempt to access files outside the intended directory by manipulating file path references. Attackers use sequences like ../ to reach sensitive system files such as /etc/passwd or application configuration files.