|
1 | 1 | [
|
2 | 2 | {
|
3 |
| - "Name": "Ethereum Wallet Address", |
4 |
| - "Regex": "^0x[a-fA-F0-9]{40}$", |
| 3 | + "Name": "Ethereum (ETH) Wallet Address", |
| 4 | + "Regex": "(?i)^0x[a-f0-9]{40}$", |
5 | 5 | "Description": null,
|
6 | 6 | "URL": "https://etherscan.io/address/",
|
7 | 7 | "Rarity": 1,
|
|
12 | 12 | },
|
13 | 13 | {
|
14 | 14 | "Name": "Access-Control-Allow-Header",
|
15 |
| - "Regex": "Access-Control-Allow: [a-zA-Z0-9\\-*]", |
| 15 | + "Regex": "(?i)Access-Control-Allow: [a-z0-9\\-*]", |
16 | 16 | "Description": "Used for [#CAE4F1][link=https://en.wikipedia.org/wiki/Cross-origin_resource_sharing]Cross-Origin Resource Sharing (CORS)[/link][/#CAE4F1]",
|
17 | 17 | "Rarity": 1,
|
18 | 18 | "Tags": [
|
|
21 | 21 | ]
|
22 | 22 | },
|
23 | 23 | {
|
24 |
| - "Name": "Bitcoin Wallet", |
| 24 | + "Name": "Bitcoin (₿) Wallet Address", |
25 | 25 | "Regex": "^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$",
|
26 | 26 | "Description": null,
|
27 | 27 | "URL": "https://www.blockchain.com/btc/address/",
|
|
68 | 68 | ]
|
69 | 69 | },
|
70 | 70 | {
|
71 |
| - "Name": "Uniform Resource Locator (URL)", |
72 |
| - "Regex": "(https?:\\/\\/(?:www\\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\\.[^\\s]{2,}|www\\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\\.[^\\s]{2,}|https?:\\/\\/(?:www\\.|(?!www))[a-zA-Z0-9]+\\.[^\\s]{2,}|www\\.[a-zA-Z0-9]+\\.[^\\s]{2,})", |
| 71 | + "Name": "Bitcoin Cash (BCH) Wallet Address", |
| 72 | + "Regex": "(?i)^bitcoincash:[a-z0-9]{42}$", |
| 73 | + "Description": null, |
| 74 | + "URL": "https://www.blockchain.com/bch/address/", |
| 75 | + "Rarity": 1, |
| 76 | + "Tags": [ |
| 77 | + "Cryptocurrency", |
| 78 | + "Finance" |
| 79 | + ] |
| 80 | + }, |
| 81 | + { |
| 82 | + "Name": "Internet Protocol (IP) Address Version 6", |
| 83 | + "Regex": "\\[?(?:(?:[0-9a-f]{1,4}:){7,7}[0-9a-f]{1,4}|([0-9a-f]{4}:){1,7}:|([0-9a-f]{1,4}:){1,6}:[0-9a-f]{1,4}|([0-9a-f]{1,4}:){1,5}(:[0-9a-f]{1,4}){1,2}|([0-9a-f]{1,4}:){1,4}(:[0-9a-f]{1,4}){1,3}|([0-9a-f]{1,4}:){1,3}(:[0-9a-f]{1,4}){1,4}|([0-9a-fA]{1,4}:){1,2}(:[0-9a-f]{1,4}){1,5}|[0-9a-f]{1,4}:((:[0-9a-f]{1,4}){1,6})|:((:[0-9a-f]{1,4}){1,7}|:)|fe80:(:[0-9a-f]{0,4}){0,4}%[0-9a-z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|(?:[0-9a-f]{1,4}:){1,4}:(?:(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(?:2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\\]?(?::[0-9]{1,5})?", |
73 | 84 | "Description": null,
|
| 85 | + "URL": "https://www.shodan.io/host/", |
74 | 86 | "Rarity": 1,
|
| 87 | + "Tags": [ |
| 88 | + "Identifiers", |
| 89 | + "Networking" |
| 90 | + ] |
| 91 | + }, |
| 92 | + { |
| 93 | + "Name": "Uniform Resource Locator (URL)", |
| 94 | + "Regex": "(?i)^(?:(?:(?:https?|ftp):)?\/\/)(?:\\S+(?::\\S*)?@?)?(?:(?!(?:10|127)(?:\\.\\d{1,3}){3})(?!(?:169\\.254|192\\.168)(?:\\.\\d{1,3}){2})(?!172\\.(?:1[6-9]|2\\d|3[0-1])(?:\\.\\d{1,3}){2})(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[1-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]?\\.?)+?(?:[a-z\u00a1-\uffff]+\\.?))(?::\\d{2,5})?(?:[\/?#]\\S*)?$", |
| 95 | + "Description": null, |
| 96 | + "Rarity": 0.7, |
75 | 97 | "Tags": [
|
76 | 98 | "Identifiers"
|
77 | 99 | ]
|
78 | 100 | },
|
79 | 101 | {
|
80 |
| - "Name":"Latitude & Longitude Coordinates", |
81 |
| - "Regex":"^[-+]?([1-8]?\\d(\\.\\d+)?|90(\\.0+)?),\\s*[-+]?(180(\\.0+)?|((1[0-7]\\d)|([1-9]?\\d))(\\.\\d+)?)$", |
82 |
| - "plural_name": true, |
83 |
| - "Description": null, |
84 |
| - "URL": "https://www.google.com/maps/place/", |
85 |
| - "Rarity": 0.5, |
86 |
| - "Tags": [ |
87 |
| - "Geo-location" |
| 102 | + "Name": "Internet Protocol (IP) Address Version 4", |
| 103 | + "Regex": "(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(?::[0-9]{1,5})?", |
| 104 | + "Description": null, |
| 105 | + "URL": "https://www.shodan.io/host/", |
| 106 | + "Rarity": 0.7, |
| 107 | + "Tags": [ |
| 108 | + "Identifiers", |
| 109 | + "Networking" |
| 110 | + ] |
| 111 | + }, |
| 112 | + { |
| 113 | + "Name":"Latitude & Longitude Coordinates", |
| 114 | + "Regex":"(?i)^(?:(?:N|W|S|E)\\s?\\d+\\s?\\u00B0?\\s?\\d+\\.?\\d*\\s?\\'?\\s?\\d*\\.?\\,?\\d*?\"?\\s?){1,2}$|^(?:\\d+\\s?\\u00B0\\s?\\d+\\s?\\'\\s?\\d+\\.?\\,?\\d{0,}?\"\\s?(?:N|W|S|E)\\s?){1,2}$|^(?:[-+]?(?:[0-8]?\\d+\\.\\d{4,}|90(?:\\.0+)?),\\s*[-+]?(?:180(?:\\.0+)?|(?:(?:1[0-7]\\d)|(?:[1-9]?\\d))(?:\\.\\d+)?))$", |
| 115 | + "plural_name": true, |
| 116 | + "Description": null, |
| 117 | + "URL": "https://www.google.com/maps/place/", |
| 118 | + "Rarity": 0.5, |
| 119 | + "Tags": [ |
| 120 | + "Geo-location" |
88 | 121 | ]
|
89 |
| - }, |
| 122 | + }, |
90 | 123 | {
|
91 |
| - "Name": "Dogecoin Wallet Address", |
| 124 | + "Name": "Dogecoin (DOGE) Wallet Address", |
92 | 125 | "Regex": "^D{1}[5-9A-HJ-NP-U]{1}[1-9A-HJ-NP-Za-km-z]{32}$",
|
93 | 126 | "Description": null,
|
94 | 127 | "URL": "https://dogechain.info/address/",
|
|
98 | 131 | "Finance"
|
99 | 132 | ]
|
100 | 133 | },
|
| 134 | + { |
| 135 | + "Name": "Monero (XMR) Wallet Address", |
| 136 | + "Regex": "(?i)^4(?:[0-9]|[A-B])[a-z0-9]{93}$", |
| 137 | + "Description": null, |
| 138 | + "URL": "https://dogechain.info/address/", |
| 139 | + "Rarity": 0.5, |
| 140 | + "Tags": [ |
| 141 | + "Cryptocurrency", |
| 142 | + "Finance" |
| 143 | + ] |
| 144 | + }, |
| 145 | + { |
| 146 | + "Name": "Litecoin (LTC) Wallet Address", |
| 147 | + "Regex": "(?i)^(?:L|M)[a-z0-9]{33}$", |
| 148 | + "Description": null, |
| 149 | + "URL": "https://live.blockcypher.com/ltc/address/", |
| 150 | + "Rarity": 0.5, |
| 151 | + "Tags": [ |
| 152 | + "Cryptocurrency", |
| 153 | + "Finance" |
| 154 | + ] |
| 155 | + }, |
| 156 | + { |
| 157 | + "Name": "Ripple (XRP) Wallet Address", |
| 158 | + "Regex": "(?i)^r[a-z0-9]{33}$", |
| 159 | + "Description": null, |
| 160 | + "URL": "https://xrpscan.com/account/", |
| 161 | + "Rarity": 0.5, |
| 162 | + "Tags": [ |
| 163 | + "Cryptocurrency", |
| 164 | + "Finance" |
| 165 | + ] |
| 166 | + }, |
101 | 167 | {
|
102 | 168 | "Name": "American Express Card Number",
|
103 | 169 | "Regex": "^3[47][0-9]{13}$",
|
|
239 | 305 | },
|
240 | 306 | {
|
241 | 307 | "Name": "Email Address",
|
242 |
| - "Regex": "(^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$)", |
| 308 | + "Regex": "(?i)(^[a-z0-9_.+-]+@[a-z0-9-]+\\.[a-z0-9-.]+$)", |
243 | 309 | "Description": null,
|
244 | 310 | "Rarity": 0.5,
|
245 | 311 | "Tags": [
|
246 | 312 | "Identifiers",
|
247 | 313 | "Credentials"
|
248 | 314 | ]
|
249 | 315 | },
|
250 |
| - { |
251 |
| - "Name": "YouTube Video ID", |
252 |
| - "Regex": "^[0-9A-Za-z_-]{10}[048AEIMQUYcgkosw]{1}$", |
253 |
| - "Description": null, |
254 |
| - "URL": "https://www.youtube.com/watch?v=", |
255 |
| - "Rarity": 0.4, |
256 |
| - "Tags": [ |
257 |
| - "Media" |
258 |
| - ] |
259 |
| - }, |
260 | 316 | {
|
261 | 317 | "Name": "YouTube Channel ID",
|
262 | 318 | "Regex": "^UC[0-9A-Za-z_-]{21}[AQgw]{1}$",
|
|
268 | 324 | ]
|
269 | 325 | },
|
270 | 326 | {
|
271 |
| - "Name": "Internet Protocol (IP) Address", |
272 |
| - "Regex": "(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)", |
| 327 | + "Name": "YouTube Video ID", |
| 328 | + "Regex": "^(?=.*[A-Z])(?=.*[a-z])[0-9A-Za-z_-]{10}[048AEIMQUYcgkosw]{1}$", |
273 | 329 | "Description": null,
|
274 |
| - "Rarity": 0.4, |
| 330 | + "URL": "https://www.youtube.com/watch?v=", |
| 331 | + "Rarity": 0.2, |
275 | 332 | "Tags": [
|
276 |
| - "Identifiers", |
277 |
| - "Networking" |
| 333 | + "Media" |
278 | 334 | ]
|
279 | 335 | },
|
280 | 336 | {
|
|
0 commit comments