
ABUSE.MOM — 规矩点,否则你将被曝光
| 签名 | 描述 | 分数 | 严重性 |
|---|---|---|---|
| UA bot: Go-http-client | 检测到已知机器人/爬虫的User-Agent | +40 | |
| Danger strong hits: 14 | 高风险路径:Webshell、RCE、漏洞利用 | +100 | |
| Burst: 6 req / 2s | 请求频率异常——自动扫描 | +35 | |
| Burst: 14 req / 10s | 请求频率异常——自动扫描 | +35 | |
| Foreign referer seen | 来自无关外部域名的Referer | +10 |
从服务器访问日志重建的HTTP请求。出于安全考虑,目标域名已隐藏。
* Typical request patterns for detected signatures. Actual target domains are redacted.
IP 61.75.19.219显示可疑的UA行为。阻止空User-Agent请求。为敏感端点实施基于JavaScript的机器人检测。
在nginx中实施limit_req_zone。部署具有DDoS防护的CDN。配置SYN cookies和连接跟踪以限制61.75.19.219。
来自Shodan的网络侦察数据。开放端口可能表示正在运行的服务、错误配置或潜在的攻击面。
| Port | Service | Risk | Description |
|---|---|---|---|
| 21 | FTP | Medium | File Transfer Protocol — often targeted for anonymous login attacks |
| 22 | SSH | Low | Secure Shell — common brute force target for remote access |
| 80 | HTTP | Low | HTTP web server — standard web traffic |
| 1433 | MSSQL | High | Service on port 1433 |
| 3690 | Unknown | Low | Service on port 3690 |
| 8080 | HTTP-Alt | Low | HTTP alternative port — often used for admin panels or proxies |
⚠️ 在61.75.19.219上检测到1个高风险端口。 这些服务在没有严格防火墙规则的情况下不应公开访问。
| CVE ID | Link |
|---|---|
| CVE-2024-38474 | NVD → |
| CVE-2020-15778 | NVD → |
| CVE-2025-66200 | NVD → |
| CVE-2013-4365 | NVD → |
| CVE-2024-38476 | NVD → |
| CVE-2024-38472 | NVD → |
| CVE-2025-49812 | NVD → |
| CVE-2025-55753 | NVD → |
| CVE-2025-32728 | NVD → |
| CVE-2013-2765 | NVD → |
| CVE-2012-4360 | NVD → |
| CVE-2019-6109 | NVD → |
| CVE-2021-36368 | NVD → |
| CVE-2013-0942 | NVD → |
| CVE-2008-3844 | NVD → |
| CVE-2016-20012 | NVD → |
| CVE-2024-27316 | NVD → |
| CVE-2023-48795 | NVD → |
| CVE-2019-6111 | NVD → |
| CVE-2021-41617 | NVD → |
| CVE-2023-51767 | NVD → |
| CVE-2024-38473 | NVD → |
| CVE-2025-58098 | NVD → |
| CVE-2018-15473 | NVD → |
| CVE-2007-2768 | NVD → |
🔴 此主机有58个已知CVE与其暴露的服务相关联。如此大量的漏洞强烈表明软件严重过时。 请在NVD数据库中查看每个CVE的详细信息。
数据来源:Shodan InternetDB。独立于abuse.mom进行扫描。
该IP已通过全球邮件服务器和防火墙使用的主要DNS黑名单进行检查。
已检查:Spamhaus、SpamCop、Barracuda、SORBS、CBL、UCEProtect。
61.75.19.219 has been assigned a threat score of 220/100 (Critical). 这将其归入严重威胁类别。强烈建议在所有网络边界立即进行封锁。
The following attack categories were identified:
IP地址61.75.19.219已追溯至Geumcheon-gu, South Korea,运营在Korea Telecom的网络中。我们的威胁检测系统根据观察到的恶意行为模式标记了此地址。 我们的传感器在1天内捕获了来自此地址的1次恶意请求,反映出每天约1次的持续攻击节奏。 该地址被归类为住宅,意味着它可能属于终端用户ISP连接。来自住宅IP的恶意活动通常表明设备已被入侵或属于僵尸网络。 识别出两种攻击模式(User-Agent Anomaly和Request Flooding),表明这是一个针对多个漏洞的半自动化攻击活动。 South Korea目前在我们的数据库中占102个被封锁IP,使其成为恶意流量的重要来源。 评分220/100将此地址置于最高严重性级别。应封锁并调查任何历史连接。
This IP is classified as residential, suggesting it may belong to a compromised home device, IoT botnet member, or an infected personal computer. Residential IPs involved in attacks often indicate malware infection without the owner's knowledge.
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.
Effective rate limiting must balance protection against abuse with allowing legitimate traffic bursts. Sliding window algorithms, token buckets, and adaptive thresholds based on client reputation provide layered defense against flooding attacks.