Auto-sync: 2026-04-17 08:37

This commit is contained in:
2026-04-17 08:38:12 +08:00
parent 6caa1c2f47
commit a0a48bd334
247 changed files with 6577 additions and 3061 deletions

View File

@@ -0,0 +1,39 @@
---
title: IP纯净度
type: concept
tags: [IP, 网络安全, 风险评估]
---
## Definition
IP 纯净度IP Reputation / IP Cleanliness是评定某个 IP 地址是否安全可靠的风险等级指标。纯净度高的 IP低风险代表该 IP 具有良好的信誉,较少被用于垃圾邮件、恶意行为或被平台标记;纯净度低的 IP高风险可能被封禁或导致账号被关联。
## Evaluation Criteria
- **低风险(推荐)**IP 信誉良好,未被标记,可安全使用
- **中等风险(不推荐)**:存在一定风险,可能被平台关注
- **高风险(禁用)**IP 已被标记或污染,使用会导致封号
## Detection Methods
通过多个 IP 检测网站交叉验证:
- 国内 IP 检测点
- 国外 IP 检测点
- 谷歌 IP 检测点
三处必须高度一致,否则可能被判定为代理异常
## Common Tools
- ip111.cn
- ipinfo.io
- scamalytics.com
- whatismyipaddress.com
## Importance
- **账号安全**:低纯净度 IP 是导致账号被封的主要因素之一
- **一致性**:代理 IP 在不同检测网站的结果必须一致
- **稳定性**:建议使用静态住宅 IP避免频繁切换
## Related Entities
- [[SOCKS5代理]]
## Related Concepts
- [[代理配置]]
- [[静态IP]]
- [[住宅IP]]