fushin 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b48474b930310a070cc2c167a9a5cd2c7ac71b02d483f04ed7d0222279cf0c38
4
+ data.tar.gz: c49aa6058338793e346ba82f85e4b4a8655226400eb7bcbd20e1306d8814268a
5
+ SHA512:
6
+ metadata.gz: bfd7a8a405b83fe037ec366db45e43553837edadd0654361d94e1e9e8caeb3468dedee5a2acf3e322a538108c84fea11c85d562c24aebbd0ed3d156c3e04bc7d
7
+ data.tar.gz: 7632859341be0ee8f0dd999c271e745ba6d5e0fb9edd4101cb5631cced46e058483076b7f900264a7b8525b7028914fb4bbcf48457fff4111ee82a000ac3c987
@@ -0,0 +1,52 @@
1
+ *.gem
2
+ *.rbc
3
+ /.config
4
+ /coverage/
5
+ /InstalledFiles
6
+ /pkg/
7
+ /spec/reports/
8
+ /spec/examples.txt
9
+ /test/tmp/
10
+ /test/version_tmp/
11
+ /tmp/
12
+
13
+ # Used by dotenv library to load environment variables.
14
+ .env
15
+
16
+ ## Specific to RubyMotion:
17
+ .dat*
18
+ .repl_history
19
+ build/
20
+ *.bridgesupport
21
+ build-iPhoneOS/
22
+ build-iPhoneSimulator/
23
+
24
+ ## Specific to RubyMotion (use of CocoaPods):
25
+ #
26
+ # We recommend against adding the Pods directory to your .gitignore. However
27
+ # you should judge for yourself, the pros and cons are mentioned at:
28
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
29
+ #
30
+ # vendor/Pods/
31
+
32
+ ## Documentation cache and generated files:
33
+ /.yardoc/
34
+ /_yardoc/
35
+ /doc/
36
+ /rdoc/
37
+
38
+ ## Environment normalization:
39
+ /.bundle/
40
+ /vendor/bundle
41
+ /lib/bundler/man/
42
+
43
+ # for a library or gem, you might want to ignore these files since the code is
44
+ # intended to run in multiple environments; otherwise, check them in:
45
+ Gemfile.lock
46
+ .ruby-version
47
+ .ruby-gemset
48
+
49
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
50
+ .rvmrc
51
+
52
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,7 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.5.3
7
+ before_install: gem install bundler -v 2.0.1
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in fushin.gemspec
6
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 Manabu Niseki
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Manabu Niseki
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,34 @@
1
+ # Fushin
2
+
3
+ [![Build Status](https://travis-ci.org/ninoseki/fushin.svg?branch=master)](https://travis-ci.org/ninoseki/fushin)
4
+ [![Coverage Status](https://coveralls.io/repos/github/ninoseki/fushin/badge.svg?branch=master)](https://coveralls.io/github/ninoseki/fushin?branch=master)
5
+ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/91a8eb8d1fcf428294661e9d12b03283)](https://www.codacy.com/app/ninoseki/fushin)
6
+
7
+ A malicious blog posts monitoring tool.
8
+
9
+ ## Features & ToDo
10
+
11
+ - [x] Subscribe [a malicious blog posts feed](https://www.inoreader.com/stream/user/1006141524/tag/%E4%B8%8D%E5%AF%A9%E3%83%A1%E3%83%BC%E3%83%AB) (by [@catnap707](https://twitter.com/catnap707))
12
+ - [x] Extract IoCs(BTC, URL) from a blog post
13
+ - [x] Post extracted IoCs to Slack (or STDOUT) with enrichment
14
+ - [ ] Attachment handling
15
+
16
+ ## Supported blog types
17
+
18
+ - jugem.jp
19
+ - kikey.net
20
+ - seesaa.net
21
+ - shinobi.jp
22
+ - teacup.com
23
+
24
+ ## Install
25
+
26
+ ```shell
27
+ gem install fushin
28
+ ```
29
+
30
+ ## Usage
31
+
32
+ ```shell
33
+ fushin
34
+ ```
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rspec/core/rake_task"
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ task default: :spec
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require "bundler/setup"
5
+ require "fushin"
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require "irb"
15
+ IRB.start(__FILE__)
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ $LOAD_PATH.unshift("#{__dir__}/../lib")
5
+
6
+ require "fushin"
7
+
8
+ Fushin::Monitor.check
@@ -0,0 +1,41 @@
1
+ # frozen_string_literal: true
2
+
3
+ lib = File.expand_path('lib', __dir__)
4
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
+ require "fushin/version"
6
+
7
+ Gem::Specification.new do |spec|
8
+ spec.name = "fushin"
9
+ spec.version = Fushin::VERSION
10
+ spec.authors = ["Manabu Niseki"]
11
+ spec.email = ["manabu.niseki@gmail.com"]
12
+
13
+ spec.summary = "A malicious blog posts checker"
14
+ spec.description = "A malicious blog posts checker"
15
+ spec.homepage = "https://github.com/ninoseki/fushin"
16
+ spec.license = "MIT"
17
+
18
+ # Specify which files should be added to the gem when it is released.
19
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
20
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
21
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
22
+ end
23
+ spec.bindir = "exe"
24
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
25
+ spec.require_paths = ["lib"]
26
+
27
+ spec.add_development_dependency "bundler", "~> 2.0"
28
+ spec.add_development_dependency "coveralls", "~> 0.8"
29
+ spec.add_development_dependency "rake", "~> 12.3"
30
+ spec.add_development_dependency "rspec", "~> 3.8"
31
+ spec.add_development_dependency "vcr", "~> 4.0"
32
+ spec.add_development_dependency "webmock", "~> 3.5"
33
+
34
+ spec.add_dependency "charlock_holmes", '~> 0.7'
35
+ spec.add_dependency "http", "~> 4.0"
36
+ spec.add_dependency "lightly", "~> 0.3"
37
+ spec.add_dependency "oga", "~> 2.15"
38
+ spec.add_dependency "rss", "~> 0.2"
39
+ spec.add_dependency "slack-incoming-webhooks", "~> 0.2"
40
+ spec.add_dependency "url_regex", "~> 0.0"
41
+ end
@@ -0,0 +1,26 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "fushin/version"
4
+
5
+ require "fushin/erros"
6
+
7
+ require "fushin/models/model"
8
+ require "fushin/models/btc"
9
+ require "fushin/models/website"
10
+
11
+ require "fushin/posts/post"
12
+ require "fushin/posts/jugem"
13
+ require "fushin/posts/kikey"
14
+ require "fushin/posts/seesaa"
15
+ require "fushin/posts/shinobi"
16
+ require "fushin/posts/teacup"
17
+
18
+ require "fushin/item"
19
+ require "fushin/rss"
20
+ require "fushin/cache"
21
+ require "fushin/notifier"
22
+ require "fushin/monitor"
23
+
24
+ module Fushin
25
+ class Error < StandardError; end
26
+ end
@@ -0,0 +1,24 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "lightly"
4
+
5
+ module Fushin
6
+ class Cache
7
+ attr_reader :cache
8
+ def initialize
9
+ @cache = Lightly.new(dir: "/tmp/fushin", life: "48h")
10
+ end
11
+
12
+ def self.get(key)
13
+ new.cache.get key
14
+ end
15
+
16
+ def self.save(key, value)
17
+ new.cache.save(key, value)
18
+ end
19
+
20
+ def self.cached?(key)
21
+ new.cache.cached? key
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,505 @@
1
+ ---
2
+ - 163.com
3
+ - 2ch.net
4
+ - 32d1d3b9c.se
5
+ - 360.cn
6
+ - 39.net
7
+ - 4shared.com
8
+ - 6pm.com
9
+ - 9gag.com
10
+ - about.com
11
+ - abs-cbnnews.com
12
+ - accuweather.com
13
+ - ad132m.com
14
+ - adcash.com
15
+ - addthis.com
16
+ - adf.ly
17
+ - adobe.com
18
+ - adplxmd.com
19
+ - agoda.com
20
+ - akamaihd.net
21
+ - albawabhnews.com
22
+ - alibaba.com
23
+ - aliexpress.com
24
+ - alipay.com
25
+ - allegro.pl
26
+ - amazon.ca
27
+ - amazon.cn
28
+ - amazon.co.jp
29
+ - amazon.co.uk
30
+ - amazon.com
31
+ - amazon.de
32
+ - amazon.es
33
+ - amazon.fr
34
+ - amazon.in
35
+ - amazon.it
36
+ - ameba.jp
37
+ - ameblo.jp
38
+ - americanexpress.com
39
+ - answers.com
40
+ - aol.com
41
+ - apple.com
42
+ - archive.org
43
+ - ask.com
44
+ - ask.fm
45
+ - att.com
46
+ - autohome.com.cn
47
+ - avg.com
48
+ - avito.ru
49
+ - babytree.com
50
+ - badoo.com
51
+ - baidu.com
52
+ - bankofamerica.com
53
+ - battle.net
54
+ - bbc.co.uk
55
+ - bbc.com
56
+ - bestadbid.com
57
+ - bestbuy.com
58
+ - bet365.com
59
+ - bhaskar.com
60
+ - bild.de
61
+ - bilibili.com
62
+ - bing.com
63
+ - bitauto.com
64
+ - bitly.com
65
+ - bleacherreport.com
66
+ - blog.jp
67
+ - blogfa.com
68
+ - blogger.com
69
+ - blogimg.jp
70
+ - blogspot.com
71
+ - blogspot.com.br
72
+ - blogspot.com.es
73
+ - blogspot.in
74
+ - bloomberg.com
75
+ - bomb01.com
76
+ - bongacams.com
77
+ - booking.com
78
+ - bp.blogspot.com
79
+ - businessinsider.com
80
+ - buzzfeed.com
81
+ - buzzfil.net
82
+ - bycontext.com
83
+ - caijing.com.cn
84
+ - capitalone.com
85
+ - cbssports.com
86
+ - ce.cn
87
+ - chase.com
88
+ - chaturbate.com
89
+ - china.com
90
+ - china.com.cn
91
+ - chinadaily.com.cn
92
+ - chinatimes.com
93
+ - citibank.com
94
+ - ck101.com
95
+ - cloudfront.net
96
+ - cnet.com
97
+ - cnn.com
98
+ - cntv.cn
99
+ - coccoc.com
100
+ - codecanyon.net
101
+ - comcast.net
102
+ - craigslist.org
103
+ - csdn.net
104
+ - dailymail.co.uk
105
+ - dailymotion.com
106
+ - daum.net
107
+ - dell.com
108
+ - detik.com
109
+ - deviantart.com
110
+ - diply.com
111
+ - directrev.com
112
+ - disqus.com
113
+ - dmm.co.jp
114
+ - dmm.com
115
+ - doorblog.jp
116
+ - douban.com
117
+ - doubleclick.com
118
+ - doublepimp.com
119
+ - dropbox.com
120
+ - eastmoney.com
121
+ - ebay.co.uk
122
+ - ebay.com
123
+ - ebay.com.au
124
+ - ebay.de
125
+ - ebay.in
126
+ - ebay.it
127
+ - eksisozluk.com
128
+ - elpais.com
129
+ - engadget.com
130
+ - ero-advertising.com
131
+ - espn.go.com
132
+ - espncricinfo.com
133
+ - etsy.com
134
+ - ettoday.net
135
+ - evernote.com
136
+ - exoclick.com
137
+ - expedia.com
138
+ - extratorrent.cc
139
+ - eyny.com
140
+ - facebook.com
141
+ - fbcdn.net
142
+ - fc2.com
143
+ - fedex.com
144
+ - feedly.com
145
+ - files.wordpress.com
146
+ - fiverr.com
147
+ - flickr.com
148
+ - flipkart.com
149
+ - flirchi.com
150
+ - forbes.com
151
+ - force.com
152
+ - foxnews.com
153
+ - free.fr
154
+ - gameforge.com
155
+ - gamer.com.tw
156
+ - gap.com
157
+ - gfycat.com
158
+ - github.com
159
+ - github.io
160
+ - gizmodo.com
161
+ - glassdoor.com
162
+ - globo.com
163
+ - gmail.com
164
+ - gmarket.co.kr
165
+ - gmw.cn
166
+ - gmx.net
167
+ - go.com
168
+ - goal.com
169
+ - godaddy.com
170
+ - gome.com.cn
171
+ - goo.ne.jp
172
+ - goodreads.com
173
+ - google.ae
174
+ - google.at
175
+ - google.be
176
+ - google.ca
177
+ - google.ch
178
+ - google.cl
179
+ - google.cn
180
+ - google.co.hu
181
+ - google.co.id
182
+ - google.co.il
183
+ - google.co.in
184
+ - google.co.jp
185
+ - google.co.kr
186
+ - google.co.th
187
+ - google.co.uk
188
+ - google.co.ve
189
+ - google.co.za
190
+ - google.com
191
+ - google.com.ar
192
+ - google.com.au
193
+ - google.com.bd
194
+ - google.com.br
195
+ - google.com.co
196
+ - google.com.eg
197
+ - google.com.hk
198
+ - google.com.mx
199
+ - google.com.my
200
+ - google.com.ng
201
+ - google.com.pe
202
+ - google.com.ph
203
+ - google.com.pk
204
+ - google.com.sa
205
+ - google.com.sg
206
+ - google.com.tr
207
+ - google.com.tw
208
+ - google.com.ua
209
+ - google.com.vn
210
+ - google.cz
211
+ - google.de
212
+ - google.dz
213
+ - google.es
214
+ - google.fr
215
+ - google.gr
216
+ - google.ie
217
+ - google.it
218
+ - google.nl
219
+ - google.no
220
+ - google.pl
221
+ - google.pt
222
+ - google.ro
223
+ - google.ru
224
+ - google.se
225
+ - googleadservices.com
226
+ - googleapis.com
227
+ - googleusercontent.com
228
+ - groupon.com
229
+ - gsmarena.com
230
+ - hao123.com
231
+ - haosou.com
232
+ - hatena.ne.jp
233
+ - hdfcbank.com
234
+ - homedepot.com
235
+ - hootsuite.com
236
+ - hotels.com
237
+ - hp.com
238
+ - hudong.com
239
+ - huffingtonpost.com
240
+ - hulu.com
241
+ - hupu.com
242
+ - hurriyet.com.tr
243
+ - icicibank.com
244
+ - icloud.com
245
+ - ifeng.com
246
+ - ign.com
247
+ - ijreview.com
248
+ - ikea.com
249
+ - ilividnewtab.com
250
+ - imdb.com
251
+ - imgur.com
252
+ - indeed.com
253
+ - indiatimes.com
254
+ - infusionsoft.com
255
+ - ink361.com
256
+ - instagram.com
257
+ - intuit.com
258
+ - iqiyi.com
259
+ - irs.gov
260
+ - jabong.com
261
+ - jd.com
262
+ - jugem.jp
263
+ - justdial.com
264
+ - kakaku.com
265
+ - kaskus.co.id
266
+ - kayak.com
267
+ - kickass.to
268
+ - kickstarter.com
269
+ - kikey.net
270
+ - kompas.com
271
+ - lady8844.com
272
+ - lazada.co.id
273
+ - leboncoin.fr
274
+ - libero.it
275
+ - life.com.tw
276
+ - lifehacker.com
277
+ - likes.com
278
+ - linkedin.com
279
+ - liputan6.com
280
+ - list-manage.com
281
+ - live.com
282
+ - livedoor.biz
283
+ - livedoor.com
284
+ - liveinternet.ru
285
+ - livejasmin.com
286
+ - livejournal.com
287
+ - loading-delivery1.com
288
+ - lowes.com
289
+ - ltn.com.tw
290
+ - macys.com
291
+ - mail.ru
292
+ - mailchimp.com
293
+ - mama.cn
294
+ - marca.com
295
+ - mashable.com
296
+ - media.tumblr.com
297
+ - mediafire.com
298
+ - meetup.com
299
+ - mega.co.nz
300
+ - mercadolivre.com.br
301
+ - mi.com
302
+ - microsoft.com
303
+ - microsoftonline.com
304
+ - milliyet.com.tr
305
+ - mlb.com
306
+ - mobile.de
307
+ - mobile01.com
308
+ - moz.com
309
+ - mozilla.org
310
+ - msn.com
311
+ - mydomainadvisor.com
312
+ - mystart.com
313
+ - naukri.com
314
+ - naver.com
315
+ - naver.jp
316
+ - nba.com
317
+ - ndtv.com
318
+ - netflix.com
319
+ - newegg.com
320
+ - nicovideo.jp
321
+ - nih.gov
322
+ - nordstrom.com
323
+ - npr.org
324
+ - nyaa.se
325
+ - nytimes.com
326
+ - office.com
327
+ - office365.com
328
+ - ok.ru
329
+ - okcupid.com
330
+ - olx.in
331
+ - onclickads.net
332
+ - onet.pl
333
+ - onlinesbi.com
334
+ - oracle.com
335
+ - orange.fr
336
+ - outbrain.com
337
+ - pandora.com
338
+ - paypal.com
339
+ - paytm.com
340
+ - pcbaby.com.cn
341
+ - pchome.net
342
+ - pclady.com.cn
343
+ - pconline.com.cn
344
+ - people.com.cn
345
+ - photobucket.com
346
+ - pinterest.com
347
+ - pixiv.net
348
+ - pixnet.net
349
+ - popads.net
350
+ - popcash.net
351
+ - pornhub.com
352
+ - ppomppu.co.kr
353
+ - privatehomeclips.com
354
+ - ptt01.cc
355
+ - qq.com
356
+ - quikr.com
357
+ - quora.com
358
+ - rakuten.co.jp
359
+ - rambler.ru
360
+ - rbc.ru
361
+ - reddit.com
362
+ - rediff.com
363
+ - redtube.com
364
+ - reference.com
365
+ - reimageplus.com
366
+ - repubblica.it
367
+ - retailmenot.com
368
+ - reuters.com
369
+ - rt.com
370
+ - rutracker.org
371
+ - sabah.com.tr
372
+ - sabq.org
373
+ - sahibinden.com
374
+ - salesforce.com
375
+ - samsung.com
376
+ - sberbank.ru
377
+ - scribd.com
378
+ - secureserver.net
379
+ - seesaa.net
380
+ - seznam.cz
381
+ - shinobi.jp
382
+ - shutterstock.com
383
+ - sina.com.cn
384
+ - skype.com
385
+ - slickdeals.net
386
+ - slideshare.net
387
+ - smzdm.com
388
+ - snapdeal.com
389
+ - softonic.com
390
+ - sogou.com
391
+ - sohu.com
392
+ - soso.com
393
+ - soundcloud.com
394
+ - sourceforge.net
395
+ - speedtest.net
396
+ - spiegel.de
397
+ - spotify.com
398
+ - stackexchange.com
399
+ - stackoverflow.com
400
+ - stamplive.com
401
+ - staticwebdom.com
402
+ - steamcommunity.com
403
+ - steampowered.com
404
+ - stumbleupon.com
405
+ - styletv.com.cn
406
+ - surveymonkey.com
407
+ - t-online.de
408
+ - t.co
409
+ - taboola.com
410
+ - taleo.net
411
+ - taobao.com
412
+ - target.com
413
+ - teacup.com
414
+ - techcrunch.com
415
+ - teepr.com
416
+ - telegraph.co.uk
417
+ - theadgateway.com
418
+ - thefreedictionary.com
419
+ - theguardian.com
420
+ - theladbible.com
421
+ - themeforest.net
422
+ - thepiratebay.se
423
+ - theverge.com
424
+ - tianya.cn
425
+ - time.com
426
+ - tistory.com
427
+ - tlbb8.com
428
+ - tmall.com
429
+ - torrentz.eu
430
+ - trackingclick.net
431
+ - trello.com
432
+ - tripadvisor.com
433
+ - trklnks.com
434
+ - truemediapipe.com
435
+ - trulia.com
436
+ - tube8.com
437
+ - tubecup.com
438
+ - tudou.com
439
+ - tumblr.com
440
+ - twimg.com
441
+ - twitch.tv
442
+ - twitter.com
443
+ - udn.com
444
+ - uol.com.br
445
+ - uploaded.net
446
+ - ups.com
447
+ - uptodown.com
448
+ - usatoday.com
449
+ - usps.com
450
+ - varzesh3.com
451
+ - verizonwireless.com
452
+ - vetogate.com
453
+ - vice.com
454
+ - vimeo.com
455
+ - vipcpms.com
456
+ - vk.com
457
+ - w3schools.com
458
+ - walmart.com
459
+ - warmportrait.com
460
+ - warofclicks.com
461
+ - washingtonpost.com
462
+ - weather.com
463
+ - web.de
464
+ - webmd.com
465
+ - webssearches.com
466
+ - webtretho.com
467
+ - weebly.com
468
+ - weibo.com
469
+ - wellsfargo.com
470
+ - whatsapp.com
471
+ - wikia.com
472
+ - wikihow.com
473
+ - wikimedia.org
474
+ - wikipedia.org
475
+ - wix.com
476
+ - wonderlandads.com
477
+ - wordpress.com
478
+ - wordpress.org
479
+ - wordreference.com
480
+ - wow.com
481
+ - wp.pl
482
+ - wsj.com
483
+ - xda-developers.com
484
+ - xe.com
485
+ - xhamster.com
486
+ - xinhuanet.com
487
+ - xnxx.com
488
+ - xuite.net
489
+ - xvideos.com
490
+ - xywy.com
491
+ - yahoo.co.jp
492
+ - yahoo.com
493
+ - yandex.ru
494
+ - yandex.ua
495
+ - yelp.com
496
+ - youku.com
497
+ - youm7.com
498
+ - youradexchange.com
499
+ - youth.cn
500
+ - youtube.com
501
+ - zendesk.com
502
+ - zhihu.com
503
+ - zillow.com
504
+ - zippyshare.com
505
+ - zol.com.cn