blob: 950b303a143a341ee0744fa6f7b51e20d679c1f0 (
plain) (
blame)
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
|
%%DATADIR%%/LICENSE
%%DATADIR%%/README.md
%%DATADIR%%/core/__init__.py
%%DATADIR%%/core/addr.py
%%DATADIR%%/core/attribdict.py
%%DATADIR%%/core/common.py
%%DATADIR%%/core/enums.py
%%DATADIR%%/core/httpd.py
%%DATADIR%%/core/ignore.py
%%DATADIR%%/core/log.py
%%DATADIR%%/core/parallel.py
%%DATADIR%%/core/settings.py
%%DATADIR%%/core/trailsdict.py
%%DATADIR%%/core/update.py
%%DATADIR%%/core/versioncheck.py
%%DATADIR%%/docker/Dockerfile
%%DATADIR%%/docker/README.md
%%DATADIR%%/docker/run.sh
%%DATADIR%%/html/README.txt
%%DATADIR%%/html/css/main.css
%%DATADIR%%/html/css/media.css
%%DATADIR%%/html/css/thirdparty.min.css
%%DATADIR%%/html/favicon.ico
%%DATADIR%%/html/images/blank.gif
%%DATADIR%%/html/images/calendar.png
%%DATADIR%%/html/images/close.png
%%DATADIR%%/html/images/ellipsis.png
%%DATADIR%%/html/images/lan.gif
%%DATADIR%%/html/images/loader.gif
%%DATADIR%%/html/images/mlogo.png
%%DATADIR%%/html/images/newtab.png
%%DATADIR%%/html/images/search.png
%%DATADIR%%/html/images/thirdparty/flags.png
%%DATADIR%%/html/images/thirdparty/sort_asc.png
%%DATADIR%%/html/images/thirdparty/sort_both.png
%%DATADIR%%/html/images/thirdparty/sort_desc.png
%%DATADIR%%/html/images/thirdparty/ui-bg_flat_0_aaaaaa_40x100.png
%%DATADIR%%/html/images/thirdparty/ui-bg_flat_75_ffffff_40x100.png
%%DATADIR%%/html/images/thirdparty/ui-bg_glass_55_fbf9ee_1x400.png
%%DATADIR%%/html/images/thirdparty/ui-bg_glass_65_ffffff_1x400.png
%%DATADIR%%/html/images/thirdparty/ui-bg_glass_75_dadada_1x400.png
%%DATADIR%%/html/images/thirdparty/ui-bg_glass_75_e6e6e6_1x400.png
%%DATADIR%%/html/images/thirdparty/ui-bg_glass_95_fef1ec_1x400.png
%%DATADIR%%/html/images/thirdparty/ui-bg_highlight-soft_75_cccccc_1x100.png
%%DATADIR%%/html/images/thirdparty/ui-icons_222222_256x240.png
%%DATADIR%%/html/images/thirdparty/ui-icons_2e83ff_256x240.png
%%DATADIR%%/html/images/thirdparty/ui-icons_454545_256x240.png
%%DATADIR%%/html/images/thirdparty/ui-icons_888888_256x240.png
%%DATADIR%%/html/images/thirdparty/ui-icons_cd0a0a_256x240.png
%%DATADIR%%/html/images/thirdparty/unknown.png
%%DATADIR%%/html/images/warning.png
%%DATADIR%%/html/index.html
%%DATADIR%%/html/js/demo.js
%%DATADIR%%/html/js/main.js
%%DATADIR%%/html/js/papaparse.min.js
%%DATADIR%%/html/js/thirdparty.ccs
%%DATADIR%%/html/js/thirdparty.min.js
%%DATADIR%%/html/robots.txt
%%DATADIR%%/maltrail.conf
%%DATADIR%%/misc/bogon_ranges.txt
%%DATADIR%%/misc/cdn_ranges.txt
%%DATADIR%%/misc/ignore_events.txt
%%DATADIR%%/misc/logo.xcf
%%DATADIR%%/misc/precommit-hook
%%DATADIR%%/misc/server.pem
%%DATADIR%%/misc/ua.txt
%%DATADIR%%/misc/web_shells.txt
%%DATADIR%%/misc/whitelist.txt
%%DATADIR%%/misc/worst_asns.txt
%%DATADIR%%/plugins/__init__.py
%%DATADIR%%/plugins/peek.py
%%DATADIR%%/plugins/strings.py
%%DATADIR%%/requirements.txt
%%DATADIR%%/sensor.py
%%DATADIR%%/server.py
%%DATADIR%%/trails/custom/__init__.py
%%DATADIR%%/trails/custom/dprk.txt
%%DATADIR%%/trails/feeds/360chinad.py
%%DATADIR%%/trails/feeds/360conficker.py
%%DATADIR%%/trails/feeds/360cryptolocker.py
%%DATADIR%%/trails/feeds/360gameover.py
%%DATADIR%%/trails/feeds/360locky.py
%%DATADIR%%/trails/feeds/360necurs.py
%%DATADIR%%/trails/feeds/360tofsee.py
%%DATADIR%%/trails/feeds/360virut.py
%%DATADIR%%/trails/feeds/__init__.py
%%DATADIR%%/trails/feeds/alienvault.py
%%DATADIR%%/trails/feeds/atmos.py
%%DATADIR%%/trails/feeds/badips.py
%%DATADIR%%/trails/feeds/bambenekconsultingc2dns.py
%%DATADIR%%/trails/feeds/bambenekconsultingdga.py
%%DATADIR%%/trails/feeds/bitcoinnodes.py
%%DATADIR%%/trails/feeds/blackbook.py
%%DATADIR%%/trails/feeds/blocklist.py
%%DATADIR%%/trails/feeds/botscout.py
%%DATADIR%%/trails/feeds/bruteforceblocker.py
%%DATADIR%%/trails/feeds/ciarmy.py
%%DATADIR%%/trails/feeds/cruzit.py
%%DATADIR%%/trails/feeds/cybercrimetracker.py
%%DATADIR%%/trails/feeds/dataplane.py
%%DATADIR%%/trails/feeds/dshielddns.py
%%DATADIR%%/trails/feeds/dshieldip.py
%%DATADIR%%/trails/feeds/emergingthreatsbot.py
%%DATADIR%%/trails/feeds/emergingthreatscip.py
%%DATADIR%%/trails/feeds/emergingthreatsdns.py
%%DATADIR%%/trails/feeds/feodotrackerdns.py
%%DATADIR%%/trails/feeds/feodotrackerip.py
%%DATADIR%%/trails/feeds/greensnow.py
%%DATADIR%%/trails/feeds/loki.py
%%DATADIR%%/trails/feeds/magento.py
%%DATADIR%%/trails/feeds/malc0de.py
%%DATADIR%%/trails/feeds/malwaredomainlistdns.py
%%DATADIR%%/trails/feeds/malwaredomains.py
%%DATADIR%%/trails/feeds/malwarepatrol.py
%%DATADIR%%/trails/feeds/maxmind.py
%%DATADIR%%/trails/feeds/minerchk.py
%%DATADIR%%/trails/feeds/myip.py
%%DATADIR%%/trails/feeds/nothink.py
%%DATADIR%%/trails/feeds/openphish.py
%%DATADIR%%/trails/feeds/palevotracker.py
%%DATADIR%%/trails/feeds/policeman.py
%%DATADIR%%/trails/feeds/pony.py
%%DATADIR%%/trails/feeds/proxylists.py
%%DATADIR%%/trails/feeds/proxyrss.py
%%DATADIR%%/trails/feeds/proxyspy.py
%%DATADIR%%/trails/feeds/ransomwaretrackerdns.py
%%DATADIR%%/trails/feeds/ransomwaretrackerip.py
%%DATADIR%%/trails/feeds/ransomwaretrackerurl.py
%%DATADIR%%/trails/feeds/riproxies.py
%%DATADIR%%/trails/feeds/rutgers.py
%%DATADIR%%/trails/feeds/sblam.py
%%DATADIR%%/trails/feeds/socksproxy.py
%%DATADIR%%/trails/feeds/sslipbl.py
%%DATADIR%%/trails/feeds/sslproxies.py
%%DATADIR%%/trails/feeds/talosintelligence.py
%%DATADIR%%/trails/feeds/torproject.py
%%DATADIR%%/trails/feeds/torstatus.py
%%DATADIR%%/trails/feeds/trickbot.py
%%DATADIR%%/trails/feeds/turris.py
%%DATADIR%%/trails/feeds/urlhaus.py
%%DATADIR%%/trails/feeds/urlvir.py
%%DATADIR%%/trails/feeds/voipbl.py
%%DATADIR%%/trails/feeds/vxvault.py
%%DATADIR%%/trails/feeds/zeustrackerdns.py
%%DATADIR%%/trails/feeds/zeustrackerip.py
%%DATADIR%%/trails/feeds/zeustrackermonitor.py
%%DATADIR%%/trails/feeds/zeustrackerurl.py
%%DATADIR%%/trails/static/__init__.py
%%DATADIR%%/trails/static/malware/9002.txt
%%DATADIR%%/trails/static/malware/aboc.txt
%%DATADIR%%/trails/static/malware/acridrain.txt
%%DATADIR%%/trails/static/malware/activeagent.txt
%%DATADIR%%/trails/static/malware/advisorbot.txt
%%DATADIR%%/trails/static/malware/adylkuzz.txt
%%DATADIR%%/trails/static/malware/adzok.txt
%%DATADIR%%/trails/static/malware/agaadex.txt
%%DATADIR%%/trails/static/malware/agenttesla.txt
%%DATADIR%%/trails/static/malware/alienspy.txt
%%DATADIR%%/trails/static/malware/alina.txt
%%DATADIR%%/trails/static/malware/almalocker.txt
%%DATADIR%%/trails/static/malware/alureon.txt
%%DATADIR%%/trails/static/malware/ammyyrat.txt
%%DATADIR%%/trails/static/malware/android_acecard.txt
%%DATADIR%%/trails/static/malware/android_adrd.txt
%%DATADIR%%/trails/static/malware/android_alienspy.txt
%%DATADIR%%/trails/static/malware/android_arspam.txt
%%DATADIR%%/trails/static/malware/android_asacub.txt
%%DATADIR%%/trails/static/malware/android_backflash.txt
%%DATADIR%%/trails/static/malware/android_bankbot.txt
%%DATADIR%%/trails/static/malware/android_bankinfostealer.txt
%%DATADIR%%/trails/static/malware/android_bankun.txt
%%DATADIR%%/trails/static/malware/android_basebridge.txt
%%DATADIR%%/trails/static/malware/android_besyria.txt
%%DATADIR%%/trails/static/malware/android_boxer.txt
%%DATADIR%%/trails/static/malware/android_buhsam.txt
%%DATADIR%%/trails/static/malware/android_busygasper.txt
%%DATADIR%%/trails/static/malware/android_chuli.txt
%%DATADIR%%/trails/static/malware/android_claco.txt
%%DATADIR%%/trails/static/malware/android_coolreaper.txt
%%DATADIR%%/trails/static/malware/android_counterclank.txt
%%DATADIR%%/trails/static/malware/android_cyberwurx.txt
%%DATADIR%%/trails/static/malware/android_dendoroid.txt
%%DATADIR%%/trails/static/malware/android_dougalek.txt
%%DATADIR%%/trails/static/malware/android_droidjack.txt
%%DATADIR%%/trails/static/malware/android_droidkungfu.txt
%%DATADIR%%/trails/static/malware/android_enesoluty.txt
%%DATADIR%%/trails/static/malware/android_ewalls.txt
%%DATADIR%%/trails/static/malware/android_ewind.txt
%%DATADIR%%/trails/static/malware/android_exprespam.txt
%%DATADIR%%/trails/static/malware/android_fakebanco.txt
%%DATADIR%%/trails/static/malware/android_fakedown.txt
%%DATADIR%%/trails/static/malware/android_fakeinst.txt
%%DATADIR%%/trails/static/malware/android_fakelog.txt
%%DATADIR%%/trails/static/malware/android_fakemart.txt
%%DATADIR%%/trails/static/malware/android_fakemrat.txt
%%DATADIR%%/trails/static/malware/android_fakeneflic.txt
%%DATADIR%%/trails/static/malware/android_fakesecsuit.txt
%%DATADIR%%/trails/static/malware/android_feabme.txt
%%DATADIR%%/trails/static/malware/android_flexispy.txt
%%DATADIR%%/trails/static/malware/android_frogonal.txt
%%DATADIR%%/trails/static/malware/android_geinimi.txt
%%DATADIR%%/trails/static/malware/android_ghostpush.txt
%%DATADIR%%/trails/static/malware/android_ginmaster.txt
%%DATADIR%%/trails/static/malware/android_gmaster.txt
%%DATADIR%%/trails/static/malware/android_godwon.txt
%%DATADIR%%/trails/static/malware/android_golddream.txt
%%DATADIR%%/trails/static/malware/android_goldencup.txt
%%DATADIR%%/trails/static/malware/android_gonesixty.txt
%%DATADIR%%/trails/static/malware/android_gplayed.txt
%%DATADIR%%/trails/static/malware/android_ibanking.txt
%%DATADIR%%/trails/static/malware/android_infostealer.txt
%%DATADIR%%/trails/static/malware/android_jsmshider.txt
%%DATADIR%%/trails/static/malware/android_kemoge.txt
%%DATADIR%%/trails/static/malware/android_lockdroid.txt
%%DATADIR%%/trails/static/malware/android_lovetrap.txt
%%DATADIR%%/trails/static/malware/android_maistealer.txt
%%DATADIR%%/trails/static/malware/android_maxit.txt
%%DATADIR%%/trails/static/malware/android_oneclickfraud.txt
%%DATADIR%%/trails/static/malware/android_opfake.txt
%%DATADIR%%/trails/static/malware/android_ozotshielder.txt
%%DATADIR%%/trails/static/malware/android_pikspam.txt
%%DATADIR%%/trails/static/malware/android_pjapps.txt
%%DATADIR%%/trails/static/malware/android_qdplugin.txt
%%DATADIR%%/trails/static/malware/android_remotecode.txt
%%DATADIR%%/trails/static/malware/android_repane.txt
%%DATADIR%%/trails/static/malware/android_roamingmantis.txt
%%DATADIR%%/trails/static/malware/android_roidsec.txt
%%DATADIR%%/trails/static/malware/android_samsapo.txt
%%DATADIR%%/trails/static/malware/android_sandorat.txt
%%DATADIR%%/trails/static/malware/android_selfmite.txt
%%DATADIR%%/trails/static/malware/android_simplocker.txt
%%DATADIR%%/trails/static/malware/android_skullkey.txt
%%DATADIR%%/trails/static/malware/android_sndapps.txt
%%DATADIR%%/trails/static/malware/android_spytekcell.txt
%%DATADIR%%/trails/static/malware/android_stealer.txt
%%DATADIR%%/trails/static/malware/android_stels.txt
%%DATADIR%%/trails/static/malware/android_teelog.txt
%%DATADIR%%/trails/static/malware/android_tetus.txt
%%DATADIR%%/trails/static/malware/android_tonclank.txt
%%DATADIR%%/trails/static/malware/android_torec.txt
%%DATADIR%%/trails/static/malware/android_triada.txt
%%DATADIR%%/trails/static/malware/android_uracto.txt
%%DATADIR%%/trails/static/malware/android_usbcleaver.txt
%%DATADIR%%/trails/static/malware/android_walkinwat.txt
%%DATADIR%%/trails/static/malware/android_windseeker.txt
%%DATADIR%%/trails/static/malware/android_wirex.txt
%%DATADIR%%/trails/static/malware/android_xavirad.txt
%%DATADIR%%/trails/static/malware/android_zertsecurity.txt
%%DATADIR%%/trails/static/malware/android_ztorg.txt
%%DATADIR%%/trails/static/malware/androm.txt
%%DATADIR%%/trails/static/malware/angler.txt
%%DATADIR%%/trails/static/malware/anubis.txt
%%DATADIR%%/trails/static/malware/anuna.txt
%%DATADIR%%/trails/static/malware/apt_38.txt
%%DATADIR%%/trails/static/malware/apt_adwind.txt
%%DATADIR%%/trails/static/malware/apt_babar.txt
%%DATADIR%%/trails/static/malware/apt_bahamut.txt
%%DATADIR%%/trails/static/malware/apt_bisonal.txt
%%DATADIR%%/trails/static/malware/apt_blackenergy.txt
%%DATADIR%%/trails/static/malware/apt_blacktech.txt
%%DATADIR%%/trails/static/malware/apt_bookworm.txt
%%DATADIR%%/trails/static/malware/apt_buhtrap.txt
%%DATADIR%%/trails/static/malware/apt_c23.txt
%%DATADIR%%/trails/static/malware/apt_careto.txt
%%DATADIR%%/trails/static/malware/apt_casper.txt
%%DATADIR%%/trails/static/malware/apt_cdt.txt
%%DATADIR%%/trails/static/malware/apt_cleaver.txt
%%DATADIR%%/trails/static/malware/apt_cobaltdickens.txt
%%DATADIR%%/trails/static/malware/apt_commentcrew.txt
%%DATADIR%%/trails/static/malware/apt_copykittens.txt
%%DATADIR%%/trails/static/malware/apt_cosmicduke.txt
%%DATADIR%%/trails/static/malware/apt_cyberbit.txt
%%DATADIR%%/trails/static/malware/apt_darkhotel.txt
%%DATADIR%%/trails/static/malware/apt_darkhydrus.txt
%%DATADIR%%/trails/static/malware/apt_deeppanda.txt
%%DATADIR%%/trails/static/malware/apt_desertfalcon.txt
%%DATADIR%%/trails/static/malware/apt_domestickitten.txt
%%DATADIR%%/trails/static/malware/apt_donot.txt
%%DATADIR%%/trails/static/malware/apt_dragonok.txt
%%DATADIR%%/trails/static/malware/apt_duke.txt
%%DATADIR%%/trails/static/malware/apt_dustsquad.txt
%%DATADIR%%/trails/static/malware/apt_equationgroup.txt
%%DATADIR%%/trails/static/malware/apt_ezq.txt
%%DATADIR%%/trails/static/malware/apt_familiarfeeling.txt
%%DATADIR%%/trails/static/malware/apt_fin4.txt
%%DATADIR%%/trails/static/malware/apt_fin7.txt
%%DATADIR%%/trails/static/malware/apt_finfisher.txt
%%DATADIR%%/trails/static/malware/apt_fruityarmor.txt
%%DATADIR%%/trails/static/malware/apt_gallmaker.txt
%%DATADIR%%/trails/static/malware/apt_gamaredon.txt
%%DATADIR%%/trails/static/malware/apt_gaza.txt
%%DATADIR%%/trails/static/malware/apt_glasses.txt
%%DATADIR%%/trails/static/malware/apt_goblinpanda.txt
%%DATADIR%%/trails/static/malware/apt_goldenrat.txt
%%DATADIR%%/trails/static/malware/apt_gothicpanda.txt
%%DATADIR%%/trails/static/malware/apt_gravityrat.txt
%%DATADIR%%/trails/static/malware/apt_gref.txt
%%DATADIR%%/trails/static/malware/apt_greyenergy.txt
%%DATADIR%%/trails/static/malware/apt_groundbait.txt
%%DATADIR%%/trails/static/malware/apt_group5.txt
%%DATADIR%%/trails/static/malware/apt_hackingteam.txt
%%DATADIR%%/trails/static/malware/apt_hogfish.txt
%%DATADIR%%/trails/static/malware/apt_innaput.txt
%%DATADIR%%/trails/static/malware/apt_irn2.txt
%%DATADIR%%/trails/static/malware/apt_irontiger.txt
%%DATADIR%%/trails/static/malware/apt_ke3chang.txt
%%DATADIR%%/trails/static/malware/apt_keyboy.txt
%%DATADIR%%/trails/static/malware/apt_lazarus.txt
%%DATADIR%%/trails/static/malware/apt_leafminer.txt
%%DATADIR%%/trails/static/malware/apt_lotusblossom.txt
%%DATADIR%%/trails/static/malware/apt_luckymouse.txt
%%DATADIR%%/trails/static/malware/apt_magichound.txt
%%DATADIR%%/trails/static/malware/apt_menupass.txt
%%DATADIR%%/trails/static/malware/apt_miniduke.txt
%%DATADIR%%/trails/static/malware/apt_muddywater.txt
%%DATADIR%%/trails/static/malware/apt_naikon.txt
%%DATADIR%%/trails/static/malware/apt_nettraveler.txt
%%DATADIR%%/trails/static/malware/apt_newsbeef.txt
%%DATADIR%%/trails/static/malware/apt_oceanlotus.txt
%%DATADIR%%/trails/static/malware/apt_oilrig.txt
%%DATADIR%%/trails/static/malware/apt_packrat.txt
%%DATADIR%%/trails/static/malware/apt_pegasus.txt
%%DATADIR%%/trails/static/malware/apt_potao.txt
%%DATADIR%%/trails/static/malware/apt_quasar.txt
%%DATADIR%%/trails/static/malware/apt_reaper.txt
%%DATADIR%%/trails/static/malware/apt_redoctober.txt
%%DATADIR%%/trails/static/malware/apt_rnexus.txt
%%DATADIR%%/trails/static/malware/apt_rocketman.txt
%%DATADIR%%/trails/static/malware/apt_sauron.txt
%%DATADIR%%/trails/static/malware/apt_scanbox.txt
%%DATADIR%%/trails/static/malware/apt_scarletmimic.txt
%%DATADIR%%/trails/static/malware/apt_scieron.txt
%%DATADIR%%/trails/static/malware/apt_shamoon.txt
%%DATADIR%%/trails/static/malware/apt_sidewinder.txt
%%DATADIR%%/trails/static/malware/apt_snowman.txt
%%DATADIR%%/trails/static/malware/apt_sobaken.txt
%%DATADIR%%/trails/static/malware/apt_sofacy.txt
%%DATADIR%%/trails/static/malware/apt_stealthfalcon.txt
%%DATADIR%%/trails/static/malware/apt_stonedrill.txt
%%DATADIR%%/trails/static/malware/apt_stuxnet.txt
%%DATADIR%%/trails/static/malware/apt_telebots.txt
%%DATADIR%%/trails/static/malware/apt_tempperiscope.txt
%%DATADIR%%/trails/static/malware/apt_temptingcedar.txt
%%DATADIR%%/trails/static/malware/apt_tibet.txt
%%DATADIR%%/trails/static/malware/apt_turla.txt
%%DATADIR%%/trails/static/malware/apt_tvrms.txt
%%DATADIR%%/trails/static/malware/apt_unknown.txt
%%DATADIR%%/trails/static/malware/apt_volatilecedar.txt
%%DATADIR%%/trails/static/malware/apt_weakestlink.txt
%%DATADIR%%/trails/static/malware/apt_webky.txt
%%DATADIR%%/trails/static/malware/arec.txt
%%DATADIR%%/trails/static/malware/arkei.txt
%%DATADIR%%/trails/static/malware/artro.txt
%%DATADIR%%/trails/static/malware/athenagorat.txt
%%DATADIR%%/trails/static/malware/aurora.txt
%%DATADIR%%/trails/static/malware/autoit.txt
%%DATADIR%%/trails/static/malware/avalanche.txt
%%DATADIR%%/trails/static/malware/avrecon.txt
%%DATADIR%%/trails/static/malware/axpergle.txt
%%DATADIR%%/trails/static/malware/azorult.txt
%%DATADIR%%/trails/static/malware/bachosens.txt
%%DATADIR%%/trails/static/malware/badblock.txt
%%DATADIR%%/trails/static/malware/balamid.txt
%%DATADIR%%/trails/static/malware/bamital.txt
%%DATADIR%%/trails/static/malware/bankapol.txt
%%DATADIR%%/trails/static/malware/bankpatch.txt
%%DATADIR%%/trails/static/malware/banload.txt
%%DATADIR%%/trails/static/malware/banprox.txt
%%DATADIR%%/trails/static/malware/bayrob.txt
%%DATADIR%%/trails/static/malware/bedep.txt
%%DATADIR%%/trails/static/malware/biskvit.txt
%%DATADIR%%/trails/static/malware/bizzana.txt
%%DATADIR%%/trails/static/malware/blackshades.txt
%%DATADIR%%/trails/static/malware/blockbuster.txt
%%DATADIR%%/trails/static/malware/bluebot.txt
%%DATADIR%%/trails/static/malware/bondat.txt
%%DATADIR%%/trails/static/malware/bot_mikrotik.txt
%%DATADIR%%/trails/static/malware/bozokrat.txt
%%DATADIR%%/trails/static/malware/bredolab.txt
%%DATADIR%%/trails/static/malware/breut.txt
%%DATADIR%%/trails/static/malware/brushaloader.txt
%%DATADIR%%/trails/static/malware/bubnix.txt
%%DATADIR%%/trails/static/malware/bucriv.txt
%%DATADIR%%/trails/static/malware/buterat.txt
%%DATADIR%%/trails/static/malware/calfbot.txt
%%DATADIR%%/trails/static/malware/camerashy.txt
%%DATADIR%%/trails/static/malware/carberp.txt
%%DATADIR%%/trails/static/malware/ceidpagelock.txt
%%DATADIR%%/trails/static/malware/cerber.txt
%%DATADIR%%/trails/static/malware/chainshot.txt
%%DATADIR%%/trails/static/malware/chalubo.txt
%%DATADIR%%/trails/static/malware/changeup.txt
%%DATADIR%%/trails/static/malware/chanitor.txt
%%DATADIR%%/trails/static/malware/cheshire.txt
%%DATADIR%%/trails/static/malware/chewbacca.txt
%%DATADIR%%/trails/static/malware/chisbur.txt
%%DATADIR%%/trails/static/malware/chthonic.txt
%%DATADIR%%/trails/static/malware/citadel.txt
%%DATADIR%%/trails/static/malware/cloudatlas.txt
%%DATADIR%%/trails/static/malware/cobalt.txt
%%DATADIR%%/trails/static/malware/conficker.txt
%%DATADIR%%/trails/static/malware/contopee.txt
%%DATADIR%%/trails/static/malware/corebot.txt
%%DATADIR%%/trails/static/malware/couponarific.txt
%%DATADIR%%/trails/static/malware/criakl.txt
%%DATADIR%%/trails/static/malware/cridex.txt
%%DATADIR%%/trails/static/malware/crilock.txt
%%DATADIR%%/trails/static/malware/cryakl.txt
%%DATADIR%%/trails/static/malware/cryptinfinite.txt
%%DATADIR%%/trails/static/malware/cryptodefense.txt
%%DATADIR%%/trails/static/malware/cryptolocker.txt
%%DATADIR%%/trails/static/malware/cryptowall.txt
%%DATADIR%%/trails/static/malware/cryptxxx.txt
%%DATADIR%%/trails/static/malware/ctblocker.txt
%%DATADIR%%/trails/static/malware/cutwail.txt
%%DATADIR%%/trails/static/malware/cybergaterat.txt
%%DATADIR%%/trails/static/malware/damoclis.txt
%%DATADIR%%/trails/static/malware/danabot.txt
%%DATADIR%%/trails/static/malware/dangerous.txt
%%DATADIR%%/trails/static/malware/darkcloud.txt
%%DATADIR%%/trails/static/malware/defru.txt
%%DATADIR%%/trails/static/malware/destory.txt
%%DATADIR%%/trails/static/malware/dexter.txt
%%DATADIR%%/trails/static/malware/diamondfoxrat.txt
%%DATADIR%%/trails/static/malware/dimnie.txt
%%DATADIR%%/trails/static/malware/dinihou.txt
%%DATADIR%%/trails/static/malware/dircrypt.txt
%%DATADIR%%/trails/static/malware/dmalocker.txt
%%DATADIR%%/trails/static/malware/dnsbirthday.txt
%%DATADIR%%/trails/static/malware/dnschanger.txt
%%DATADIR%%/trails/static/malware/dnstrojan.txt
%%DATADIR%%/trails/static/malware/dofoil.txt
%%DATADIR%%/trails/static/malware/dorifel.txt
%%DATADIR%%/trails/static/malware/dorkbot.txt
%%DATADIR%%/trails/static/malware/drapion.txt
%%DATADIR%%/trails/static/malware/dridex.txt
%%DATADIR%%/trails/static/malware/dropnak.txt
%%DATADIR%%/trails/static/malware/dursg.txt
%%DATADIR%%/trails/static/malware/dyreza.txt
%%DATADIR%%/trails/static/malware/ek_nuclear.txt
%%DATADIR%%/trails/static/malware/elf_aidra.txt
%%DATADIR%%/trails/static/malware/elf_amnesiark.txt
%%DATADIR%%/trails/static/malware/elf_billgates.txt
%%DATADIR%%/trails/static/malware/elf_coinminer.txt
%%DATADIR%%/trails/static/malware/elf_darlloz.txt
%%DATADIR%%/trails/static/malware/elf_ekoms.txt
%%DATADIR%%/trails/static/malware/elf_gafgyt.txt
%%DATADIR%%/trails/static/malware/elf_generic.txt
%%DATADIR%%/trails/static/malware/elf_groundhog.txt
%%DATADIR%%/trails/static/malware/elf_hacked_mint.txt
%%DATADIR%%/trails/static/malware/elf_mayhem.txt
%%DATADIR%%/trails/static/malware/elf_mirai.txt
%%DATADIR%%/trails/static/malware/elf_mokes.txt
%%DATADIR%%/trails/static/malware/elf_mumblehard.txt
%%DATADIR%%/trails/static/malware/elf_openssh_backdoorkit.txt
%%DATADIR%%/trails/static/malware/elf_pinscan.txt
%%DATADIR%%/trails/static/malware/elf_rekoobe.txt
%%DATADIR%%/trails/static/malware/elf_shelldos.txt
%%DATADIR%%/trails/static/malware/elf_slexec.txt
%%DATADIR%%/trails/static/malware/elf_sshscan.txt
%%DATADIR%%/trails/static/malware/elf_themoon.txt
%%DATADIR%%/trails/static/malware/elf_torii.txt
%%DATADIR%%/trails/static/malware/elf_turla.txt
%%DATADIR%%/trails/static/malware/elf_xbash.txt
%%DATADIR%%/trails/static/malware/elf_xnote.txt
%%DATADIR%%/trails/static/malware/elf_xorddos.txt
%%DATADIR%%/trails/static/malware/elpman.txt
%%DATADIR%%/trails/static/malware/emogen.txt
%%DATADIR%%/trails/static/malware/emotet.txt
%%DATADIR%%/trails/static/malware/evilbunny.txt
%%DATADIR%%/trails/static/malware/evilgrab.txt
%%DATADIR%%/trails/static/malware/expiro.txt
%%DATADIR%%/trails/static/malware/fakben.txt
%%DATADIR%%/trails/static/malware/fakeav.txt
%%DATADIR%%/trails/static/malware/fakeran.txt
%%DATADIR%%/trails/static/malware/fantom.txt
%%DATADIR%%/trails/static/malware/fareit.txt
%%DATADIR%%/trails/static/malware/fbi_ransomware.txt
%%DATADIR%%/trails/static/malware/fiexp.txt
%%DATADIR%%/trails/static/malware/fignotok.txt
%%DATADIR%%/trails/static/malware/filespider.txt
%%DATADIR%%/trails/static/malware/findpos.txt
%%DATADIR%%/trails/static/malware/fireball.txt
%%DATADIR%%/trails/static/malware/fnumbot.txt
%%DATADIR%%/trails/static/malware/fobber.txt
%%DATADIR%%/trails/static/malware/formbook.txt
%%DATADIR%%/trails/static/malware/fox.txt
%%DATADIR%%/trails/static/malware/fraudload.txt
%%DATADIR%%/trails/static/malware/fruitfly.txt
%%DATADIR%%/trails/static/malware/fudcrypt.txt
%%DATADIR%%/trails/static/malware/fynloski.txt
%%DATADIR%%/trails/static/malware/fysna.txt
%%DATADIR%%/trails/static/malware/gamapos.txt
%%DATADIR%%/trails/static/malware/gamarue.txt
%%DATADIR%%/trails/static/malware/gandcrab.txt
%%DATADIR%%/trails/static/malware/gauss.txt
%%DATADIR%%/trails/static/malware/gbot.txt
%%DATADIR%%/trails/static/malware/generic.txt
%%DATADIR%%/trails/static/malware/gh0strat.txt
%%DATADIR%%/trails/static/malware/glupteba.txt
%%DATADIR%%/trails/static/malware/godzilla.txt
%%DATADIR%%/trails/static/malware/golroted.txt
%%DATADIR%%/trails/static/malware/gootkit.txt
%%DATADIR%%/trails/static/malware/gozi.txt
%%DATADIR%%/trails/static/malware/hacking_team.txt
%%DATADIR%%/trails/static/malware/harnig.txt
%%DATADIR%%/trails/static/malware/hawkeye.txt
%%DATADIR%%/trails/static/malware/helompy.txt
%%DATADIR%%/trails/static/malware/hiddenbeer.txt
%%DATADIR%%/trails/static/malware/hiddentear.txt
%%DATADIR%%/trails/static/malware/hiloti.txt
%%DATADIR%%/trails/static/malware/hinired.txt
%%DATADIR%%/trails/static/malware/houdini.txt
%%DATADIR%%/trails/static/malware/huntpos.txt
%%DATADIR%%/trails/static/malware/icedid.txt
%%DATADIR%%/trails/static/malware/imminentrat.txt
%%DATADIR%%/trails/static/malware/immortal.txt
%%DATADIR%%/trails/static/malware/infinityrat.txt
%%DATADIR%%/trails/static/malware/injecto.txt
%%DATADIR%%/trails/static/malware/invisimole.txt
%%DATADIR%%/trails/static/malware/ios_keyraider.txt
%%DATADIR%%/trails/static/malware/ios_muda.txt
%%DATADIR%%/trails/static/malware/ios_oneclickfraud.txt
%%DATADIR%%/trails/static/malware/ios_specter.txt
%%DATADIR%%/trails/static/malware/ios_xcodeghost.txt
%%DATADIR%%/trails/static/malware/iron.txt
%%DATADIR%%/trails/static/malware/ismdoor.txt
%%DATADIR%%/trails/static/malware/jackpos.txt
%%DATADIR%%/trails/static/malware/jrat.txt
%%DATADIR%%/trails/static/malware/jripbot.txt
%%DATADIR%%/trails/static/malware/kasidet.txt
%%DATADIR%%/trails/static/malware/kegotip.txt
%%DATADIR%%/trails/static/malware/khrat.txt
%%DATADIR%%/trails/static/malware/killrabbit.txt
%%DATADIR%%/trails/static/malware/kingslayer.txt
%%DATADIR%%/trails/static/malware/kolab.txt
%%DATADIR%%/trails/static/malware/konni.txt
%%DATADIR%%/trails/static/malware/koobface.txt
%%DATADIR%%/trails/static/malware/korgo.txt
%%DATADIR%%/trails/static/malware/korplug.txt
%%DATADIR%%/trails/static/malware/kovter.txt
%%DATADIR%%/trails/static/malware/kpot.txt
%%DATADIR%%/trails/static/malware/kradellsh.txt
%%DATADIR%%/trails/static/malware/kromagent.txt
%%DATADIR%%/trails/static/malware/kronos.txt
%%DATADIR%%/trails/static/malware/kulekmoko.txt
%%DATADIR%%/trails/static/malware/latentbot.txt
%%DATADIR%%/trails/static/malware/litehttp.txt
%%DATADIR%%/trails/static/malware/locky.txt
%%DATADIR%%/trails/static/malware/loda.txt
%%DATADIR%%/trails/static/malware/lokibot.txt
%%DATADIR%%/trails/static/malware/lollipop.txt
%%DATADIR%%/trails/static/malware/luckycat.txt
%%DATADIR%%/trails/static/malware/luoxk.txt
%%DATADIR%%/trails/static/malware/magentocore.txt
%%DATADIR%%/trails/static/malware/magniber.txt
%%DATADIR%%/trails/static/malware/majikpos.txt
%%DATADIR%%/trails/static/malware/malwaremustdie.org.csv
%%DATADIR%%/trails/static/malware/mambashim.txt
%%DATADIR%%/trails/static/malware/marap.txt
%%DATADIR%%/trails/static/malware/marsjoke.txt
%%DATADIR%%/trails/static/malware/matsnu.txt
%%DATADIR%%/trails/static/malware/mdrop.txt
%%DATADIR%%/trails/static/malware/mebroot.txt
%%DATADIR%%/trails/static/malware/megaopac.txt
%%DATADIR%%/trails/static/malware/mestep.txt
%%DATADIR%%/trails/static/malware/metamorfo.txt
%%DATADIR%%/trails/static/malware/micropsia.txt
%%DATADIR%%/trails/static/malware/minotaur.txt
%%DATADIR%%/trails/static/malware/misogow.txt
%%DATADIR%%/trails/static/malware/miuref.txt
%%DATADIR%%/trails/static/malware/modpos.txt
%%DATADIR%%/trails/static/malware/morto.txt
%%DATADIR%%/trails/static/malware/mysticalnet.txt
%%DATADIR%%/trails/static/malware/nanocore.txt
%%DATADIR%%/trails/static/malware/nbot.txt
%%DATADIR%%/trails/static/malware/necurs.txt
%%DATADIR%%/trails/static/malware/nemeot.txt
%%DATADIR%%/trails/static/malware/neshuta.txt
%%DATADIR%%/trails/static/malware/netsupport.txt
%%DATADIR%%/trails/static/malware/netwire.txt
%%DATADIR%%/trails/static/malware/neurevt.txt
%%DATADIR%%/trails/static/malware/nexlogger.txt
%%DATADIR%%/trails/static/malware/ngioweb.txt
%%DATADIR%%/trails/static/malware/nigelthorn.txt
%%DATADIR%%/trails/static/malware/nitol.txt
%%DATADIR%%/trails/static/malware/nivdort.txt
%%DATADIR%%/trails/static/malware/njrat.txt
%%DATADIR%%/trails/static/malware/nonbolqu.txt
%%DATADIR%%/trails/static/malware/notpetya.txt
%%DATADIR%%/trails/static/malware/novelminer.txt
%%DATADIR%%/trails/static/malware/novobot.txt
%%DATADIR%%/trails/static/malware/nozelesn.txt
%%DATADIR%%/trails/static/malware/nucleartor.txt
%%DATADIR%%/trails/static/malware/nuqel.txt
%%DATADIR%%/trails/static/malware/nwt.txt
%%DATADIR%%/trails/static/malware/nymaim.txt
%%DATADIR%%/trails/static/malware/odcodc.txt
%%DATADIR%%/trails/static/malware/oficla.txt
%%DATADIR%%/trails/static/malware/onkods.txt
%%DATADIR%%/trails/static/malware/optima.txt
%%DATADIR%%/trails/static/malware/osx_keranger.txt
%%DATADIR%%/trails/static/malware/osx_keydnap.txt
%%DATADIR%%/trails/static/malware/osx_lol.txt
%%DATADIR%%/trails/static/malware/osx_mami.txt
%%DATADIR%%/trails/static/malware/osx_mokes.txt
%%DATADIR%%/trails/static/malware/osx_mughthesec.txt
%%DATADIR%%/trails/static/malware/osx_salgorea.txt
%%DATADIR%%/trails/static/malware/osx_wirelurker.txt
%%DATADIR%%/trails/static/malware/padcrypt.txt
%%DATADIR%%/trails/static/malware/palevo.txt
%%DATADIR%%/trails/static/malware/pandabanker.txt
%%DATADIR%%/trails/static/malware/parasitehttprat.txt
%%DATADIR%%/trails/static/malware/paycrypt.txt
%%DATADIR%%/trails/static/malware/pdfjsc.txt
%%DATADIR%%/trails/static/malware/pepperat.txt
%%DATADIR%%/trails/static/malware/pghost.txt
%%DATADIR%%/trails/static/malware/photominer.txt
%%DATADIR%%/trails/static/malware/phytob.txt
%%DATADIR%%/trails/static/malware/picgoo.txt
%%DATADIR%%/trails/static/malware/pift.txt
%%DATADIR%%/trails/static/malware/plugx.txt
%%DATADIR%%/trails/static/malware/ponmocup.txt
%%DATADIR%%/trails/static/malware/ponystealer.txt
%%DATADIR%%/trails/static/malware/poshcoder.txt
%%DATADIR%%/trails/static/malware/powelike.txt
%%DATADIR%%/trails/static/malware/powerpool.txt
%%DATADIR%%/trails/static/malware/powershell_injector.txt
%%DATADIR%%/trails/static/malware/proslikefan.txt
%%DATADIR%%/trails/static/malware/proxyback.txt
%%DATADIR%%/trails/static/malware/pterodo.txt
%%DATADIR%%/trails/static/malware/pushdo.txt
%%DATADIR%%/trails/static/malware/pykspa.txt
%%DATADIR%%/trails/static/malware/pylocky.txt
%%DATADIR%%/trails/static/malware/qakbot.txt
%%DATADIR%%/trails/static/malware/qbot.txt
%%DATADIR%%/trails/static/malware/quantloader.txt
%%DATADIR%%/trails/static/malware/quasarrat.txt
%%DATADIR%%/trails/static/malware/rajump.txt
%%DATADIR%%/trails/static/malware/rakhni.txt
%%DATADIR%%/trails/static/malware/ramnit.txt
%%DATADIR%%/trails/static/malware/ransirac.txt
%%DATADIR%%/trails/static/malware/reactorbot.txt
%%DATADIR%%/trails/static/malware/redsip.txt
%%DATADIR%%/trails/static/malware/remcos.txt
%%DATADIR%%/trails/static/malware/renocide.txt
%%DATADIR%%/trails/static/malware/revengerat.txt
%%DATADIR%%/trails/static/malware/reveton.txt
%%DATADIR%%/trails/static/malware/revetrat.txt
%%DATADIR%%/trails/static/malware/rincux.txt
%%DATADIR%%/trails/static/malware/rombertik.txt
%%DATADIR%%/trails/static/malware/rovnix.txt
%%DATADIR%%/trails/static/malware/ruftar.txt
%%DATADIR%%/trails/static/malware/runforestrun.txt
%%DATADIR%%/trails/static/malware/rustock.txt
%%DATADIR%%/trails/static/malware/sage.txt
%%DATADIR%%/trails/static/malware/sakurel.txt
%%DATADIR%%/trails/static/malware/sality.txt
%%DATADIR%%/trails/static/malware/sanny.txt
%%DATADIR%%/trails/static/malware/satana.txt
%%DATADIR%%/trails/static/malware/sathurbot.txt
%%DATADIR%%/trails/static/malware/satori.txt
%%DATADIR%%/trails/static/malware/scarcruft.txt
%%DATADIR%%/trails/static/malware/seaduke.txt
%%DATADIR%%/trails/static/malware/sefnit.txt
%%DATADIR%%/trails/static/malware/selfdel.txt
%%DATADIR%%/trails/static/malware/shadownet.txt
%%DATADIR%%/trails/static/malware/shadowtechrat.txt
%%DATADIR%%/trails/static/malware/shifu.txt
%%DATADIR%%/trails/static/malware/shimrat.txt
%%DATADIR%%/trails/static/malware/shurl0ckr.txt
%%DATADIR%%/trails/static/malware/shylock.txt
%%DATADIR%%/trails/static/malware/siesta.txt
%%DATADIR%%/trails/static/malware/silentbrute.txt
%%DATADIR%%/trails/static/malware/silly.txt
%%DATADIR%%/trails/static/malware/simda.txt
%%DATADIR%%/trails/static/malware/sinkhole_abuse.txt
%%DATADIR%%/trails/static/malware/sinkhole_anubis.txt
%%DATADIR%%/trails/static/malware/sinkhole_arbor.txt
%%DATADIR%%/trails/static/malware/sinkhole_bitdefender.txt
%%DATADIR%%/trails/static/malware/sinkhole_blacklab.txt
%%DATADIR%%/trails/static/malware/sinkhole_botnethunter.txt
%%DATADIR%%/trails/static/malware/sinkhole_certgovau.txt
%%DATADIR%%/trails/static/malware/sinkhole_certpl.txt
%%DATADIR%%/trails/static/malware/sinkhole_changeip.txt
%%DATADIR%%/trails/static/malware/sinkhole_checkpoint.txt
%%DATADIR%%/trails/static/malware/sinkhole_cirtdk.txt
%%DATADIR%%/trails/static/malware/sinkhole_collector.txt
%%DATADIR%%/trails/static/malware/sinkhole_conficker.txt
%%DATADIR%%/trails/static/malware/sinkhole_cryptolocker.txt
%%DATADIR%%/trails/static/malware/sinkhole_dnssinkhole.txt
%%DATADIR%%/trails/static/malware/sinkhole_doombringer.txt
%%DATADIR%%/trails/static/malware/sinkhole_drweb.txt
%%DATADIR%%/trails/static/malware/sinkhole_dynadot.txt
%%DATADIR%%/trails/static/malware/sinkhole_dyre.txt
%%DATADIR%%/trails/static/malware/sinkhole_farsight.txt
%%DATADIR%%/trails/static/malware/sinkhole_fbizeus.txt
%%DATADIR%%/trails/static/malware/sinkhole_fitsec.txt
%%DATADIR%%/trails/static/malware/sinkhole_fnord.txt
%%DATADIR%%/trails/static/malware/sinkhole_fraunhofer.txt
%%DATADIR%%/trails/static/malware/sinkhole_gameoverzeus.txt
%%DATADIR%%/trails/static/malware/sinkhole_georgiatech.txt
%%DATADIR%%/trails/static/malware/sinkhole_gladtech.txt
%%DATADIR%%/trails/static/malware/sinkhole_honeybot.txt
%%DATADIR%%/trails/static/malware/sinkhole_hyas.txt
%%DATADIR%%/trails/static/malware/sinkhole_kaspersky.txt
%%DATADIR%%/trails/static/malware/sinkhole_kryptoslogic.txt
%%DATADIR%%/trails/static/malware/sinkhole_microsoft.txt
%%DATADIR%%/trails/static/malware/sinkhole_noip.txt
%%DATADIR%%/trails/static/malware/sinkhole_oceanlotus.txt
%%DATADIR%%/trails/static/malware/sinkhole_rsa.txt
%%DATADIR%%/trails/static/malware/sinkhole_secureworks.txt
%%DATADIR%%/trails/static/malware/sinkhole_shadowserver.txt
%%DATADIR%%/trails/static/malware/sinkhole_sidnlabs.txt
%%DATADIR%%/trails/static/malware/sinkhole_sinkdns.txt
%%DATADIR%%/trails/static/malware/sinkhole_sobaken.txt
%%DATADIR%%/trails/static/malware/sinkhole_sofacy.txt
%%DATADIR%%/trails/static/malware/sinkhole_spamandabuse.txt
%%DATADIR%%/trails/static/malware/sinkhole_sugarbucket.txt
%%DATADIR%%/trails/static/malware/sinkhole_supportintel.txt
%%DATADIR%%/trails/static/malware/sinkhole_switch.txt
%%DATADIR%%/trails/static/malware/sinkhole_tech.txt
%%DATADIR%%/trails/static/malware/sinkhole_tsway.txt
%%DATADIR%%/trails/static/malware/sinkhole_turla.txt
%%DATADIR%%/trails/static/malware/sinkhole_unknown.txt
%%DATADIR%%/trails/static/malware/sinkhole_vicheck.txt
%%DATADIR%%/trails/static/malware/sinkhole_virustracker.txt
%%DATADIR%%/trails/static/malware/sinkhole_vittalia.txt
%%DATADIR%%/trails/static/malware/sinkhole_wapacklabs.txt
%%DATADIR%%/trails/static/malware/sinkhole_xaayda.txt
%%DATADIR%%/trails/static/malware/sinkhole_yourtrap.txt
%%DATADIR%%/trails/static/malware/sinkhole_zinkhole.txt
%%DATADIR%%/trails/static/malware/skeeyah.txt
%%DATADIR%%/trails/static/malware/skynet.txt
%%DATADIR%%/trails/static/malware/skyper.txt
%%DATADIR%%/trails/static/malware/slserver.txt
%%DATADIR%%/trails/static/malware/smokeloader.txt
%%DATADIR%%/trails/static/malware/smsfakesky.txt
%%DATADIR%%/trails/static/malware/snifula.txt
%%DATADIR%%/trails/static/malware/snort.org.csv
%%DATADIR%%/trails/static/malware/sockrat.txt
%%DATADIR%%/trails/static/malware/sohanad.txt
%%DATADIR%%/trails/static/malware/spybotpos.txt
%%DATADIR%%/trails/static/malware/spyeye.txt
%%DATADIR%%/trails/static/malware/stabuniq.txt
%%DATADIR%%/trails/static/malware/stealer.txt
%%DATADIR%%/trails/static/malware/strongpity.txt
%%DATADIR%%/trails/static/malware/surtr.txt
%%DATADIR%%/trails/static/malware/symmi.txt
%%DATADIR%%/trails/static/malware/synolocker.txt
%%DATADIR%%/trails/static/malware/tdss.txt
%%DATADIR%%/trails/static/malware/teamspy.txt
%%DATADIR%%/trails/static/malware/teerac.txt
%%DATADIR%%/trails/static/malware/telebots.txt
%%DATADIR%%/trails/static/malware/telegrab.txt
%%DATADIR%%/trails/static/malware/terracotta.txt
%%DATADIR%%/trails/static/malware/teslacrypt.txt
%%DATADIR%%/trails/static/malware/tinba.txt
%%DATADIR%%/trails/static/malware/torpig.txt
%%DATADIR%%/trails/static/malware/torrentlocker.txt
%%DATADIR%%/trails/static/malware/tovkater.txt
%%DATADIR%%/trails/static/malware/trickbot.txt
%%DATADIR%%/trails/static/malware/troldesh.txt
%%DATADIR%%/trails/static/malware/tscookie.txt
%%DATADIR%%/trails/static/malware/tupym.txt
%%DATADIR%%/trails/static/malware/unruy.txt
%%DATADIR%%/trails/static/malware/up007.txt
%%DATADIR%%/trails/static/malware/upatre.txt
%%DATADIR%%/trails/static/malware/ursnif.txt
%%DATADIR%%/trails/static/malware/vaimalandra.txt
%%DATADIR%%/trails/static/malware/vawtrak.txt
%%DATADIR%%/trails/static/malware/vbcheman.txt
%%DATADIR%%/trails/static/malware/vinderuf.txt
%%DATADIR%%/trails/static/malware/virobot.txt
%%DATADIR%%/trails/static/malware/virtum.txt
%%DATADIR%%/trails/static/malware/virut.txt
%%DATADIR%%/trails/static/malware/vittalia.txt
%%DATADIR%%/trails/static/malware/vobfus.txt
%%DATADIR%%/trails/static/malware/vundo.txt
%%DATADIR%%/trails/static/malware/waledac.txt
%%DATADIR%%/trails/static/malware/wannacry.txt
%%DATADIR%%/trails/static/malware/waprox.txt
%%DATADIR%%/trails/static/malware/wecorl.txt
%%DATADIR%%/trails/static/malware/wecoym.txt
%%DATADIR%%/trails/static/malware/weecnaw.txt
%%DATADIR%%/trails/static/malware/wndred.txt
%%DATADIR%%/trails/static/malware/wofeksad.txt
%%DATADIR%%/trails/static/malware/wolfresearch.txt
%%DATADIR%%/trails/static/malware/xadupi.txt
%%DATADIR%%/trails/static/malware/xpay.txt
%%DATADIR%%/trails/static/malware/xtrat.txt
%%DATADIR%%/trails/static/malware/yenibot.txt
%%DATADIR%%/trails/static/malware/yimfoca.txt
%%DATADIR%%/trails/static/malware/zaletelly.txt
%%DATADIR%%/trails/static/malware/zcrypt.txt
%%DATADIR%%/trails/static/malware/zemot.txt
%%DATADIR%%/trails/static/malware/zeroaccess.txt
%%DATADIR%%/trails/static/malware/zeus.txt
%%DATADIR%%/trails/static/malware/zherotee.txt
%%DATADIR%%/trails/static/malware/zlader.txt
%%DATADIR%%/trails/static/malware/zlob.txt
%%DATADIR%%/trails/static/malware/zombieboy.txt
%%DATADIR%%/trails/static/malware/zombrari.txt
%%DATADIR%%/trails/static/malware/zxshell.txt
%%DATADIR%%/trails/static/malware/zyklon.txt
%%DATADIR%%/trails/static/mass_scanner.txt
%%DATADIR%%/trails/static/suspicious/adware.txt
%%DATADIR%%/trails/static/suspicious/anonymous_web_proxy.txt
%%DATADIR%%/trails/static/suspicious/bad_history.txt
%%DATADIR%%/trails/static/suspicious/computrace.txt
%%DATADIR%%/trails/static/suspicious/crypto_mining.txt
%%DATADIR%%/trails/static/suspicious/dnspod.txt
%%DATADIR%%/trails/static/suspicious/domain.txt
%%DATADIR%%/trails/static/suspicious/dynamic_domain.txt
%%DATADIR%%/trails/static/suspicious/free_web_hosting.txt
%%DATADIR%%/trails/static/suspicious/ipinfo.txt
%%DATADIR%%/trails/static/suspicious/malicious_js.txt
%%DATADIR%%/trails/static/suspicious/malicious_php.txt
%%DATADIR%%/trails/static/suspicious/malicious_с2panel.txt
%%DATADIR%%/trails/static/suspicious/onion.txt
%%DATADIR%%/trails/static/suspicious/parking_site.txt
%%DATADIR%%/trails/static/suspicious/phishing.txt
%%DATADIR%%/trails/static/suspicious/scareware.txt
%%DATADIR%%/trails/static/suspicious/superfish.txt
%%DATADIR%%/trails/static/suspicious/suspended_domain.txt
%%DATADIR%%/trails/static/suspicious/web_shells.txt
|