|
| 1 | +--- |
| 2 | +draft: false |
| 3 | +title: GeoIP Static IP Score Databases |
| 4 | +--- |
| 5 | + |
| 6 | +This database indicates how static or dynamic an IP address is, which can be |
| 7 | +useful for deciding whether an IP address represents the same user over time. |
| 8 | + |
| 9 | +To learn more about the GeoIP Static IP Score database, including terms and |
| 10 | +pricing, please |
| 11 | +[contact our Enterprise Business team](https://www.maxmind.com/en/solutions/connect-with-a-geoip-expert) |
| 12 | +for assistance. |
| 13 | + |
| 14 | +{{< snippet "snippets/data-privacy-warning.md" >}} |
| 15 | + |
| 16 | +## Binary Database |
| 17 | + |
| 18 | +{{< snippet "snippets/binary-databases.md" >}} |
| 19 | + |
| 20 | +## CSV Database |
| 21 | + |
| 22 | +{{< snippet "snippets/csv-databases-intro.md" >}} |
| 23 | + |
| 24 | +{{< zip-file-content product-name="GeoIP2-Static-IP-Score" >}} |
| 25 | + |
| 26 | +{{< snippet "snippets/file-format.md" >}} |
| 27 | + |
| 28 | +### Blocks Files |
| 29 | + |
| 30 | +There are two CSV files for network blocks, one each for IPv4 and IPv6 blocks. |
| 31 | +These are named `GeoIP2-Static-IP-Score-Blocks-IPv4.csv` and |
| 32 | +`GeoIP2-Static-IP-Score-Blocks-IPv6.csv` respectively. |
| 33 | + |
| 34 | +{{< rawhtml >}} |
| 35 | + |
| 36 | +<div class="table"> |
| 37 | + <table> |
| 38 | + <tbody> |
| 39 | + <tr> |
| 40 | + <th>Name</th> |
| 41 | + <th>Type</th> |
| 42 | + <th>Description</th> |
| 43 | + </tr> |
| 44 | + |
| 45 | + <tr> |
| 46 | + <td>network</td> |
| 47 | + <td>IP network as a string</td> |
| 48 | + <td> |
| 49 | + This is the IPv4 or IPv6 network in CIDR format such as |
| 50 | + "2.125.160.216/29" or "2001:c50::/32". We offer a utility to convert |
| 51 | + this column to start/end IPs or start/end integers. See |
| 52 | + <a href="#conversion-utility">the conversion utility section</a> for |
| 53 | + details. |
| 54 | + <br /> |
| 55 | + <a |
| 56 | + href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FN989KWHZG902R63XSJ786RK" |
| 57 | + > |
| 58 | + Learn more about the network column on our Knowledge Base. |
| 59 | + </a> |
| 60 | + </td> |
| 61 | + </tr> |
| 62 | + |
| 63 | + <tr> |
| 64 | + <td>static_ip_score</td> |
| 65 | + <td>decimal</td> |
| 66 | + <td> |
| 67 | + An indicator of how static or dynamic an IP address is. The value |
| 68 | + ranges from 0 to 99.99 with higher values meaning a greater static |
| 69 | + association. For example, many IP addresses with a user_type of |
| 70 | + cellular have a score under one. Broadband IPs that don't change very |
| 71 | + often typically have a score above thirty. |
| 72 | + <br /> |
| 73 | + This indicator can be useful for deciding whether an IP address |
| 74 | + represents the same user over time. |
| 75 | + <br /> |
| 76 | + <a |
| 77 | + href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FRRHZZP6XQC228W34VCJV88P" |
| 78 | + > |
| 79 | + Learn more about the static IP score on our Knowledge Base. |
| 80 | + </a> |
| 81 | + <br /> |
| 82 | + min: 0, max: 99.99 |
| 83 | + </td> |
| 84 | + </tr> |
| 85 | + </tbody> |
| 86 | + |
| 87 | + </table> |
| 88 | +</div> |
| 89 | +{{</ rawhtml >}} |
| 90 | + |
| 91 | +### Conversion Utility |
| 92 | + |
| 93 | +{{< snippet "snippets/conversion-utility.md" >}} |
| 94 | + |
| 95 | +## Example Files |
| 96 | + |
| 97 | +{{< snippet "snippets/example-files.md" >}} |
| 98 | + |
| 99 | +### CSV Example Files |
| 100 | + |
| 101 | +{{< csv-example-files >}} |
| 102 | + |
| 103 | +- [GeoIP2-Static-IP-Score-CSV_Example.zip](/static/GeoIP2-Static-IP-Score-CSV_Example.zip) |
| 104 | + {{</ csv-example-files >}} |
| 105 | + |
| 106 | +### MMDB Example Files |
| 107 | + |
| 108 | +{{< mmdb-example-files >}} |
| 109 | + |
| 110 | +- [GeoIP2-Static-IP-Score-Test.mmdb](https://github.com/maxmind/MaxMind-DB/blob/main/test-data/GeoIP2-Static-IP-Score-Test.mmdb) |
| 111 | + {{</ mmdb-example-files >}} |
| 112 | + |
| 113 | +<!-- ## Database Sizes --> |
| 114 | + |
| 115 | +<!-- prettier-ignore-start --> |
| 116 | + |
| 117 | +<!-- {{< db-sizes-table dateRange="August to October 2024" >}} |
| 118 | +- databaseName: "GeoIP Static IP Score" |
| 119 | + csvSizeRange: "TBD" |
| 120 | + mmdbSizeRange: "TBD" |
| 121 | + ipv4Range: "TBD" |
| 122 | + ipv6Range: "TBD" |
| 123 | +{{< /db-sizes-table >}} --> |
| 124 | + |
| 125 | +<!-- prettier-ignore-end --> |
| 126 | + |
| 127 | +## Database Changes |
| 128 | + |
| 129 | +{{< database-changes product="Static IP Score" >}} |
| 130 | + |
| 131 | +## APIs and Third-Party Integrations |
| 132 | + |
| 133 | +{{< snippet "snippets/geoip-db-apis.md" >}} |
0 commit comments