wfIPWhitelist.php
8.52 KB
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
<?php
/**
* Addresses should be in human readable format as a single IP (e.g. 1.2.3.4) or CIDR (e.g. 1.2.3.4/32)
*/
$wfIPWhitelist = array(
'private' => array(
//We've modified this and removed some addresses which may be routable on the Net and cause auto-whitelisting.
//'0.0.0.0/8', #Broadcast addr
'10.0.0.0/8', #Private addrs
//'100.64.0.0/10', #carrier-grade-nat for comms between ISP and subscribers
'127.0.0.0/8', #loopback
//'169.254.0.0/16', #link-local when DHCP fails e.g. os x
'172.16.0.0/12', #private addrs
'192.0.0.0/29', #used for NAT with IPv6, so basically a private addr
//'192.0.2.0/24', #Only for use in docs and examples, not for public use
//'192.88.99.0/24', #Used by 6to4 anycast relays
'192.168.0.0/16', #Used for local communications within a private network
//'198.18.0.0/15', #Used for testing of inter-network communications between two separate subnets
//'198.51.100.0/24', #Assigned as "TEST-NET-2" in RFC 5737 for use solely in documentation and example source code and should not be used publicly.
//'203.0.113.0/24', #Assigned as "TEST-NET-3" in RFC 5737 for use solely in documentation and example source code and should not be used publicly.
//'224.0.0.0/4', #Reserved for multicast assignments as specified in RFC 5771
//'240.0.0.0/4', #Reserved for future use, as specified by RFC 6890
//'255.255.255.255/32', #Reserved for the "limited broadcast" destination address, as specified by RFC 6890
),
'wordfence' => array(
// 69.46.36.1 - 69.46.36.32
'69.46.36.1/32',
'69.46.36.2/31',
'69.46.36.4/30',
'69.46.36.8/29',
'69.46.36.16/28',
'69.46.36.32/32',
'68.64.48.0/27',
),
'sucuri' => array(
'97.74.127.171',
'69.164.203.172',
'173.230.128.135',
'66.228.34.49',
'66.228.40.185',
'50.116.36.92',
'50.116.36.93',
'50.116.3.171',
'198.58.96.212',
'50.116.63.221',
'192.155.92.112',
'192.81.128.31',
'198.58.106.244',
'192.155.95.139',
'23.239.9.227',
'198.58.112.103',
'192.155.94.43',
'162.216.16.33',
'173.255.233.124',
'173.255.233.124',
'192.155.90.179',
'50.116.41.217',
'192.81.129.227',
'198.58.111.80',
'162.216.19.183',
),
'facebook' => array(
'204.15.20.0/22',
'69.63.176.0/20',
'66.220.144.0/20',
'66.220.144.0/21',
'69.63.184.0/21',
'69.63.176.0/21',
'74.119.76.0/22',
'69.171.255.0/24',
'173.252.64.0/18',
'69.171.224.0/19',
'69.171.224.0/20',
'103.4.96.0/22',
'69.63.176.0/24',
'173.252.64.0/19',
'173.252.70.0/24',
'31.13.64.0/18',
'31.13.24.0/21',
'66.220.152.0/21',
'66.220.159.0/24',
'69.171.239.0/24',
'69.171.240.0/20',
'31.13.64.0/19',
'31.13.64.0/24',
'31.13.65.0/24',
'31.13.67.0/24',
'31.13.68.0/24',
'31.13.69.0/24',
'31.13.70.0/24',
'31.13.71.0/24',
'31.13.72.0/24',
'31.13.73.0/24',
'31.13.74.0/24',
'31.13.75.0/24',
'31.13.76.0/24',
'31.13.77.0/24',
'31.13.96.0/19',
'31.13.66.0/24',
'173.252.96.0/19',
'69.63.178.0/24',
'31.13.78.0/24',
'31.13.79.0/24',
'31.13.80.0/24',
'31.13.82.0/24',
'31.13.83.0/24',
'31.13.84.0/24',
'31.13.85.0/24',
'31.13.86.0/24',
'31.13.87.0/24',
'31.13.88.0/24',
'31.13.89.0/24',
'31.13.90.0/24',
'31.13.91.0/24',
'31.13.92.0/24',
'31.13.93.0/24',
'31.13.94.0/24',
'31.13.95.0/24',
'69.171.253.0/24',
'69.63.186.0/24',
'31.13.81.0/24',
'179.60.192.0/22',
'179.60.192.0/24',
'179.60.193.0/24',
'179.60.194.0/24',
'179.60.195.0/24',
'185.60.216.0/22',
'45.64.40.0/22',
'185.60.216.0/24',
'185.60.217.0/24',
'185.60.218.0/24',
'185.60.219.0/24',
'129.134.0.0/16',
'157.240.0.0/16',
'204.15.20.0/22',
'69.63.176.0/20',
'69.63.176.0/21',
'69.63.184.0/21',
'66.220.144.0/20',
'69.63.176.0/20',
'2620:0:1c00::/40',
'2a03:2880::/32',
'2a03:2880:fffe::/48',
'2a03:2880:ffff::/48',
'2620:0:1cff::/48',
'2a03:2880:f000::/48',
'2a03:2880:f001::/48',
'2a03:2880:f002::/48',
'2a03:2880:f003::/48',
'2a03:2880:f004::/48',
'2a03:2880:f005::/48',
'2a03:2880:f006::/48',
'2a03:2880:f007::/48',
'2a03:2880:f008::/48',
'2a03:2880:f009::/48',
'2a03:2880:f00a::/48',
'2a03:2880:f00b::/48',
'2a03:2880:f00c::/48',
'2a03:2880:f00d::/48',
'2a03:2880:f00e::/48',
'2a03:2880:f00f::/48',
'2a03:2880:f010::/48',
'2a03:2880:f011::/48',
'2a03:2880:f012::/48',
'2a03:2880:f013::/48',
'2a03:2880:f014::/48',
'2a03:2880:f015::/48',
'2a03:2880:f016::/48',
'2a03:2880:f017::/48',
'2a03:2880:f018::/48',
'2a03:2880:f019::/48',
'2a03:2880:f01a::/48',
'2a03:2880:f01b::/48',
'2a03:2880:f01c::/48',
'2a03:2880:f01d::/48',
'2a03:2880:f01e::/48',
'2a03:2880:f01f::/48',
'2a03:2880:1000::/36',
'2a03:2880:2000::/36',
'2a03:2880:3000::/36',
'2a03:2880:4000::/36',
'2a03:2880:5000::/36',
'2a03:2880:6000::/36',
'2a03:2880:7000::/36',
'2a03:2880:f020::/48',
'2a03:2880:f021::/48',
'2a03:2880:f022::/48',
'2a03:2880:f023::/48',
'2a03:2880:f024::/48',
'2a03:2880:f025::/48',
'2a03:2880:f026::/48',
'2a03:2880:f027::/48',
'2a03:2880:f028::/48',
'2a03:2880:f029::/48',
'2a03:2880:f02a::/48',
'2a03:2880:f02b::/48',
'2a03:2880:f02c::/48',
'2a03:2880:f02d::/48',
'2a03:2880:f02e::/48',
'2a03:2880:f02f::/48',
'2a03:2880:f030::/48',
'2a03:2880:f031::/48',
'2a03:2880:f032::/48',
'2a03:2880:f033::/48',
'2a03:2880:f034::/48',
'2a03:2880:f035::/48',
'2a03:2880:f036::/48',
'2a03:2880:f037::/48',
'2a03:2880:f038::/48',
'2a03:2880:f039::/48',
'2a03:2880:f03a::/48',
'2a03:2880:f03b::/48',
'2a03:2880:f03c::/48',
'2a03:2880:f03d::/48',
'2a03:2880:f03e::/48',
'2a03:2880:f03f::/48',
'2401:db00::/32',
'2a03:2880::/36',
'2803:6080::/32',
),
'uptimerobot' => array(
'69.162.124.224/28',
'63.143.42.240/28',
),
'statuscake' => array(
'103.194.112.70',
'104.131.247.151',
'104.131.248.65',
'104.131.248.78',
'104.156.229.24',
'104.156.255.184',
'104.206.168.26',
'104.238.164.105',
'107.150.1.135',
'107.155.104.182',
'107.155.108.234',
'107.155.125.29',
'107.161.28.219',
'107.170.197.248',
'107.170.219.46',
'107.170.227.23',
'107.170.227.24',
'107.170.240.141',
'107.170.53.191',
'107.191.47.131',
'107.191.57.237',
'108.61.119.153',
'108.61.162.214',
'108.61.205.201',
'108.61.212.141',
'108.61.215.179',
'125.63.48.239',
'128.199.222.65',
'138.197.130.232',
'138.197.130.235',
'138.197.140.243',
'138.204.171.136',
'138.68.24.115',
'138.68.24.136',
'138.68.24.207',
'138.68.24.60',
'138.68.80.10',
'138.68.80.173',
'139.59.15.79',
'139.59.155.26',
'139.59.190.241',
'139.59.22.109',
'139.59.26.85',
'139.59.29.167',
'149.154.157.61',
'149.255.59.100',
'151.236.10.238',
'151.236.18.80',
'151.80.175.223',
'151.80.175.226',
'154.127.60.23',
'154.127.60.59',
'158.255.208.76',
'159.203.182.22',
'159.203.182.60',
'159.203.186.225',
'159.203.31.18',
'162.243.247.163',
'162.243.71.56',
'162.248.97.72',
'162.253.64.104',
'162.253.64.87',
'176.56.230.110',
'178.62.101.57',
'178.62.104.137',
'178.62.106.84',
'178.62.109.7',
'178.62.40.233',
'178.62.41.44',
'178.62.41.49',
'178.62.41.52',
'178.62.65.162',
'178.62.71.227',
'178.62.78.199',
'178.62.80.93',
'178.62.86.69',
'178.73.210.99',
'181.41.201.117',
'181.41.214.137',
'185.112.157.185',
'185.12.45.70',
'185.47.129.168',
'185.60.135.86',
'188.166.158.224',
'188.166.253.148',
'188.226.139.158',
'188.226.158.160',
'188.226.169.228',
'188.226.171.58',
'188.226.184.152',
'188.226.185.106',
'188.226.186.199',
'188.226.203.84',
'188.226.247.184',
'188.68.238.79',
'192.241.221.11',
'193.124.178.54',
'193.124.178.61',
'193.182.144.105',
'193.182.144.147',
'199.167.128.80',
'209.222.30.242',
'213.183.56.107',
'217.148.43.188',
'217.148.43.202',
'31.220.7.237',
'37.157.246.146',
'37.235.48.42',
'37.235.52.25',
'37.235.53.240',
'37.235.55.205',
'37.97.188.103',
'45.32.128.80',
'45.32.145.79',
'45.32.151.21',
'45.32.160.172',
'45.32.166.195',
'45.32.171.24',
'45.32.192.198',
'45.32.195.186',
'45.32.195.93',
'45.32.212.56',
'45.32.36.158',
'45.32.7.22',
'45.63.121.159',
'45.63.26.78',
'45.63.51.63',
'45.63.61.213',
'45.63.76.68',
'45.63.78.84',
'45.63.86.120',
'45.63.88.213',
'45.76.1.44',
'45.76.192.50',
'45.76.3.112',
'46.101.0.24',
'46.101.110.32',
'46.101.110.43',
'46.101.110.45',
'46.101.20.96',
'46.101.238.182',
'46.101.238.189',
'46.101.240.208',
'46.101.27.186',
'46.101.61.83',
'46.101.74.251',
'5.45.179.103',
'50.2.139.16',
'82.221.95.161',
'91.236.116.163',
),
);