-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathurls-darklist.json
7105 lines (7105 loc) · 174 KB
/
urls-darklist.json
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
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[{
"id": "myetherwallet.import-tokens.com",
"comment": "Malicious clone: MEW"
},{
"id": "ico-telegram.io",
"comment": "Phish. telegram pre ICO, along with 0x88436C2A2f427F2aa641dFd8c6763facf2Bad7bf and Google Adwards "
},{
"id": "singularitynet.in",
"comment": "Phish. singularitynet.io, along with 0xF855fEE50A8915634a105385cb6cB9e442D15457 and Google Adwards "
},{
"id": "singularitynet.info",
"comment": "Phish. singularitynet.io, along with 0xFE68DE56A07cD3AF0Ec40c22b0193115eCdD0501 and Google Adwards "
},{
"id": "coinbasenews.co.uk",
"comment": "Phish. coinbase.com, along with mÿetherwallet dot com"
},{
"id": "xn--myetherallet-4k5fwn.com",
"comment": "Phish. MEW"
},{
"id": "xn--myetherwllet-0cb.com",
"comment": "Phish. MEW"
},{
"id": "slackconfirm.com",
"comment": "Phish. Slack"
},{
"id": "blokclbain.info",
"comment": "Phish. blockchain.info"
},{
"id": "myetherwalllett.com",
"comment": "Phish. MEW"
},{
"id": "blodkchainwallet.info",
"comment": "Phish. blockchain.info"
},{
"id": "myetherwalletmist.com",
"comment": "Phish. MEW."
},{
"id": "myetherwalletgeth.com",
"comment": "Phish. MEW."
},{
"id": "myetherwalletjson.com",
"comment": "Phish. MEW."
},{
"id": "rdrgh.com",
"comment": "Phish. MEW."
},{
"id": "rdrtg.com",
"comment": "Phish. MEW."
},{
"id": "ripiocreditnetwork.co",
"comment": "Phish. Ripio. Fake crowdsale site."
},{
"id": "riaden.network",
"comment": "Phish. Raiden Network. Fake crowdsale site."
},{
"id": "status-token.com",
"comment": "Phish. Blockcain.info"
},{
"id": "rdrblock.com",
"comment": "Phish. Blockcain.info"
},{
"id": "reqest.network",
"comment": "Phish. Request, Fake airdrop site."
},{
"id": "senstoken.com",
"comment": "Phish. Sensetoken, Fake crowdsale site."
},{
"id": "myetherwallat.services",
"comment": "Phish. MEW"
},{
"id": "ripiocredit.net",
"comment": "Phish. Ripio. Fake crowdsale site."
},{
"id": "xn--metherwallet-c06f.com",
"comment": "Phish. MEW."
},{
"id": "myetherwalletlgn.com",
"comment": "Phish. MEW."
},{
"id": "raidens.network",
"comment": "Phish. Raiden. Fake crowdsale site"
},{
"id": "artoken.co",
"comment": "Phish. Artoken. Fake crowdsale site"
},{
"id": "stormtoken.site",
"comment": "Phish. Storm. Fake crowdsale site"
},{
"id": "myetherwallet.com.byzantiumfork.com",
"comment": "Phish. MEW. Stealing private keys with mail-area2.php and mail-area3.php"
},{
"id": "ether24.info",
"comment": "Scam: web wallet; can't withdraw funds. same as coin-wallet.info same as ether-wall.com same as happy-coin.org and wallet-ethereum.org"
},{
"id": "block-v.io",
"comment": "Phish: Blockv. Cloned crowdsale site."
},{
"id": "bittrex.cash",
"comment": "Phish: Bittrex. Cloned site."
},{
"id": "shapishift.io",
"comment": "Phish: Shapeshift. Cloned site."
},{
"id": "ripiocerdit.network",
"comment": "Phish: Ripio. Fake crowdsale site."
},{
"id": "rnyetherwa11et.com",
"comment": "Phish: MEW. Stealing private keys."
},{
"id": "myetherwalletcnf.com",
"comment": "Phish: MEW. Stealing private keys."
},{
"id": "myetherwalletver.com",
"comment": "Phish: MEW. Stealing private keys."
},{
"id": "privatix.live",
"comment": "Phish: Privatix. Fake crowdsale site"
},{
"id": "riden.network",
"comment": "Phish: Raiden. Fake crowdsale site"
},{
"id": "raidan.network",
"comment": "Phish: Raiden. Fake crowdsale site"
},{
"id": "ralden.network",
"comment": "Phish: Raiden. Fake crowdsale site"
},{
"id": "myetherwalletverify.info",
"comment": "Phish: MEW. Stealing private keys."
},{
"id": "myethcrwaliet.com",
"comment": "Phish: MEW. Stealing private keys."
},{
"id": "stormxtoken.com",
"comment": "Phish: Storm. Fake crowdsale site."
},{
"id": "xn--mytherwalet-cbb87i.com",
"comment": "Phish: MEW. Stealing private keys."
},{
"id": "xn--myethrwallet-ivb.com",
"comment": "Phish: MEW. Stealing private keys."
},{
"id": "xn--myeterwallet-f1b.com",
"comment": "Phish: MEW. Stealing private keys."
},{
"id": "omegaone.co",
"comment": "Phish: Omega. Fake crowdsale site"
},{
"id": "myetherwaiietw.com",
"comment": "Phish: MEW. Stealing private keys."
},{
"id": "slack.com.ru",
"comment": "Phish: Slack"
},{
"id": "polkodot.network",
"comment": "Phish: Polkadot - Fake crowdsale site"
},{
"id": "request-network.net",
"comment": "Phish: Request - Fake crowdsale site"
},{
"id": "requestnetwork.live",
"comment": "Phish: Request - Fake crowdsale site"
},{
"id": "myethcrwaliet.com",
"comment": "Phish: MEW "
},{
"id": "binancie.com",
"comment": "Phish: Binance - phishing for login details"
},{
"id": "first-eth.info",
"comment": "Scam: web wallet; can't withdraw funds. same as coin-wallet.info same as ether-wall.com same as happy-coin.org and wallet-ethereum.org"
},{
"id": "myewerthwalliet.com",
"comment": "Phish: MEW. Stealing private keys."
},{
"id": "enjincoin.pw",
"comment": "Phish: Enjin. Fake crowdsale site."
},{
"id": "xn--bitrex-k17b.com",
"comment": "Phish: Bittrex. Fake site stealing private keys."
},{
"id": "alrswap.io",
"comment": "Phish: Airswap. Fake crowdsale site"
},{
"id": "airswap.cc",
"comment": "Phish: Airswap. Fake crowdsale site"
},{
"id": "airswaptoken.com",
"comment": "Phish: Airswap. Fake crowdsale site"
},{
"id": "airswap.in",
"comment": "Phish: Airswap. Fake crowdsale site"
},{
"id": "www-request.network",
"comment": "Phish: Request. Fake crowdsale site"
},{
"id": "myetnenwallet.com",
"comment": "Phish: MEW. Stealing private keys. Related to www-enigma.co"
},{
"id": "www-enigma.co",
"comment": "Phish: Engima. Get ENG token site"
},{
"id": "cryptoinsidenews.com",
"comment": "Phish: EtherDelta. Luring people in with a news article about ED being hacked, then redirecting to a modified ED."
},{
"id": "security-steemit.com.mx",
"comment": "Phish: Steemit. Phishing page for login details"
},{
"id": "myethereumwallct.com",
"comment": "Phish: MEW"
},{
"id": "myethereumwalletntw.info",
"comment": "Phish: MEW"
},{
"id": "myetherwalletiq.com",
"comment": "Phish: MEW"
},{
"id": "myetherwalletcontract.com",
"comment": "Phish: MEW"
},{
"id": "myetherwallette.com",
"comment": "Phish: MEW"
},{
"id": "myetherwaiieti.com",
"comment": "Phish: MEW"
},{
"id": "myetherwaiiete.com",
"comment": "Phish: MEW"
},{
"id": "myetherumwalet.com",
"comment": "Phish: MEW"
},{
"id": "xn--metherwallet-1vc.com",
"comment": "Phish: MEW"
},{
"id": "upfirng.com",
"comment": "Phish: upfiring - fake crowdsale site"
},{
"id": "paypie.tech",
"comment": "Phish: paypie - fake crowdsale site"
},{
"id": "paypie.net",
"comment": "Phish: paypie - fake crowdsale site"
},{
"id": "soam.co",
"comment": "Phish: Soam - fake crowdsale site"
},{
"id": "xn--myetherwaet-15ba.com",
"comment": "Phish: MEW"
},{
"id": "myetherwallctl.com",
"comment": "Phish: MEW"
},{
"id": "myethwallett.com",
"comment": "Phish: MEW"
},{
"id": "myetherwalletiu.com",
"comment": "Phish: MEW"
},{
"id": "myetherwaiict.com",
"comment": "Phish: MEW"
},{
"id": "myctherwallct.com",
"comment": "Phish: MEW"
},{
"id": "numerai-token.com",
"comment": "Phish: Numerai - fake airdrop site, asking for private keys"
},{
"id": "vvanchain.org",
"comment": "Phish: Wanchain - fake crowdsale site"
},{
"id": "omisegoairdrop.com",
"comment": "Phish: Omise - fake airdrop site"
},{
"id": "xn--enjncoin-41a.io",
"comment": "Phish: Enjin - fake crowdsale site"
},{
"id": "suncontract.su",
"comment": "Phish: MEW - fake site "
},{
"id": "myethereumwallet.su",
"comment": "Phish: MEW - fake site "
},{
"id": "shapeshiff.io",
"comment": "Phish: Shapeshift - fake site"
},{
"id": "warchain.org",
"comment": "Phish: Wanchain - fake crowdsale site"
},{
"id": "myethwallett.com",
"comment": "Phish: MEW "
},{
"id": "myethervvaliet.com",
"comment": "Phish: MEW "
},{
"id": "wanchains.org",
"comment": "Phish: Wanchain - fake crowdsale site"
},{
"id": "etherparty.in",
"comment": "Phish: Etherparty - fake crowdsale site"
},{
"id": "enjincoin.me",
"comment": "Phish: Enjin - fake crowdsale site"
},{
"id": "etiam.io",
"comment": "Phish: Salt Lending - fake crowdsale site"
},{
"id": "invest.smartlands.tech",
"comment": "Phish: smartlands - fake crowdsale site"
},{
"id": "enijncoin.io",
"comment": "Phish: Enjin - fake crowdsale site"
},{
"id": "wanchain.network",
"comment": "Phish: Wanchain - fake crowdsale site"
},{
"id": "nimiq.su",
"comment": "Phish: MEW, redirect to www.myetherwalilet.com/wallet-info.php"
},{
"id": "enjincoin.sale",
"comment": "Phish: Enjin - fake crowdsale site"
},{
"id": "tenxwallet.io",
"comment": "Phish: TenX - fake airdrop, asking for private keys"
},{
"id": "golem-network.net",
"comment": "Phish: Golem Network - fake airdrop, asking for private keys"
},{
"id": "mywetherwailiet.com",
"comment": "Phish: MEW"
},{
"id": "myyethwallet.ml",
"comment": "Phish: MEW"
},{
"id": "district0x.tech",
"comment": "Phish: District0x - Fake airdrop"
},{
"id": "myetherwalletiq.com",
"comment": "Phish: MEW "
},{
"id": "myetherwalletiu.com",
"comment": "Phish: MEW "
},{
"id": "myetherwalletiy.com",
"comment": "Phish: MEW "
},{
"id": "omg-omise.com",
"comment": "Phish: fake bounty campaign implying connected with OMG, redirect into https://myethierwallet.com/wallet-info.php"
},{
"id": "cobinhood.io",
"comment": "Phish: cobinhood.com. Fake Crowdsale site. address: 0x920aDc9A060cdA345fdEc2fdeBAd6EBF38eDf83D"
},{
"id": "myetherwallett.neocities.org",
"comment": "Phish: MEW. Stealing private keys with api.amplitude.com"
},{
"id": "myetherwallet-secure.com",
"comment": "Phish: MEW. Stealing private keys with h/h.php"
},{
"id": "real-markets.io",
"comment": "Phish: real.markets fake crowdsale site. address: 0x143494359bBACC878308075C1c9FA05fcda96651"
},{
"id": "wallet-ethereum.org",
"comment": "Scam: web wallet; can't withdraw funds. same as coin-wallet.info same as ether-wall.com same as happy-coin.org"
},{
"id": "request-network.com",
"comment": "Phish: request.network"
},{
"id": "shiapeshift.in",
"comment": "Phish: shapeshift.io"
},{
"id": "shapeshifth.io",
"comment": "Phish: shapeshift.io"
},{
"id": "myetherwallettq.com",
"comment": "Typo Squatting: MEW"
},{
"id": "ibittreix.com",
"comment": "Phish: bittrex.com. Fake bittrex, phishing for emails"
},{
"id": "coinkbase.com",
"comment": "Phish: coinbase.com. Fake coinbase, phishing for emails"
},{
"id": "cindicator.pro",
"comment": "Phish: Cindicator.com. Fake crowdsale site"
},{
"id": "myetherwallet.us.com",
"comment": "Typo Squatting: MEW"
},{
"id": "eventchain.co",
"comment": "Phish: eventchain.io. Fake crowdsale site"
},{
"id": "kinkik.in",
"comment": "Phish: KIN. Fake crowdsale site"
},{
"id": "protostokenhub.com",
"comment": "Phish: PRTS. Fake crowdsale site"
},{
"id": "myetherumwalletview.com",
"comment": "Phish: MEW. Stealing private keys with log.php"
},{
"id": "coinrbase.com",
"comment": "Phish: Coinbase. Stealing e-mail access"
},{
"id": "myetherwalletlogin.com",
"comment": "Phish: MEW. Stealing private keys with log.php"
},{
"id": "omisegotoken.com",
"comment": "Phish: OmiseGo. Fake airdrop site asking for privae keys"
},{
"id": "myethereumwalletntw.com",
"comment": "Phish: MyEtherWallet. Stealing private keys with log.php"
},{
"id": "reall.markets",
"comment": "Phish: real.markets fake crowdsale site. Paid Google ad"
},{
"id": "cobinhood.org",
"comment": "Phish: cobinhood.com fake site. Paid Google ad"
},{
"id": "happy-coin.org",
"comment": "Scam: web wallet; can't withdraw funds. same as coin-wallet.info same as ether-wall.com"
},{
"id": "bitfinex.com.co",
"comment": "Phish: bitfinex.com fake side. Paid Google ad"
},{
"id": "bitfienex.com",
"comment": "Phish: bitfinex.com fake side. Paid Google ad"
},{
"id": "iconn.foundation",
"comment": "Phish: icon.foundation fake crowdsale site. HTTrack fingerprint"
},{
"id": "centra.vip",
"comment": "Phish: centra.tech fake crowdsale site."
},{
"id": "smartcontract.live",
"comment": "Phish: smartcontract.com fake crowdsale site."
},{
"id": "icon.community",
"comment": "Phish: icon.foundation fake crowdsale site."
},{
"id": "air-token.com",
"comment": "Phish: airtoken.com fake crowdsale site. HTTrack fingerprint"
},{
"id": "centra.credit",
"comment": "Phish: centra.tech fake crowdsale site. Paid Google ad"
},{
"id": "myetherwallet-singin.com",
"comment": "Phish: MEW - stealing private keys with log.php"
},{
"id": "0xtoken.io",
"comment": "Phish: phishing private key by pretending 0x swap"
},{
"id": "augurproject.co",
"comment": "Phish: phishing private key by pretending airdrop of augur"
},{
"id": "bittrex.comze.com",
"comment": "Phish: Bittrex - Distributing on cryptocompare forums as a goo.gl short link"
},{
"id": "xn--bittrx-mva.com",
"comment": "Phish: Bittrex"
},{
"id": "bittrex.ltd",
"comment": "Phish: Bittrex - https://www.reddit.com/r/CryptoMarkets/comments/6wmod5/bittrex_phishing_alert_pls_upvote/"
},{
"id": "xn--bttrex-bwa.com",
"comment": "Phish: Bittrex"
},{
"id": "bllttriex.com",
"comment": "Phish: Bittrex; phishing for login details"
},{
"id": "coinbase.com.eslogin.co",
"comment": "Phish: Coinbase - phishing for logins"
},{
"id": "ethrdelta.github.io",
"comment": "Phish: etherdelta, stealing private keys"
},{
"id": "etherdellta.com",
"comment": "Phish: etherdelta, stealing private keys"
},{
"id": "etherdelta.one",
"comment": "Phish: etherdelta google ad"
},{
"id": "etherdelta.gitnub.io",
"comment": "Phish: etherdelta, stealing private keys"
},{
"id": "etherdelta.githulb.io",
"comment": "Phish: etherdelta"
},{
"id": "etherdelta.gilthub.io",
"comment": "Phish: etherdelta; paid google ad. See https://github.com/409H/EtherAddressLookup/commit/12e75d02ce6e4b5a541faf7e763b746b6f288df4"
},{
"id": "ethedelta.com",
"comment": "Phish: etherdelta; stealing private keys"
},{
"id": "ubiqcoin.org",
"comment": "Phish: MEW / Pyrus"
},{
"id": "bitspark2.com",
"comment": "Bitspark: https://twitter.com/BitsparkBTC/status/894804135198900224"
},{
"id": "bitspark2.com",
"comment": "Bitspark: 8.8.2017"
},{
"id": "bitspark2.com",
"comment": "Bitspark: https://twitter.com/BitsparkBTC/status/894804135198900224 8.8.2017"
},{
"id": "bittreat.com",
"comment": "Bitspark: fake news to promite bitspark2.com. 8.8.2017"
},{
"id": "coin.red-pulse.tech",
"comment": "Fake Address/Site: crowdsale"
},{
"id": "linknetwork.co",
"comment": "Fake Address/Site: https://smartcontract.com/link"
},{
"id": "aragonproject.io",
"comment": "Fake Address/Site: Aragon"
},{
"id": "aragon.im",
"comment": "Fake Address/Site: Aragon, stealing keys, sending airdrop DM's in Slacks"
},{
"id": "aventus.pro",
"comment": "Fake Address/Site: Aventus.io"
},{
"id": "aventus.group",
"comment": "Fake Address/Site: Aventus.io"
},{
"id": "atlant.solutions",
"comment": "Fake Address/Site: Atlant.io"
},{
"id": "change-bank.org",
"comment": "Fake Address/Site: changebank"
},{
"id": "change-bank.co",
"comment": "Fake Address/Site: changebank"
},{
"id": "charge-bank.com",
"comment": "Fake Address/Site: changebank"
},{
"id": "change-bank.io",
"comment": "Fake Address/Site: changebank"
},{
"id": "chainlink.tech",
"comment": "Fake Address/Site: Chainlink"
},{
"id": "coindash.tech",
"comment": "Fake Address/Site: Coindash, via email. reported via etherscamdb"
},{
"id": "coindash.ml",
"comment": "Fake Address/Site: Coindash"
},{
"id": "coindash.ru",
"comment": "Fake Address/Site: Coindash - pre-contribution?"
},{
"id": "dmarket.ltd",
"comment": "Fake Address/Site: DMarket - phase2 of ico"
},{
"id": "district-0x.io",
"comment": "Fake Address/Site: DistrictOx - fake ICO site w/ fake address."
},{
"id": "district0x.net",
"comment": "Fake Address/Site: DistrictOx - "
},{
"id": "enigma-tokens.co",
"comment": "Fake Address/Site: Enigma - token sale, also reported hosting malware"
},{
"id": "enigrna.co",
"comment": "Fake Address/Site: Enigma"
},{
"id": "golem-network.com",
"comment": "Fake Address/Site: Golem - Airdrop asking for private key. https://golem-network.com/airdrop https://golem-network.com/blog.html @juliantaylor"
},{
"id": "herotoken.co",
"comment": "Fake Address/Site: herotoken.io - early ICO to a non-contract contribution address 0xfbf6f29c126382cf15795bb209ee506a174cc709"
},{
"id": "herotokens.io",
"comment": "Fake Address/Site: herotoken.io"
},{
"id": "kybernet.network",
"comment": "Fake Address/Site: Kyber (Fake token sale: tokensale.kybernet.network)"
},{
"id": "kyber.digital",
"comment": "Fake Address/Site: Kyber (Fake token sale: tokensale.kyber.digital)"
},{
"id": "kyber-network.co",
"comment": "Fake Address/Site: Kyber"
},{
"id": "kinico.net",
"comment": "Fake Address/Site: KIK/KIN - ico crowdsale."
},{
"id": "kin.kikpro.co",
"comment": "Fake Address/Site: KIN / KIK"
},{
"id": "kin-klk.com",
"comment": "Fake Address/Site: KIN / KIK"
},{
"id": "kirkik.com",
"comment": "Fake Address/Site: KIN / KIK - address: 0xF8E676094628776690DBf83fa31f08aA14FD3fb8"
},{
"id": "kin-crowdsale.com",
"comment": "Fake Address/Site: KIN / KIK"
},{
"id": "metalpay.im",
"comment": "Fake Address/Site: metalpay, stealing keys"
},{
"id": "etnerscan.io",
"comment": "Fake Address/Site: Monetha - Cloned Etherscan - address: 0x1de23F02E185fDc4f6BACc98D6c6419370E38538"
},{
"id": "monetha.me",
"comment": "Fake Address/Site: Monetha - paid google ad - https://twitter.com/michaelmsm89/status/903247265489412096"
},{
"id": "monetha.co",
"comment": "Fake Address/Site: Monetha - https://github.com/409H/EtherAddressLookup/commit/24b49ae4f8b46fdc9d4b2739da99e1fd1806907e"
},{
"id": "monetha-crowdsale.com",
"comment": "Fake Address/Site: Monetha - https://github.com/409H/EtherAddressLookup/commit/6faa17e92891c823e02933f84f9a5d3f2658ac04"
},{
"id": "monetha.ltd",
"comment": "Fake Address/Site: Monetha - address: 0x4999924fD714092FE92cA9A792a8549f798c1Dc2"
},{
"id": "numerai.tech",
"comment": "Fake Address/Site: Numerai https://twitter.com/sniko_/status/896765591297683456"
},{
"id": "iconexu.social",
"comment": "Fake Address/Site: Nexus Social"
},{
"id": "ico-nexus.social",
"comment": "Fake Address/Site: Nexus Social"
},{
"id": "iconexus.social",
"comment": "Fake Address/Site: Nexus Social"
},{
"id": "iconexus.tk",
"comment": "Fake Address/Site: Nexus Social"
},{
"id": "iconexus.ml",
"comment": "Fake Address/Site: Nexus Social"
},{
"id": "iconexus.ga",
"comment": "Fake Address/Site: Nexus Social"
},{
"id": "iconexus.cf",
"comment": "Fake Address/Site: Nexus Social"
},{
"id": "omg-omise.co",
"comment": "Fake Address/Site: Omise Go"
},{
"id": "omise-go.com",
"comment": "Fake Address/Site: Omise Go"
},{
"id": "omise.com.co",
"comment": "Fake Address/Site: Omise Go"
},{
"id": "omise-go.me",
"comment": "Fake Address/Site: Omise Go"
},{
"id": "omisego.com.co",
"comment": "Fake Address/Site: (Airdrop) Omise Go - asking for private keys"
},{
"id": "omise-go.org",
"comment": "Fake Address/Site: (Airdrop) Omise Go airdrop"
},{
"id": "omise-go.com",
"comment": "Fake Address/Site: (Airdrop) Omise Go. 8.8.2017"
},{
"id": "omise-go.io",
"comment": "Fake Address/Site: (Airdrop) Omise Go"
},{
"id": "rivetzintl.org",
"comment": "Fake Address/Site: Rivetz"
},{
"id": "starbase.pro",
"comment": "Fake Address/Site: Starbase - taking advantage of postponed ICO"
},{
"id": "starbase.tech",
"comment": "Fake Address/Site: Starbase - asking for private keys for crowdfunding. Legit site is starbase.co"
},{
"id": "contribute-status.im",
"comment": "Fake Address/Site: Status.im"
},{
"id": "tenx-tech.com",
"comment": "Fake Address/Site: TenX"
},{
"id": "tokensale-tenx.tech",
"comment": "Fake Address/Site: TenX"
},{
"id": "qtum-token.com",
"comment": "Fake Address/Site: QTUM Airdrop - phishing for private keys"
},{
"id": "vlberate.io",
"comment": "Fake Address/Site: Viberate"
},{
"id": "kickico.co",
"comment": "Fake Address/Site: KICKFake Address/Site: see: https://github.com/MrLuit/EtherScamDB/pull/27"
},{
"id": "pyro0.github.io",
"comment": "ENS - Says it sells domain names, it doesn't. Fake ENS seller"
},{
"id": "twitter.com/omise__go",
"comment": "Twitter - Omise Go - Fake"
},{
"id": "twitter.com/EthereumWallets",
"comment": "Twitter - Fake"
},{
"id": "the-ether.pro",
"comment": "Web wallet - can't withdraw funds"
},{
"id": "my.ether-wallet.co",
"comment": "Phish: MEW - added 8.8.2017"
},{
"id": "myether-wallet.com",
"comment": "Phish: MEW - scam web wallet: https://bitcointalk.org/index.php?topic=1689585.20"
},{
"id": "myelterwallet.com",
"comment": "Phish: MEW - https://www.reddit.com/r/ethereum/comments/6ykrr2/scam_alert_myelterwallet_dot_com"
},{
"id": "rnyetherwallet.com",
"comment": "Phish: MEW"
},{
"id": "rnyetherwallet.pw",
"comment": "Phish: MEW"
},{
"id": "rryetherwallet.com",
"comment": "Phish: MEW"
},{
"id": "myetherwalletsingin.com",
"comment": "Phish: MEW; stealing private keys with log.php"
},{
"id": "myetherwalletcontract.com",
"comment": "Phish: MEW; stealing private keys with log.php"
},{
"id": "myetherwalletconfirm.com",
"comment": "Phish: MEW; stealing private keys with log.php"
},{
"id": "myetherwallet-confirm.com",
"comment": "Phish: MEW; stealing private keys with log.php"
},{
"id": "myetheremwallet.com",
"comment": "Phish: MEW - @felicia.rodriguez8790, 0x slack, 9/17/17"
},{
"id": "myetherwalletconfirm.com",
"comment": "Phish: MEW"
},{
"id": "kvnuke.github.io",
"comment": "Phish: MEW - Fake github of kvhnuke.github.io (groove, 2017-09-16)"
},{
"id": "my.etherwallet.com.de",
"comment": "Phish: MEW"
},{
"id": "unhackableetherwallets.com",
"comment": "Phish: MEW"
},{
"id": "update-myetherwallet.com",
"comment": "Phish: MEW"
},{
"id": "myethereumwallet.uk",
"comment": "Phish: MEW"
},{
"id": "ethereumwallet-kr.info",
"comment": "Phish: MEW (Possible - unconfirmed)"
},{
"id": "myelherwallel.com",
"comment": "Phish: MEW - 2017-07-31"
},{
"id": "myethervallet.com",
"comment": "Phish: MEW - email to confirm withdrawal - https://redd.it/6qstqa"
},{
"id": "myethewallet.net",
"comment": "Phish: MEW - 2017-7-21"
},{
"id": "mvetherwallet.com",
"comment": "Phish: MEW - fake 2FA"
},{
"id": "shapeshift.pro",
"comment": "Phish: Shapeshift"
},{
"id": "shapesshift.io",
"comment": "Phish: Shapeshift"
},{
"id": "wanchain.co",
"comment": "Phish: Wanchain"
},{
"id": "indorsetoken.com",
"comment": "Phish: unconfirmed? added 8.8.2017"
},{
"id": "cryptoalliance.herokuapp.com",
"comment": "Spambot? Scambot? Hit a lot of slacks via bot. 8.8.2017."
},{
"id": "0xtoken.com",
"comment": "Scambot - Phish - address 0x15577E328Dd6E17b7721c9ca4d00610D3Ce3762F - https://cl.ly/0E0x2f0S1D2e - 8.8.2017."
},{
"id": "bitsdigit.com",
"comment": "Scam: stroll cross.io's entire whitepaper. added 8.8.2017"
},{
"id": "tokenswap.org",
"comment": "Scam: added 8.8.2017"
},{
"id": "karbon.vacau.com",
"comment": "Scam site of karbon.io"
},{
"id": "account-kigo.net",
"comment": "none"
},{
"id": "bitcoin-wallet.net",
"comment": "Scam Web Wallet: https://bitcointalk.org/index.php?topic=1689585.20"
},{
"id": "etherclassicwallet.com",
"comment": "etherclassicwallet hijack"
},{
"id": "coin-wallet.info",
"comment": "Scam: same as ether-wall.com)"
},{
"id": "eos-bonus.com",
"comment": "Scam: EOS"
},{
"id": "eos-io.info",
"comment": "Scam: EOS"
},{
"id": "blocklichan.info",
"comment": "none"
},{
"id": "bloclkicihan.info",
"comment": "none"
},{
"id": "ether-api.com",
"comment": "none"
},{
"id": "ether-wall.com",
"comment": "none"
},{
"id": "ether-wallet.net",
"comment": "none"
},{
"id": "etherclassicwallet.com",
"comment": "Phish: MEW / ClassicEtherWallet"
},{
"id": "ethereum-wallet.info",
"comment": "Scam Web Wallet: https://bitcointalk.org/index.php?topic=1689585.20"
},{
"id": "ethereum-wallet.net",
"comment": "Scam Web Wallet: https://bitcointalk.org/index.php?topic=1689585.20"
},{
"id": "ethereumchamber.com",
"comment": "Scam Web Wallet: MEW Clone / Skin - June 2017"
},{
"id": "ethereumchamber.net",
"comment": "Scam Web Wallet: MEW Clone / Skin - June 2017"
},{
"id": "ethereumchest.com",
"comment": "Scam Web Wallet: MEW Clone / Skin - June 2017"
},{
"id": "ethereumchest.net",
"comment": "Scam Web Wallet: MEW Clone / Skin - June 2017"
},{
"id": "reservations-kigo.net",
"comment": "none"
},{
"id": "reservations-lodgix.com",
"comment": "none"
},{
"id": "secure-liverez.com",
"comment": "none"
},{
"id": "secure-myetherwallet.com",
"comment": "none"
},{
"id": "secure-onerooftop.com",
"comment": "none"
},{
"id": "settings-liverez.com",
"comment": "none"
},{
"id": "software-liverez.com",
"comment": "none"
},{
"id": "software-lodgix.com",
"comment": "none"
},{
"id": "etherwallet.co.za",
"comment": "Typo Squatting: MEW"
},{
"id": "etherwallet.it",
"comment": "Typo Squatting: MEW"
},{
"id": "etherwallet.ml",
"comment": "Typo Squatting: MEW"
},{
"id": "etherwallet.online",
"comment": "Typo Squatting: MEW"
},{
"id": "etherwallet.shop",
"comment": "Typo Squatting: MEW"
},{
"id": "etherwallet.world",
"comment": "Typo Squatting: MEW"
},{
"id": "etherwalletchain.com",
"comment": "Typo Squatting: MEW"
},{
"id": "etherwallets.net",
"comment": "Typo Squatting: MEW"
},{
"id": "etherwallets.nl",
"comment": "Typo Squatting: MEW"
},{
"id": "eyetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "iyetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "jyetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "kyetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "lyetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "m-yetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "m.yetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "m6yetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "m7etherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "m7yetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "m9etherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "maetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "mayetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "metherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "meytherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "mgetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "mgyetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "mhetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "mhyetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "mietherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "mjyetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "mmyetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "mqetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "msetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "msyetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "mtetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "mtyetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "muetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "muyetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "mxetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "mxyetherwallet.com",
"comment": "Typo Squatting: MEW"
},{
"id": "my-etherwallet.com",
"comment": "Typo Squatting: MEW"
},{