File size: 43,620 Bytes
44eaf88 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 |
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IP 质量评估工具速查表</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#4a90e2',
secondary: '#6c757d',
success: '#28a745',
danger: '#dc3545',
warning: '#ffc107',
info: '#17a2b8',
light: '#f8f9fa',
dark: '#343a40',
bg: '#f5f7fa',
card: '#ffffff',
border: '#e0e6ed'
},
boxShadow: {
card: '0 4px 12px rgba(0, 0, 0, 0.08)',
'card-hover': '0 8px 20px rgba(0, 0, 0, 0.12)'
}
}
}
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');
body {
font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
background-color: #f5f7fa;
color: #333;
line-height: 1.6;
}
.gradient-header {
background: linear-gradient(135deg, #4a90e2 0%, #5b6ce0 100%);
}
.tool-card {
transition: all 0.3s ease;
border-left: 4px solid #4a90e2;
}
.tool-card:hover {
transform: translateY(-5px);
}
.star-rating {
display: inline-flex;
align-items: center;
}
.star-rating .star {
color: #ffc107;
margin-right: 2px;
}
.star-rating .star.empty {
color: #e0e6ed;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltip-text {
visibility: hidden;
width: 200px;
background-color: #333;
color: #fff;
text-align: center;
border-radius: 4px;
padding: 8px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity 0.3s;
font-size: 0.85rem;
}
.tooltip:hover .tooltip-text {
visibility: visible;
opacity: 1;
}
.feature-badge {
display: inline-block;
padding: 2px 8px;
border-radius: 12px;
font-size: 0.75rem;
font-weight: 500;
margin-right: 4px;
margin-bottom: 4px;
}
.feature-badge.free {
background-color: #e6f7ee;
color: #28a745;
border: 1px solid #b7e4c7;
}
.feature-badge.paid {
background-color: #fce8e6;
color: #dc3545;
border: 1px solid #f5c2c7;
}
.feature-badge.api {
background-color: #e6f0ff;
color: #4a90e2;
border: 1px solid #b8d1ff;
}
.feature-badge.local {
background-color: #f0e6ff;
color: #6f42c1;
border: 1px solid #d0bfff;
}
.feature-badge.open-source {
background-color: #e6fcf5;
color: #20c997;
border: 1px solid #a3e9d4;
}
.pulse {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(74, 144, 226, 0.4); }
70% { box-shadow: 0 0 0 10px rgba(74, 144, 226, 0); }
100% { box-shadow: 0 0 0 0 rgba(74, 144, 226, 0); }
}
.scroll-top {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
opacity: 0;
transition: opacity 0.3s;
}
.scroll-top.show {
opacity: 1;
}
</style>
</head>
<body class="bg-bg">
<!-- 导航栏 -->
<nav class="gradient-header py-4 shadow-md">
<div class="container mx-auto px-4">
<div class="flex justify-between items-center">
<div class="flex items-center">
<i class="fas fa-shield-alt text-white text-2xl mr-3"></i>
<h1 class="text-white text-xl md:text-2xl font-bold">IP 质量评估工具速查表</h1>
</div>
<div class="text-white">
<span class="hidden md:inline-block">多维度交叉验证,科学选择适合你的工具</span>
</div>
</div>
</div>
</nav>
<!-- 主要内容 -->
<div class="container mx-auto px-4 py-8">
<!-- 简介部分 -->
<div class="bg-white rounded-xl shadow-card p-6 mb-8">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-2/3 mb-6 md:mb-0">
<h2 class="text-2xl font-bold text-gray-800 mb-3">科学评估IP质量的完整指南</h2>
<p class="text-gray-600 mb-4">
本速查表整理了最实用的IP质量评估工具和方法,帮助您通过多维度交叉验证,避免常见误区,科学选择适合的工具。
</p>
<div class="flex flex-wrap gap-2">
<span class="feature-badge free"><i class="fas fa-check-circle mr-1"></i>免费工具</span>
<span class="feature-badge paid"><i class="fas fa-crown mr-1"></i>付费工具</span>
<span class="feature-badge api"><i class="fas fa-code mr-1"></i>API集成</span>
<span class="feature-badge local"><i class="fas fa-server mr-1"></i>本地脚本</span>
<span class="feature-badge open-source"><i class="fab fa-github mr-1"></i>开源项目</span>
</div>
</div>
<div class="md:w-1/3 flex justify-center">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-48 h-48 flex items-center justify-center">
<i class="fas fa-network-wired text-4xl text-gray-400"></i>
</div>
</div>
</div>
</div>
<!-- 在线查询工具 -->
<div class="mb-12">
<div class="flex items-center mb-6">
<div class="h-10 w-1 bg-primary rounded mr-3"></div>
<h2 class="text-2xl font-bold text-gray-800">在线查询工具</h2>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- ping0.cc -->
<div class="tool-card bg-card rounded-lg shadow-card overflow-hidden hover:shadow-card-hover">
<div class="p-5">
<div class="flex justify-between items-start mb-4">
<div>
<h3 class="text-xl font-bold text-primary">ping0.cc</h3>
<div class="star-rating mt-1">
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star empty"><i class="far fa-star"></i></span>
<span class="star empty"><i class="far fa-star"></i></span>
<span class="ml-2 text-sm text-gray-500">3/10</span>
</div>
</div>
<span class="feature-badge free">免费</span>
</div>
<div class="mb-4">
<p class="text-success font-medium mb-1"><i class="fas fa-check-circle mr-1"></i>优点</p>
<p class="text-sm text-gray-600 ml-5">界面直观、查询速度快</p>
</div>
<div class="mb-4">
<p class="text-danger font-medium mb-1"><i class="fas fa-exclamation-circle mr-1"></i>缺点</p>
<p class="text-sm text-gray-600 ml-5">数据准确性低,IP类型、家宽风险字段易错</p>
</div>
<div class="mb-4">
<p class="font-medium text-gray-700 mb-1"><i class="fas fa-bullseye mr-1"></i>用途</p>
<p class="text-sm text-gray-600 ml-5">辅助查看 ASN、地理位置、运营商信息</p>
</div>
<div class="flex justify-between items-center mt-5">
<a href="https://ping0.cc" target="_blank" class="bg-primary hover:bg-blue-600 text-white px-4 py-2 rounded-lg text-sm font-medium transition duration-300">
<i class="fas fa-external-link-alt mr-2"></i>访问网站
</a>
<div class="tooltip">
<i class="fas fa-info-circle text-gray-400"></i>
<span class="tooltip-text">适合快速查看基础信息,但不要依赖其准确性</span>
</div>
</div>
</div>
</div>
<!-- ipdata.co -->
<div class="tool-card bg-card rounded-lg shadow-card overflow-hidden hover:shadow-card-hover">
<div class="p-5">
<div class="flex justify-between items-start mb-4">
<div>
<h3 class="text-xl font-bold text-primary">ipdata.co</h3>
<div class="star-rating mt-1">
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star-half-alt"></i></span>
<span class="ml-2 text-sm text-gray-500">7/10</span>
</div>
</div>
<span class="feature-badge api">API</span>
</div>
<div class="mb-4">
<p class="text-success font-medium mb-1"><i class="fas fa-check-circle mr-1"></i>优点</p>
<p class="text-sm text-gray-600 ml-5">威胁评分、可信度分数、ISP数据准确</p>
</div>
<div class="mb-4">
<p class="text-danger font-medium mb-1"><i class="fas fa-exclamation-circle mr-1"></i>缺点</p>
<p class="text-sm text-gray-600 ml-5">地理定位更新慢,评分偏严格</p>
</div>
<div class="mb-4">
<p class="font-medium text-gray-700 mb-1"><i class="fas fa-bullseye mr-1"></i>用途</p>
<p class="text-sm text-gray-600 ml-5">查看ISP是否机房、有无滥用记录</p>
</div>
<div class="flex justify-between items-center mt-5">
<a href="https://ipdata.co" target="_blank" class="bg-primary hover:bg-blue-600 text-white px-4 py-2 rounded-lg text-sm font-medium transition duration-300">
<i class="fas fa-external-link-alt mr-2"></i>访问网站
</a>
<div class="tooltip">
<i class="fas fa-info-circle text-gray-400"></i>
<span class="tooltip-text">提供API服务,适合开发者集成</span>
</div>
</div>
</div>
</div>
<!-- ipinfo.io -->
<div class="tool-card bg-card rounded-lg shadow-card overflow-hidden hover:shadow-card-hover">
<div class="p-5">
<div class="flex justify-between items-start mb-4">
<div>
<h3 class="text-xl font-bold text-primary">ipinfo.io</h3>
<div class="star-rating mt-1">
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star empty"><i class="far fa-star"></i></span>
<span class="ml-2 text-sm text-gray-500">8/10</span>
</div>
</div>
<div>
<span class="feature-badge free mr-1">免费</span>
<span class="feature-badge paid">付费</span>
</div>
</div>
<div class="mb-4">
<p class="text-success font-medium mb-1"><i class="fas fa-check-circle mr-1"></i>优点</p>
<p class="text-sm text-gray-600 ml-5">专业性高,地理位置和IP类型识别准确</p>
</div>
<div class="mb-4">
<p class="text-danger font-medium mb-1"><i class="fas fa-exclamation-circle mr-1"></i>缺点</p>
<p class="text-sm text-gray-600 ml-5">部分功能需付费</p>
</div>
<div class="mb-4">
<p class="font-medium text-gray-700 mb-1"><i class="fas fa-bullseye mr-1"></i>用途</p>
<p class="text-sm text-gray-600 ml-5">确认是否为原生IP或CDN中转</p>
</div>
<div class="flex justify-between items-center mt-5">
<a href="https://ipinfo.io" target="_blank" class="bg-primary hover:bg-blue-600 text-white px-4 py-2 rounded-lg text-sm font-medium transition duration-300">
<i class="fas fa-external-link-alt mr-2"></i>访问网站
</a>
<div class="tooltip">
<i class="fas fa-info-circle text-gray-400"></i>
<span class="tooltip-text">免费版有限制,付费版功能更全面</span>
</div>
</div>
</div>
</div>
<!-- MaxMind -->
<div class="tool-card bg-card rounded-lg shadow-card overflow-hidden hover:shadow-card-hover">
<div class="p-5">
<div class="flex justify-between items-start mb-4">
<div>
<h3 class="text-xl font-bold text-primary">MaxMind</h3>
<div class="star-rating mt-1">
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="ml-2 text-sm text-gray-500">10/10</span>
</div>
</div>
<span class="feature-badge paid">付费</span>
</div>
<div class="mb-4">
<p class="text-success font-medium mb-1"><i class="fas fa-check-circle mr-1"></i>优点</p>
<p class="text-sm text-gray-600 ml-5">业界标准,数据权威</p>
</div>
<div class="mb-4">
<p class="text-danger font-medium mb-1"><i class="fas fa-exclamation-circle mr-1"></i>缺点</p>
<p class="text-sm text-gray-600 ml-5">多数数据需付费</p>
</div>
<div class="mb-4">
<p class="font-medium text-gray-700 mb-1"><i class="fas fa-bullseye mr-1"></i>用途</p>
<p class="text-sm text-gray-600 ml-5">企业级权威数据来源</p>
</div>
<div class="flex justify-between items-center mt-5">
<a href="https://www.maxmind.com/en/locate-my-ip-address" target="_blank" class="bg-primary hover:bg-blue-600 text-white px-4 py-2 rounded-lg text-sm font-medium transition duration-300">
<i class="fas fa-external-link-alt mr-2"></i>访问网站
</a>
<div class="tooltip">
<i class="fas fa-info-circle text-gray-400"></i>
<span class="tooltip-text">企业级解决方案,提供GeoIP数据库</span>
</div>
</div>
</div>
</div>
<!-- IPQualityScore -->
<div class="tool-card bg-card rounded-lg shadow-card overflow-hidden hover:shadow-card-hover">
<div class="p-5">
<div class="flex justify-between items-start mb-4">
<div>
<h3 class="text-xl font-bold text-primary">IPQualityScore</h3>
<div class="star-rating mt-1">
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="ml-2 text-sm text-gray-500">10/10</span>
</div>
</div>
<span class="feature-badge paid">付费</span>
</div>
<div class="mb-4">
<p class="text-success font-medium mb-1"><i class="fas fa-check-circle mr-1"></i>优点</p>
<p class="text-sm text-gray-600 ml-5">专业风控评分,识别恶意行为能力强</p>
</div>
<div class="mb-4">
<p class="text-danger font-medium mb-1"><i class="fas fa-exclamation-circle mr-1"></i>缺点</p>
<p class="text-sm text-gray-600 ml-5">核心功能需付费</p>
</div>
<div class="mb-4">
<p class="font-medium text-gray-700 mb-1"><i class="fas fa-bullseye mr-1"></i>用途</p>
<p class="text-sm text-gray-600 ml-5">高精度风控检测场景</p>
</div>
<div class="flex justify-between items-center mt-5">
<a href="https://www.ipqualityscore.com/user/search" target="_blank" class="bg-primary hover:bg-blue-600 text-white px-4 py-2 rounded-lg text-sm font-medium transition duration-300">
<i class="fas fa-external-link-alt mr-2"></i>访问网站
</a>
<div class="tooltip">
<i class="fas fa-info-circle text-gray-400"></i>
<span class="tooltip-text">提供欺诈评分、代理检测、VPN检测等功能</span>
</div>
</div>
</div>
</div>
<!-- IP2Location -->
<div class="tool-card bg-card rounded-lg shadow-card overflow-hidden hover:shadow-card-hover">
<div class="p-5">
<div class="flex justify-between items-start mb-4">
<div>
<h3 class="text-xl font-bold text-primary">IP2Location</h3>
<div class="star-rating mt-1">
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="star"><i class="fas fa-star"></i></span>
<span class="ml-2 text-sm text-gray-500">10/10</span>
</div>
</div>
<span class="feature-badge paid">付费</span>
</div>
<div class="mb-4">
<p class="text-success font-medium mb-1"><i class="fas fa-check-circle mr-1"></i>优点</p>
<p class="text-sm text-gray-600 ml-5">全球领先的IP定位服务,数据全面准确</p>
</div>
<div class="mb-4">
<p class="text-danger font-medium mb-1"><i class="fas fa-exclamation-circle mr-1"></i>缺点</p>
<p class="text-sm text-gray-600 ml-5">主要功能需付费</p>
</div>
<div class="mb-4">
<p class="font-medium text-gray-700 mb-1"><i class="fas fa-bullseye mr-1"></i>用途</p>
<p class="text-sm text-gray-600 ml-5">企业级深度分析</p>
</div>
<div class="flex justify-between items-center mt-5">
<a href="https://ip2location.com" target="_blank" class="bg-primary hover:bg-blue-600 text-white px-4 py-2 rounded-lg text-sm font-medium transition duration-300">
<i class="fas fa-external-link-alt mr-2"></i>访问网站
</a>
<div class="tooltip">
<i class="fas fa-info-circle text-gray-400"></i>
<span class="tooltip-text">提供IP地理位置数据库和API服务</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 服务器本地脚本与开源工具 -->
<div class="mb-12">
<div class="flex items-center mb-6">
<div class="h-10 w-1 bg-primary rounded mr-3"></div>
<h2 class="text-2xl font-bold text-gray-800">服务器本地脚本与开源工具</h2>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<!-- IP.Check.Place -->
<div class="tool-card bg-card rounded-lg shadow-card overflow-hidden hover:shadow-card-hover">
<div class="p-5">
<div class="flex justify-between items-start mb-4">
<div>
<h3 class="text-xl font-bold text-primary">IP.Check.Place 脚本</h3>
<div class="star-rating mt-1">
<span class="text-success font-medium"><i class="fas fa-thumbs-up mr-1"></i>推荐</span>
</div>
</div>
<span class="feature-badge open-source">开源</span>
</div>
<div class="mb-4">
<p class="text-success font-medium mb-1"><i class="fas fa-check-circle mr-1"></i>优点</p>
<p class="text-sm text-gray-600 ml-5">自动检测IP归属、ASN、数据中心类型、历史黑名单记录</p>
</div>
<div class="mb-4">
<p class="text-danger font-medium mb-1"><i class="fas fa-exclamation-circle mr-1"></i>缺点</p>
<p class="text-sm text-gray-600 ml-5">无</p>
</div>
<div class="mb-4">
<p class="font-medium text-gray-700 mb-1"><i class="fas fa-bullseye mr-1"></i>用途</p>
<p class="text-sm text-gray-600 ml-5">拥有服务器权限时深入判断IP质量</p>
</div>
<div class="mt-5">
<div class="bg-gray-100 rounded-lg p-3 mb-4">
<code class="text-sm text-gray-800 break-all">bash <(curl -Ls IP.Check.Place)</code>
</div>
<button class="copy-btn bg-gray-200 hover:bg-gray-300 text-gray-700 px-3 py-1 rounded text-sm font-medium transition duration-300" data-clipboard-text="bash <(curl -Ls IP.Check.Place)">
<i class="far fa-copy mr-1"></i>复制命令
</button>
</div>
</div>
</div>
<!-- ECS项目 -->
<div class="tool-card bg-card rounded-lg shadow-card overflow-hidden hover:shadow-card-hover">
<div class="p-5">
<div class="flex justify-between items-start mb-4">
<div>
<h3 class="text-xl font-bold text-primary">ECS 融合怪测评</h3>
<div class="star-rating mt-1">
<span class="text-success font-medium"><i class="fas fa-thumbs-up mr-1"></i>推荐</span>
</div>
</div>
<span class="feature-badge open-source">开源</span>
</div>
<div class="mb-4">
<p class="text-success font-medium mb-1"><i class="fas fa-check-circle mr-1"></i>优点</p>
<p class="text-sm text-gray-600 ml-5">Go编写,无需依赖环境,一键测试服务器性能、网络、IP风险</p>
</div>
<div class="mb-4">
<p class="text-danger font-medium mb-1"><i class="fas fa-exclamation-circle mr-1"></i>缺点</p>
<p class="text-sm text-gray-600 ml-5">无</p>
</div>
<div class="mb-4">
<p class="font-medium text-gray-700 mb-1"><i class="fas fa-bullseye mr-1"></i>用途</p>
<p class="text-sm text-gray-600 ml-5">全面评估VPS性能与IP质量</p>
</div>
<div class="flex justify-between items-center mt-5">
<a href="https://github.com/oneclickvirt/ecs" target="_blank" class="bg-gray-800 hover:bg-black text-white px-4 py-2 rounded-lg text-sm font-medium transition duration-300">
<i class="fab fa-github mr-2"></i>GitHub 地址
</a>
<div class="tooltip">
<i class="fas fa-info-circle text-gray-400"></i>
<span class="tooltip-text">开源项目,持续更新维护</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 其他推荐工具 -->
<div class="mb-12">
<div class="flex items-center mb-6">
<div class="h-10 w-1 bg-primary rounded mr-3"></div>
<h2 class="text-2xl font-bold text-gray-800">其他推荐工具</h2>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<!-- ipapi.is -->
<div class="tool-card bg-card rounded-lg shadow-card overflow-hidden hover:shadow-card-hover">
<div class="p-5">
<div class="flex justify-between items-start mb-4">
<h3 class="text-xl font-bold text-primary">ipapi.is</h3>
<span class="feature-badge api">API</span>
</div>
<div class="mb-4">
<p class="text-success font-medium mb-1"><i class="fas fa-check-circle mr-1"></i>优点</p>
<p class="text-sm text-gray-600 ml-5">数据更新及时、格式统一、API简洁,适合构建安全产品</p>
</div>
<div class="mb-4">
<p class="font-medium text-gray-700 mb-1"><i class="fas fa-bullseye mr-1"></i>用途</p>
<p class="text-sm text-gray-600 ml-5">开发者集成、自动化检测</p>
</div>
<div class="flex justify-between items-center mt-5">
<a href="https://ipapi.is" target="_blank" class="bg-primary hover:bg-blue-600 text-white px-4 py-2 rounded-lg text-sm font-medium transition duration-300">
<i class="fas fa-external-link-alt mr-2"></i>访问网站
</a>
</div>
</div>
</div>
<!-- iplark.com -->
<div class="tool-card bg-card rounded-lg shadow-card overflow-hidden hover:shadow-card-hover">
<div class="p-5">
<div class="flex justify-between items-start mb-4">
<h3 class="text-xl font-bold text-primary">iplark.com</h3>
<span class="feature-badge free">免费</span>
</div>
<div class="mb-4">
<p class="text-success font-medium mb-1"><i class="fas fa-check-circle mr-1"></i>优点</p>
<p class="text-sm text-gray-600 ml-5">国内开发,界面简洁</p>
</div>
<div class="mb-4">
<p class="font-medium text-gray-700 mb-1"><i class="fas fa-bullseye mr-1"></i>用途</p>
<p class="text-sm text-gray-600 ml-5">国内用户辅助参考</p>
</div>
<div class="flex justify-between items-center mt-5">
<a href="https://iplark.com" target="_blank" class="bg-primary hover:bg-blue-600 text-white px-4 py-2 rounded-lg text-sm font-medium transition duration-300">
<i class="fas fa-external-link-alt mr-2"></i>访问网站
</a>
</div>
</div>
</div>
<!-- Cloudflare Bot Test -->
<div class="tool-card bg-card rounded-lg shadow-card overflow-hidden hover:shadow-card-hover">
<div class="p-5">
<div class="flex justify-between items-start mb-4">
<h3 class="text-xl font-bold text-primary">Cloudflare Bot Test</h3>
<span class="feature-badge free">免费</span>
</div>
<div class="mb-4">
<p class="text-success font-medium mb-1"><i class="fas fa-check-circle mr-1"></i>优点</p>
<p class="text-sm text-gray-600 ml-5">可测Cloudflare对该IP的Bot分数,分数越高越安全</p>
</div>
<div class="mb-4">
<p class="font-medium text-gray-700 mb-1"><i class="fas fa-bullseye mr-1"></i>用途</p>
<p class="text-sm text-gray-600 ml-5">检测IP在Cloudflare体系中的风险(需用美国节点访问)</p>
</div>
<div class="flex justify-between items-center mt-5">
<a href="https://my-test-site.poc.dc.gov/" target="_blank" class="bg-primary hover:bg-blue-600 text-white px-4 py-2 rounded-lg text-sm font-medium transition duration-300">
<i class="fas fa-external-link-alt mr-2"></i>访问测试页
</a>
</div>
</div>
</div>
</div>
</div>
<!-- 常见误区 -->
<div class="mb-12">
<div class="flex items-center mb-6">
<div class="h-10 w-1 bg-primary rounded mr-3"></div>
<h2 class="text-2xl font-bold text-gray-800">常见误区</h2>
</div>
<div class="bg-white rounded-xl shadow-card overflow-hidden">
<div class="overflow-x-auto">
<table class="min-w-full">
<thead>
<tr class="bg-primary text-white">
<th class="py-3 px-4 text-left font-semibold">误区</th>
<th class="py-3 px-4 text-left font-semibold">正确认知</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-200 hover:bg-gray-50">
<td class="py-3 px-4">家宽 IP 一定比机房 IP 更安全</td>
<td class="py-3 px-4">家宽若被滥用也会被标记,高质量机房 IP 同样稳定</td>
</tr>
<tr class="border-b border-gray-200 hover:bg-gray-50">
<td class="py-3 px-4">盲信某些网站的“风控值”</td>
<td class="py-3 px-4">评分机制不透明,应交叉验证多个来源</td>
</tr>
<tr class="border-b border-gray-200 hover:bg-gray-50">
<td class="py-3 px-4">仅凭一个网站判断 IP 质量</td>
<td class="py-3 px-4">应结合多个专业库综合判断</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="py-3 px-4">认为“IP 类型”字段绝对可靠</td>
<td class="py-3 px-4">很多网站识别并不准确,应参考原始 ISP 数据</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- 总结建议 -->
<div class="mb-8">
<div class="flex items-center mb-6">
<div class="h-10 w-1 bg-primary rounded mr-3"></div>
<h2 class="text-2xl font-bold text-gray-800">总结建议</h2>
</div>
<div class="bg-gradient-to-r from-blue-500 to-indigo-600 rounded-xl shadow-card p-6 text-center pulse">
<div class="max-w-2xl mx-auto">
<h3 class="text-white text-2xl font-bold mb-4">科学评估IP质量的关键策略</h3>
<div class="flex flex-wrap justify-center gap-4 mb-4">
<div class="bg-white bg-opacity-20 backdrop-blur-sm rounded-lg px-4 py-2 text-white">
<i class="fas fa-search mr-2"></i>初步筛查
</div>
<div class="bg-white bg-opacity-20 backdrop-blur-sm rounded-lg px-4 py-2 text-white">
<i class="fas fa-chart-line mr-2"></i>深入判断
</div>
<div class="bg-white bg-opacity-20 backdrop-blur-sm rounded-lg px-4 py-2 text-white">
<i class="fas fa-terminal mr-2"></i>本地脚本
</div>
<div class="bg-white bg-opacity-20 backdrop-blur-sm rounded-lg px-4 py-2 text-white">
<i class="fas fa-sync-alt mr-2"></i>交叉验证
</div>
</div>
<p class="text-white text-lg font-medium">
采用 <strong class="text-yellow-300">多维度 + 交叉验证</strong> 策略,避免迷信单一指标
</p>
</div>
</div>
</div>
</div>
<!-- 页脚 -->
<footer class="bg-gray-800 text-white py-8">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-4 md:mb-0">
<h3 class="text-xl font-bold mb-2">IP 质量评估工具速查表</h3>
<p class="text-gray-400 text-sm">持续更新,科学评估IP质量</p>
</div>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition duration-300">
<i class="fab fa-github text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300">
<i class="fas fa-envelope text-xl"></i>
</a>
</div>
</div>
<div class="mt-8 pt-6 border-t border-gray-700 text-center text-gray-400 text-sm">
<p>© 2023 IP质量评估工具速查表 | 本工具仅供参考,数据准确性以官方来源为准</p>
</div>
</div>
</footer>
<!-- 返回顶部按钮 -->
<div class="scroll-top bg-primary text-white shadow-lg" id="scrollTop">
<i class="fas fa-arrow-up"></i>
</div>
<script>
// 返回顶部功能
const scrollTopBtn = document.getElementById('scrollTop');
window.addEventListener('scroll', () => {
if (window.pageYOffset > 300) {
scrollTopBtn.classList.add('show');
} else {
scrollTopBtn.classList.remove('show');
}
});
scrollTopBtn.addEventListener('click', () => {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
});
// 复制功能
document.querySelectorAll('.copy-btn').forEach(button => {
button.addEventListener('click', function() {
const text = this.getAttribute('data-clipboard-text');
navigator.clipboard.writeText(text).then(() => {
const originalText = this.innerHTML;
this.innerHTML = '<i class="fas fa-check mr-1"></i>已复制';
setTimeout(() => {
this.innerHTML = originalText;
}, 2000);
});
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=lemon360/ip" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |