View | Details | Raw Unified | Return to bug 244019
Collapse All | Expand All

(-)maltrail017/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/security/maltrail/Makefile 516804 2019-11-05 16:01:07Z decke $
1
# $FreeBSD: head/security/maltrail/Makefile 516804 2019-11-05 16:01:07Z decke $
2
2
3
PORTNAME=	maltrail
3
PORTNAME=	maltrail
4
PORTVERSION=	0.16
4
PORTVERSION=	0.17
5
CATEGORIES=	security python
5
CATEGORIES=	security python
6
6
7
MAINTAINER=	m.muenz@gmail.com
7
MAINTAINER=	m.muenz@gmail.com
Lines 13-19 Link Here
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pcapy>=0:net/py-pcapy@${PY_FLAVOR} \
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pcapy>=0:net/py-pcapy@${PY_FLAVOR} \
14
		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
14
		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
15
15
16
USES=		python:2.7,run
16
USES=		python:run
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	stamparm
19
GH_ACCOUNT=	stamparm
(-)maltrail017/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1572959931
1
TIMESTAMP = 1580835647
2
SHA256 (stamparm-maltrail-0.16_GH0.tar.gz) = ae0e51aa6f0a6b570676a91f4624a804da4ef45ec39ece28c6d68812005f4ebd
2
SHA256 (stamparm-maltrail-0.17_GH0.tar.gz) = 4d3506de7fd39f5af431209276219de79e1ebeb9adda5dc30e5395711eb22bb0
3
SIZE (stamparm-maltrail-0.16_GH0.tar.gz) = 2437435
3
SIZE (stamparm-maltrail-0.17_GH0.tar.gz) = 2239424
(-)maltrail017/pkg-plist (-61 / +150 lines)
Lines 5-10 Link Here
5
%%DATADIR%%/core/attribdict.py
5
%%DATADIR%%/core/attribdict.py
6
%%DATADIR%%/core/common.py
6
%%DATADIR%%/core/common.py
7
%%DATADIR%%/core/compat.py
7
%%DATADIR%%/core/compat.py
8
%%DATADIR%%/core/datatype.py
8
%%DATADIR%%/core/enums.py
9
%%DATADIR%%/core/enums.py
9
%%DATADIR%%/core/httpd.py
10
%%DATADIR%%/core/httpd.py
10
%%DATADIR%%/core/ignore.py
11
%%DATADIR%%/core/ignore.py
Lines 76-81 Link Here
76
%%DATADIR%%/sensor.py
77
%%DATADIR%%/sensor.py
77
%%DATADIR%%/server.py
78
%%DATADIR%%/server.py
78
%%DATADIR%%/thirdparty/__init__.py
79
%%DATADIR%%/thirdparty/__init__.py
80
%%DATADIR%%/thirdparty/odict/__init__.py
81
%%DATADIR%%/thirdparty/odict/ordereddict.py
79
%%DATADIR%%/thirdparty/six/__init__.py
82
%%DATADIR%%/thirdparty/six/__init__.py
80
%%DATADIR%%/trails/custom/__init__.py
83
%%DATADIR%%/trails/custom/__init__.py
81
%%DATADIR%%/trails/custom/dprk.txt
84
%%DATADIR%%/trails/custom/dprk.txt
Lines 143-171 Link Here
143
%%DATADIR%%/trails/feeds/urlhaus.py
146
%%DATADIR%%/trails/feeds/urlhaus.py
144
%%DATADIR%%/trails/feeds/urlvir.py
147
%%DATADIR%%/trails/feeds/urlvir.py
145
%%DATADIR%%/trails/feeds/vxvault.py
148
%%DATADIR%%/trails/feeds/vxvault.py
146
%%DATADIR%%/trails/feeds/zeustrackerdns.py
147
%%DATADIR%%/trails/feeds/zeustrackerip.py
148
%%DATADIR%%/trails/feeds/zeustrackermonitor.py
149
%%DATADIR%%/trails/feeds/zeustrackermonitor.py
149
%%DATADIR%%/trails/feeds/zeustrackerurl.py
150
%%DATADIR%%/trails/feeds/zeustrackerurl.py
150
%%DATADIR%%/trails/static/__init__.py
151
%%DATADIR%%/trails/static/__init__.py
152
%%DATADIR%%/trails/static/malicious/bad_proxy.txt
153
%%DATADIR%%/trails/static/malicious/bad_service.txt
154
%%DATADIR%%/trails/static/malicious/c2_panel.txt
155
%%DATADIR%%/trails/static/malicious/egg_script.txt
156
%%DATADIR%%/trails/static/malicious/ek_angler.txt
157
%%DATADIR%%/trails/static/malicious/ek_bottle.txt
158
%%DATADIR%%/trails/static/malicious/ek_fallout.txt
159
%%DATADIR%%/trails/static/malicious/ek_grandsoft.txt
160
%%DATADIR%%/trails/static/malicious/ek_greenflash.txt
161
%%DATADIR%%/trails/static/malicious/ek_kaixin.txt
162
%%DATADIR%%/trails/static/malicious/ek_magnitude.txt
163
%%DATADIR%%/trails/static/malicious/ek_neutrino.txt
164
%%DATADIR%%/trails/static/malicious/ek_nuclear.txt
165
%%DATADIR%%/trails/static/malicious/ek_purplefox.txt
166
%%DATADIR%%/trails/static/malicious/ek_radio.txt
167
%%DATADIR%%/trails/static/malicious/ek_rig.txt
168
%%DATADIR%%/trails/static/malicious/ek_router.txt
169
%%DATADIR%%/trails/static/malicious/ek_shade.txt
170
%%DATADIR%%/trails/static/malicious/ek_spelevo.txt
171
%%DATADIR%%/trails/static/malicious/ek_trillium.txt
172
%%DATADIR%%/trails/static/malicious/ek_underminer.txt
173
%%DATADIR%%/trails/static/malicious/hta_script.txt
174
%%DATADIR%%/trails/static/malicious/js_script.txt
175
%%DATADIR%%/trails/static/malicious/magentocore.txt
176
%%DATADIR%%/trails/static/malicious/php_script.txt
177
%%DATADIR%%/trails/static/malicious/powershell_script.txt
178
%%DATADIR%%/trails/static/malicious/proxychanger.txt
179
%%DATADIR%%/trails/static/malicious/scareware.txt
180
%%DATADIR%%/trails/static/malicious/sms_flooder.txt
181
%%DATADIR%%/trails/static/malicious/woof.txt
182
%%DATADIR%%/trails/static/malware/404_stealer.txt
151
%%DATADIR%%/trails/static/malware/9002.txt
183
%%DATADIR%%/trails/static/malware/9002.txt
152
%%DATADIR%%/trails/static/malware/ab_stealer.txt
184
%%DATADIR%%/trails/static/malware/ab_stealer.txt
153
%%DATADIR%%/trails/static/malware/aboc.txt
185
%%DATADIR%%/trails/static/malware/aboc.txt
186
%%DATADIR%%/trails/static/malware/acbackdoor.txt
154
%%DATADIR%%/trails/static/malware/acridrain.txt
187
%%DATADIR%%/trails/static/malware/acridrain.txt
155
%%DATADIR%%/trails/static/malware/activeagent.txt
188
%%DATADIR%%/trails/static/malware/activeagent.txt
156
%%DATADIR%%/trails/static/malware/advisorbot.txt
189
%%DATADIR%%/trails/static/malware/advisorbot.txt
190
%%DATADIR%%/trails/static/malware/adwind.txt
157
%%DATADIR%%/trails/static/malware/adylkuzz.txt
191
%%DATADIR%%/trails/static/malware/adylkuzz.txt
158
%%DATADIR%%/trails/static/malware/adzok.txt
192
%%DATADIR%%/trails/static/malware/adzok.txt
159
%%DATADIR%%/trails/static/malware/agaadex.txt
193
%%DATADIR%%/trails/static/malware/agaadex.txt
160
%%DATADIR%%/trails/static/malware/agenttesla.txt
194
%%DATADIR%%/trails/static/malware/agenttesla.txt
161
%%DATADIR%%/trails/static/malware/alienspy.txt
195
%%DATADIR%%/trails/static/malware/aldibot.txt
162
%%DATADIR%%/trails/static/malware/alina.txt
196
%%DATADIR%%/trails/static/malware/alina.txt
197
%%DATADIR%%/trails/static/malware/allakore.txt
163
%%DATADIR%%/trails/static/malware/almalocker.txt
198
%%DATADIR%%/trails/static/malware/almalocker.txt
164
%%DATADIR%%/trails/static/malware/almashreq.txt
199
%%DATADIR%%/trails/static/malware/almashreq.txt
165
%%DATADIR%%/trails/static/malware/alpha_stealer.txt
200
%%DATADIR%%/trails/static/malware/alpha_stealer.txt
166
%%DATADIR%%/trails/static/malware/alureon.txt
201
%%DATADIR%%/trails/static/malware/alureon.txt
167
%%DATADIR%%/trails/static/malware/amadey.txt
202
%%DATADIR%%/trails/static/malware/amadey.txt
168
%%DATADIR%%/trails/static/malware/amavaldo.txt
203
%%DATADIR%%/trails/static/malware/amavaldo.txt
204
%%DATADIR%%/trails/static/malware/amend_miner.txt
169
%%DATADIR%%/trails/static/malware/ammyyrat.txt
205
%%DATADIR%%/trails/static/malware/ammyyrat.txt
170
%%DATADIR%%/trails/static/malware/android_acecard.txt
206
%%DATADIR%%/trails/static/malware/android_acecard.txt
171
%%DATADIR%%/trails/static/malware/android_adrd.txt
207
%%DATADIR%%/trails/static/malware/android_adrd.txt
Lines 183-188 Link Here
183
%%DATADIR%%/trails/static/malware/android_boxer.txt
219
%%DATADIR%%/trails/static/malware/android_boxer.txt
184
%%DATADIR%%/trails/static/malware/android_buhsam.txt
220
%%DATADIR%%/trails/static/malware/android_buhsam.txt
185
%%DATADIR%%/trails/static/malware/android_busygasper.txt
221
%%DATADIR%%/trails/static/malware/android_busygasper.txt
222
%%DATADIR%%/trails/static/malware/android_callerspy.txt
186
%%DATADIR%%/trails/static/malware/android_camscanner.txt
223
%%DATADIR%%/trails/static/malware/android_camscanner.txt
187
%%DATADIR%%/trails/static/malware/android_cerberus.txt
224
%%DATADIR%%/trails/static/malware/android_cerberus.txt
188
%%DATADIR%%/trails/static/malware/android_chuli.txt
225
%%DATADIR%%/trails/static/malware/android_chuli.txt
Lines 190-195 Link Here
190
%%DATADIR%%/trails/static/malware/android_clickfraud.txt
227
%%DATADIR%%/trails/static/malware/android_clickfraud.txt
191
%%DATADIR%%/trails/static/malware/android_cometbot.txt
228
%%DATADIR%%/trails/static/malware/android_cometbot.txt
192
%%DATADIR%%/trails/static/malware/android_coolreaper.txt
229
%%DATADIR%%/trails/static/malware/android_coolreaper.txt
230
%%DATADIR%%/trails/static/malware/android_copycat.txt
193
%%DATADIR%%/trails/static/malware/android_counterclank.txt
231
%%DATADIR%%/trails/static/malware/android_counterclank.txt
194
%%DATADIR%%/trails/static/malware/android_cyberwurx.txt
232
%%DATADIR%%/trails/static/malware/android_cyberwurx.txt
195
%%DATADIR%%/trails/static/malware/android_dendoroid.txt
233
%%DATADIR%%/trails/static/malware/android_dendoroid.txt
Lines 243-249 Link Here
243
%%DATADIR%%/trails/static/malware/android_maistealer.txt
281
%%DATADIR%%/trails/static/malware/android_maistealer.txt
244
%%DATADIR%%/trails/static/malware/android_malbus.txt
282
%%DATADIR%%/trails/static/malware/android_malbus.txt
245
%%DATADIR%%/trails/static/malware/android_maxit.txt
283
%%DATADIR%%/trails/static/malware/android_maxit.txt
246
%%DATADIR%%/trails/static/malware/android_mobok.txt
247
%%DATADIR%%/trails/static/malware/android_mobstspy.txt
284
%%DATADIR%%/trails/static/malware/android_mobstspy.txt
248
%%DATADIR%%/trails/static/malware/android_monokle.txt
285
%%DATADIR%%/trails/static/malware/android_monokle.txt
249
%%DATADIR%%/trails/static/malware/android_notcompatible.txt
286
%%DATADIR%%/trails/static/malware/android_notcompatible.txt
Lines 262-271 Link Here
262
%%DATADIR%%/trails/static/malware/android_roidsec.txt
299
%%DATADIR%%/trails/static/malware/android_roidsec.txt
263
%%DATADIR%%/trails/static/malware/android_rotexy.txt
300
%%DATADIR%%/trails/static/malware/android_rotexy.txt
264
%%DATADIR%%/trails/static/malware/android_samsapo.txt
301
%%DATADIR%%/trails/static/malware/android_samsapo.txt
265
%%DATADIR%%/trails/static/malware/android_sandorat.txt
266
%%DATADIR%%/trails/static/malware/android_sandrorat.txt
302
%%DATADIR%%/trails/static/malware/android_sandrorat.txt
267
%%DATADIR%%/trails/static/malware/android_selfmite.txt
303
%%DATADIR%%/trails/static/malware/android_selfmite.txt
268
%%DATADIR%%/trails/static/malware/android_shadowvoice.txt
304
%%DATADIR%%/trails/static/malware/android_shadowvoice.txt
305
%%DATADIR%%/trails/static/malware/android_shopper.txt
269
%%DATADIR%%/trails/static/malware/android_simbad.txt
306
%%DATADIR%%/trails/static/malware/android_simbad.txt
270
%%DATADIR%%/trails/static/malware/android_simplocker.txt
307
%%DATADIR%%/trails/static/malware/android_simplocker.txt
271
%%DATADIR%%/trails/static/malware/android_skullkey.txt
308
%%DATADIR%%/trails/static/malware/android_skullkey.txt
Lines 290-296 Link Here
290
%%DATADIR%%/trails/static/malware/android_xhelper.txt
327
%%DATADIR%%/trails/static/malware/android_xhelper.txt
291
%%DATADIR%%/trails/static/malware/android_zertsecurity.txt
328
%%DATADIR%%/trails/static/malware/android_zertsecurity.txt
292
%%DATADIR%%/trails/static/malware/android_ztorg.txt
329
%%DATADIR%%/trails/static/malware/android_ztorg.txt
293
%%DATADIR%%/trails/static/malware/androm.txt
330
%%DATADIR%%/trails/static/malware/andromeda.txt
331
%%DATADIR%%/trails/static/malware/antefrigus.txt
332
%%DATADIR%%/trails/static/malware/antibot.txt
294
%%DATADIR%%/trails/static/malware/anubis.txt
333
%%DATADIR%%/trails/static/malware/anubis.txt
295
%%DATADIR%%/trails/static/malware/anuna.txt
334
%%DATADIR%%/trails/static/malware/anuna.txt
296
%%DATADIR%%/trails/static/malware/apt_01.txt
335
%%DATADIR%%/trails/static/malware/apt_01.txt
Lines 303-316 Link Here
303
%%DATADIR%%/trails/static/malware/apt_33.txt
342
%%DATADIR%%/trails/static/malware/apt_33.txt
304
%%DATADIR%%/trails/static/malware/apt_37.txt
343
%%DATADIR%%/trails/static/malware/apt_37.txt
305
%%DATADIR%%/trails/static/malware/apt_38.txt
344
%%DATADIR%%/trails/static/malware/apt_38.txt
306
%%DATADIR%%/trails/static/malware/apt_adwind.txt
307
%%DATADIR%%/trails/static/malware/apt_aridviper.txt
345
%%DATADIR%%/trails/static/malware/apt_aridviper.txt
308
%%DATADIR%%/trails/static/malware/apt_babar.txt
346
%%DATADIR%%/trails/static/malware/apt_babar.txt
309
%%DATADIR%%/trails/static/malware/apt_bahamut.txt
347
%%DATADIR%%/trails/static/malware/apt_bahamut.txt
310
%%DATADIR%%/trails/static/malware/apt_barium.txt
348
%%DATADIR%%/trails/static/malware/apt_barium.txt
311
%%DATADIR%%/trails/static/malware/apt_bisonal.txt
349
%%DATADIR%%/trails/static/malware/apt_bisonal.txt
312
%%DATADIR%%/trails/static/malware/apt_bitter.txt
350
%%DATADIR%%/trails/static/malware/apt_bitter.txt
313
%%DATADIR%%/trails/static/malware/apt_blackenergy.txt
314
%%DATADIR%%/trails/static/malware/apt_blacktech.txt
351
%%DATADIR%%/trails/static/malware/apt_blacktech.txt
315
%%DATADIR%%/trails/static/malware/apt_blindeagle.txt
352
%%DATADIR%%/trails/static/malware/apt_blindeagle.txt
316
%%DATADIR%%/trails/static/malware/apt_blueprint.txt
353
%%DATADIR%%/trails/static/malware/apt_blueprint.txt
Lines 323-328 Link Here
323
%%DATADIR%%/trails/static/malware/apt_chafer.txt
360
%%DATADIR%%/trails/static/malware/apt_chafer.txt
324
%%DATADIR%%/trails/static/malware/apt_charmingkitten.txt
361
%%DATADIR%%/trails/static/malware/apt_charmingkitten.txt
325
%%DATADIR%%/trails/static/malware/apt_cleaver.txt
362
%%DATADIR%%/trails/static/malware/apt_cleaver.txt
363
%%DATADIR%%/trails/static/malware/apt_cloudatlas.txt
326
%%DATADIR%%/trails/static/malware/apt_cobaltdickens.txt
364
%%DATADIR%%/trails/static/malware/apt_cobaltdickens.txt
327
%%DATADIR%%/trails/static/malware/apt_commentcrew.txt
365
%%DATADIR%%/trails/static/malware/apt_commentcrew.txt
328
%%DATADIR%%/trails/static/malware/apt_copykittens.txt
366
%%DATADIR%%/trails/static/malware/apt_copykittens.txt
Lines 340-345 Link Here
340
%%DATADIR%%/trails/static/malware/apt_dragonok.txt
378
%%DATADIR%%/trails/static/malware/apt_dragonok.txt
341
%%DATADIR%%/trails/static/malware/apt_duke.txt
379
%%DATADIR%%/trails/static/malware/apt_duke.txt
342
%%DATADIR%%/trails/static/malware/apt_dustsquad.txt
380
%%DATADIR%%/trails/static/malware/apt_dustsquad.txt
381
%%DATADIR%%/trails/static/malware/apt_energeticbear.txt
343
%%DATADIR%%/trails/static/malware/apt_equationgroup.txt
382
%%DATADIR%%/trails/static/malware/apt_equationgroup.txt
344
%%DATADIR%%/trails/static/malware/apt_evapiks.txt
383
%%DATADIR%%/trails/static/malware/apt_evapiks.txt
345
%%DATADIR%%/trails/static/malware/apt_ezq.txt
384
%%DATADIR%%/trails/static/malware/apt_ezq.txt
Lines 357-363 Link Here
357
%%DATADIR%%/trails/static/malware/apt_goldmouse.txt
396
%%DATADIR%%/trails/static/malware/apt_goldmouse.txt
358
%%DATADIR%%/trails/static/malware/apt_gorgon.txt
397
%%DATADIR%%/trails/static/malware/apt_gorgon.txt
359
%%DATADIR%%/trails/static/malware/apt_gothicpanda.txt
398
%%DATADIR%%/trails/static/malware/apt_gothicpanda.txt
360
%%DATADIR%%/trails/static/malware/apt_gravityrat.txt
361
%%DATADIR%%/trails/static/malware/apt_gref.txt
399
%%DATADIR%%/trails/static/malware/apt_gref.txt
362
%%DATADIR%%/trails/static/malware/apt_greyenergy.txt
400
%%DATADIR%%/trails/static/malware/apt_greyenergy.txt
363
%%DATADIR%%/trails/static/malware/apt_groundbait.txt
401
%%DATADIR%%/trails/static/malware/apt_groundbait.txt
Lines 380-385 Link Here
380
%%DATADIR%%/trails/static/malware/apt_machete.txt
418
%%DATADIR%%/trails/static/malware/apt_machete.txt
381
%%DATADIR%%/trails/static/malware/apt_magichound.txt
419
%%DATADIR%%/trails/static/malware/apt_magichound.txt
382
%%DATADIR%%/trails/static/malware/apt_menupass.txt
420
%%DATADIR%%/trails/static/malware/apt_menupass.txt
421
%%DATADIR%%/trails/static/malware/apt_middleeast.txt
383
%%DATADIR%%/trails/static/malware/apt_miniduke.txt
422
%%DATADIR%%/trails/static/malware/apt_miniduke.txt
384
%%DATADIR%%/trails/static/malware/apt_mudcarp.txt
423
%%DATADIR%%/trails/static/malware/apt_mudcarp.txt
385
%%DATADIR%%/trails/static/malware/apt_muddywater.txt
424
%%DATADIR%%/trails/static/malware/apt_muddywater.txt
Lines 394-399 Link Here
394
%%DATADIR%%/trails/static/malware/apt_pegasus.txt
433
%%DATADIR%%/trails/static/malware/apt_pegasus.txt
395
%%DATADIR%%/trails/static/malware/apt_pkplug.txt
434
%%DATADIR%%/trails/static/malware/apt_pkplug.txt
396
%%DATADIR%%/trails/static/malware/apt_platinum.txt
435
%%DATADIR%%/trails/static/malware/apt_platinum.txt
436
%%DATADIR%%/trails/static/malware/apt_pokingthebear.txt
397
%%DATADIR%%/trails/static/malware/apt_potao.txt
437
%%DATADIR%%/trails/static/malware/apt_potao.txt
398
%%DATADIR%%/trails/static/malware/apt_quarian.txt
438
%%DATADIR%%/trails/static/malware/apt_quarian.txt
399
%%DATADIR%%/trails/static/malware/apt_quasar.txt
439
%%DATADIR%%/trails/static/malware/apt_quasar.txt
Lines 403-408 Link Here
403
%%DATADIR%%/trails/static/malware/apt_redoctober.txt
443
%%DATADIR%%/trails/static/malware/apt_redoctober.txt
404
%%DATADIR%%/trails/static/malware/apt_rnexus.txt
444
%%DATADIR%%/trails/static/malware/apt_rnexus.txt
405
%%DATADIR%%/trails/static/malware/apt_rocketman.txt
445
%%DATADIR%%/trails/static/malware/apt_rocketman.txt
446
%%DATADIR%%/trails/static/malware/apt_sandworm.txt
406
%%DATADIR%%/trails/static/malware/apt_sauron.txt
447
%%DATADIR%%/trails/static/malware/apt_sauron.txt
407
%%DATADIR%%/trails/static/malware/apt_scanbox.txt
448
%%DATADIR%%/trails/static/malware/apt_scanbox.txt
408
%%DATADIR%%/trails/static/malware/apt_scarcruft.txt
449
%%DATADIR%%/trails/static/malware/apt_scarcruft.txt
Lines 420-426 Link Here
420
%%DATADIR%%/trails/static/malware/apt_stealthfalcon.txt
461
%%DATADIR%%/trails/static/malware/apt_stealthfalcon.txt
421
%%DATADIR%%/trails/static/malware/apt_stolenpencil.txt
462
%%DATADIR%%/trails/static/malware/apt_stolenpencil.txt
422
%%DATADIR%%/trails/static/malware/apt_stonedrill.txt
463
%%DATADIR%%/trails/static/malware/apt_stonedrill.txt
464
%%DATADIR%%/trails/static/malware/apt_strongpity.txt
423
%%DATADIR%%/trails/static/malware/apt_stuxnet.txt
465
%%DATADIR%%/trails/static/malware/apt_stuxnet.txt
466
%%DATADIR%%/trails/static/malware/apt_ta2101.txt
424
%%DATADIR%%/trails/static/malware/apt_ta428.txt
467
%%DATADIR%%/trails/static/malware/apt_ta428.txt
425
%%DATADIR%%/trails/static/malware/apt_tajmahal.txt
468
%%DATADIR%%/trails/static/malware/apt_tajmahal.txt
426
%%DATADIR%%/trails/static/malware/apt_telebots.txt
469
%%DATADIR%%/trails/static/malware/apt_telebots.txt
Lines 448-453 Link Here
448
%%DATADIR%%/trails/static/malware/aspire.txt
491
%%DATADIR%%/trails/static/malware/aspire.txt
449
%%DATADIR%%/trails/static/malware/asruex.txt
492
%%DATADIR%%/trails/static/malware/asruex.txt
450
%%DATADIR%%/trails/static/malware/astaroth.txt
493
%%DATADIR%%/trails/static/malware/astaroth.txt
494
%%DATADIR%%/trails/static/malware/astrobot.txt
451
%%DATADIR%%/trails/static/malware/asyncrat.txt
495
%%DATADIR%%/trails/static/malware/asyncrat.txt
452
%%DATADIR%%/trails/static/malware/athenagorat.txt
496
%%DATADIR%%/trails/static/malware/athenagorat.txt
453
%%DATADIR%%/trails/static/malware/atilla_stealer.txt
497
%%DATADIR%%/trails/static/malware/atilla_stealer.txt
Lines 476-481 Link Here
476
%%DATADIR%%/trails/static/malware/bankpatch.txt
520
%%DATADIR%%/trails/static/malware/bankpatch.txt
477
%%DATADIR%%/trails/static/malware/banload.txt
521
%%DATADIR%%/trails/static/malware/banload.txt
478
%%DATADIR%%/trails/static/malware/banprox.txt
522
%%DATADIR%%/trails/static/malware/banprox.txt
523
%%DATADIR%%/trails/static/malware/banwarum.txt
524
%%DATADIR%%/trails/static/malware/barys.txt
479
%%DATADIR%%/trails/static/malware/bayrob.txt
525
%%DATADIR%%/trails/static/malware/bayrob.txt
480
%%DATADIR%%/trails/static/malware/beamwinhttp.txt
526
%%DATADIR%%/trails/static/malware/beamwinhttp.txt
481
%%DATADIR%%/trails/static/malware/beapy.txt
527
%%DATADIR%%/trails/static/malware/beapy.txt
Lines 486-494 Link Here
486
%%DATADIR%%/trails/static/malware/betabot.txt
532
%%DATADIR%%/trails/static/malware/betabot.txt
487
%%DATADIR%%/trails/static/malware/bezigaterat.txt
533
%%DATADIR%%/trails/static/malware/bezigaterat.txt
488
%%DATADIR%%/trails/static/malware/biskvit.txt
534
%%DATADIR%%/trails/static/malware/biskvit.txt
535
%%DATADIR%%/trails/static/malware/bitpaymer.txt
489
%%DATADIR%%/trails/static/malware/bitshifter.txt
536
%%DATADIR%%/trails/static/malware/bitshifter.txt
490
%%DATADIR%%/trails/static/malware/bizzana.txt
491
%%DATADIR%%/trails/static/malware/blackmoon.txt
537
%%DATADIR%%/trails/static/malware/blackmoon.txt
538
%%DATADIR%%/trails/static/malware/blacknet.txt
492
%%DATADIR%%/trails/static/malware/blacknixrat.txt
539
%%DATADIR%%/trails/static/malware/blacknixrat.txt
493
%%DATADIR%%/trails/static/malware/blackrat.txt
540
%%DATADIR%%/trails/static/malware/blackrat.txt
494
%%DATADIR%%/trails/static/malware/blackshades.txt
541
%%DATADIR%%/trails/static/malware/blackshades.txt
Lines 502-507 Link Here
502
%%DATADIR%%/trails/static/malware/bolik.txt
549
%%DATADIR%%/trails/static/malware/bolik.txt
503
%%DATADIR%%/trails/static/malware/bondat.txt
550
%%DATADIR%%/trails/static/malware/bondat.txt
504
%%DATADIR%%/trails/static/malware/bondnet.txt
551
%%DATADIR%%/trails/static/malware/bondnet.txt
552
%%DATADIR%%/trails/static/malware/borr_stealer.txt
505
%%DATADIR%%/trails/static/malware/bot_mikrotik.txt
553
%%DATADIR%%/trails/static/malware/bot_mikrotik.txt
506
%%DATADIR%%/trails/static/malware/bozokrat.txt
554
%%DATADIR%%/trails/static/malware/bozokrat.txt
507
%%DATADIR%%/trails/static/malware/bredolab.txt
555
%%DATADIR%%/trails/static/malware/bredolab.txt
Lines 509-514 Link Here
509
%%DATADIR%%/trails/static/malware/brushaloader.txt
557
%%DATADIR%%/trails/static/malware/brushaloader.txt
510
%%DATADIR%%/trails/static/malware/bubnix.txt
558
%%DATADIR%%/trails/static/malware/bubnix.txt
511
%%DATADIR%%/trails/static/malware/bucriv.txt
559
%%DATADIR%%/trails/static/malware/bucriv.txt
560
%%DATADIR%%/trails/static/malware/buer.txt
512
%%DATADIR%%/trails/static/malware/bulehero.txt
561
%%DATADIR%%/trails/static/malware/bulehero.txt
513
%%DATADIR%%/trails/static/malware/bunitu.txt
562
%%DATADIR%%/trails/static/malware/bunitu.txt
514
%%DATADIR%%/trails/static/malware/buran.txt
563
%%DATADIR%%/trails/static/malware/buran.txt
Lines 517-522 Link Here
517
%%DATADIR%%/trails/static/malware/cactustorch.txt
566
%%DATADIR%%/trails/static/malware/cactustorch.txt
518
%%DATADIR%%/trails/static/malware/calfbot.txt
567
%%DATADIR%%/trails/static/malware/calfbot.txt
519
%%DATADIR%%/trails/static/malware/camerashy.txt
568
%%DATADIR%%/trails/static/malware/camerashy.txt
569
%%DATADIR%%/trails/static/malware/cannibalrat.txt
520
%%DATADIR%%/trails/static/malware/capturatela.txt
570
%%DATADIR%%/trails/static/malware/capturatela.txt
521
%%DATADIR%%/trails/static/malware/carberp.txt
571
%%DATADIR%%/trails/static/malware/carberp.txt
522
%%DATADIR%%/trails/static/malware/cardinalrat.txt
572
%%DATADIR%%/trails/static/malware/cardinalrat.txt
Lines 538-545 Link Here
538
%%DATADIR%%/trails/static/malware/clientmeshrat.txt
588
%%DATADIR%%/trails/static/malware/clientmeshrat.txt
539
%%DATADIR%%/trails/static/malware/clipsa.txt
589
%%DATADIR%%/trails/static/malware/clipsa.txt
540
%%DATADIR%%/trails/static/malware/cloudatlas.txt
590
%%DATADIR%%/trails/static/malware/cloudatlas.txt
591
%%DATADIR%%/trails/static/malware/coalabot.txt
541
%%DATADIR%%/trails/static/malware/cobalt.txt
592
%%DATADIR%%/trails/static/malware/cobalt.txt
542
%%DATADIR%%/trails/static/malware/cobint.txt
593
%%DATADIR%%/trails/static/malware/cobint.txt
594
%%DATADIR%%/trails/static/malware/cometer.txt
543
%%DATADIR%%/trails/static/malware/conficker.txt
595
%%DATADIR%%/trails/static/malware/conficker.txt
544
%%DATADIR%%/trails/static/malware/contopee.txt
596
%%DATADIR%%/trails/static/malware/contopee.txt
545
%%DATADIR%%/trails/static/malware/corebot.txt
597
%%DATADIR%%/trails/static/malware/corebot.txt
Lines 561-566 Link Here
561
%%DATADIR%%/trails/static/malware/ctblocker.txt
613
%%DATADIR%%/trails/static/malware/ctblocker.txt
562
%%DATADIR%%/trails/static/malware/cutwail.txt
614
%%DATADIR%%/trails/static/malware/cutwail.txt
563
%%DATADIR%%/trails/static/malware/cybergaterat.txt
615
%%DATADIR%%/trails/static/malware/cybergaterat.txt
616
%%DATADIR%%/trails/static/malware/cythosia.txt
564
%%DATADIR%%/trails/static/malware/dailyscriptlet.txt
617
%%DATADIR%%/trails/static/malware/dailyscriptlet.txt
565
%%DATADIR%%/trails/static/malware/damoclis.txt
618
%%DATADIR%%/trails/static/malware/damoclis.txt
566
%%DATADIR%%/trails/static/malware/danabot.txt
619
%%DATADIR%%/trails/static/malware/danabot.txt
Lines 574-580 Link Here
574
%%DATADIR%%/trails/static/malware/darkware.txt
627
%%DATADIR%%/trails/static/malware/darkware.txt
575
%%DATADIR%%/trails/static/malware/dcrat.txt
628
%%DATADIR%%/trails/static/malware/dcrat.txt
576
%%DATADIR%%/trails/static/malware/defru.txt
629
%%DATADIR%%/trails/static/malware/defru.txt
577
%%DATADIR%%/trails/static/malware/delshad_ransomeware.txt
630
%%DATADIR%%/trails/static/malware/delshad_ransomware.txt
631
%%DATADIR%%/trails/static/malware/denizkizi.txt
632
%%DATADIR%%/trails/static/malware/deprimon.txt
578
%%DATADIR%%/trails/static/malware/destory.txt
633
%%DATADIR%%/trails/static/malware/destory.txt
579
%%DATADIR%%/trails/static/malware/dexter.txt
634
%%DATADIR%%/trails/static/malware/dexter.txt
580
%%DATADIR%%/trails/static/malware/diamondfoxrat.txt
635
%%DATADIR%%/trails/static/malware/diamondfoxrat.txt
Lines 592-624 Link Here
592
%%DATADIR%%/trails/static/malware/dorkbot.txt
647
%%DATADIR%%/trails/static/malware/dorkbot.txt
593
%%DATADIR%%/trails/static/malware/dorshel.txt
648
%%DATADIR%%/trails/static/malware/dorshel.txt
594
%%DATADIR%%/trails/static/malware/dorv.txt
649
%%DATADIR%%/trails/static/malware/dorv.txt
650
%%DATADIR%%/trails/static/malware/drahma.txt
595
%%DATADIR%%/trails/static/malware/drapion.txt
651
%%DATADIR%%/trails/static/malware/drapion.txt
596
%%DATADIR%%/trails/static/malware/dreambot.txt
597
%%DATADIR%%/trails/static/malware/dridex.txt
652
%%DATADIR%%/trails/static/malware/dridex.txt
598
%%DATADIR%%/trails/static/malware/dropnak.txt
653
%%DATADIR%%/trails/static/malware/dropnak.txt
599
%%DATADIR%%/trails/static/malware/dualtoy.txt
654
%%DATADIR%%/trails/static/malware/dualtoy.txt
600
%%DATADIR%%/trails/static/malware/dupzom.txt
655
%%DATADIR%%/trails/static/malware/dupzom.txt
601
%%DATADIR%%/trails/static/malware/dursg.txt
656
%%DATADIR%%/trails/static/malware/dursg.txt
602
%%DATADIR%%/trails/static/malware/dyreza.txt
657
%%DATADIR%%/trails/static/malware/dyreza.txt
603
%%DATADIR%%/trails/static/malware/ek_angler.txt
604
%%DATADIR%%/trails/static/malware/ek_fallout.txt
605
%%DATADIR%%/trails/static/malware/ek_grandsoft.txt
606
%%DATADIR%%/trails/static/malware/ek_greenflash.txt
607
%%DATADIR%%/trails/static/malware/ek_magnitude.txt
608
%%DATADIR%%/trails/static/malware/ek_neutrino.txt
609
%%DATADIR%%/trails/static/malware/ek_nuclear.txt
610
%%DATADIR%%/trails/static/malware/ek_purplefox.txt
611
%%DATADIR%%/trails/static/malware/ek_radio.txt
612
%%DATADIR%%/trails/static/malware/ek_rig.txt
613
%%DATADIR%%/trails/static/malware/ek_router.txt
614
%%DATADIR%%/trails/static/malware/ek_shade.txt
615
%%DATADIR%%/trails/static/malware/ek_spelevo.txt
616
%%DATADIR%%/trails/static/malware/ek_trillium.txt
617
%%DATADIR%%/trails/static/malware/ek_underminer.txt
618
%%DATADIR%%/trails/static/malware/elf_aidra.txt
658
%%DATADIR%%/trails/static/malware/elf_aidra.txt
619
%%DATADIR%%/trails/static/malware/elf_amnesiark.txt
659
%%DATADIR%%/trails/static/malware/elf_amnesiark.txt
620
%%DATADIR%%/trails/static/malware/elf_billgates.txt
660
%%DATADIR%%/trails/static/malware/elf_billgates.txt
621
%%DATADIR%%/trails/static/malware/elf_chalubo.txt
661
%%DATADIR%%/trails/static/malware/elf_chalubo.txt
662
%%DATADIR%%/trails/static/malware/elf_chinaz.txt
622
%%DATADIR%%/trails/static/malware/elf_coinminer.txt
663
%%DATADIR%%/trails/static/malware/elf_coinminer.txt
623
%%DATADIR%%/trails/static/malware/elf_darlloz.txt
664
%%DATADIR%%/trails/static/malware/elf_darlloz.txt
624
%%DATADIR%%/trails/static/malware/elf_ddosman.txt
665
%%DATADIR%%/trails/static/malware/elf_ddosman.txt
Lines 633-640 Link Here
633
%%DATADIR%%/trails/static/malware/elf_hajime.txt
674
%%DATADIR%%/trails/static/malware/elf_hajime.txt
634
%%DATADIR%%/trails/static/malware/elf_hellobot.txt
675
%%DATADIR%%/trails/static/malware/elf_hellobot.txt
635
%%DATADIR%%/trails/static/malware/elf_hiddenwasp.txt
676
%%DATADIR%%/trails/static/malware/elf_hiddenwasp.txt
677
%%DATADIR%%/trails/static/malware/elf_hideseek.txt
636
%%DATADIR%%/trails/static/malware/elf_httpsd.txt
678
%%DATADIR%%/trails/static/malware/elf_httpsd.txt
637
%%DATADIR%%/trails/static/malware/elf_iotreaper.txt
679
%%DATADIR%%/trails/static/malware/elf_iotreaper.txt
680
%%DATADIR%%/trails/static/malware/elf_kaiten.txt
638
%%DATADIR%%/trails/static/malware/elf_kerberods.txt
681
%%DATADIR%%/trails/static/malware/elf_kerberods.txt
639
%%DATADIR%%/trails/static/malware/elf_lady.txt
682
%%DATADIR%%/trails/static/malware/elf_lady.txt
640
%%DATADIR%%/trails/static/malware/elf_mayhem.txt
683
%%DATADIR%%/trails/static/malware/elf_mayhem.txt
Lines 648-653 Link Here
648
%%DATADIR%%/trails/static/malware/elf_qbot.txt
691
%%DATADIR%%/trails/static/malware/elf_qbot.txt
649
%%DATADIR%%/trails/static/malware/elf_ransomware.txt
692
%%DATADIR%%/trails/static/malware/elf_ransomware.txt
650
%%DATADIR%%/trails/static/malware/elf_rekoobe.txt
693
%%DATADIR%%/trails/static/malware/elf_rekoobe.txt
694
%%DATADIR%%/trails/static/malware/elf_roboto.txt
651
%%DATADIR%%/trails/static/malware/elf_routex.txt
695
%%DATADIR%%/trails/static/malware/elf_routex.txt
652
%%DATADIR%%/trails/static/malware/elf_shelldos.txt
696
%%DATADIR%%/trails/static/malware/elf_shelldos.txt
653
%%DATADIR%%/trails/static/malware/elf_skidmap.txt
697
%%DATADIR%%/trails/static/malware/elf_skidmap.txt
Lines 664-679 Link Here
664
%%DATADIR%%/trails/static/malware/elf_xorddos.txt
708
%%DATADIR%%/trails/static/malware/elf_xorddos.txt
665
%%DATADIR%%/trails/static/malware/elpman.txt
709
%%DATADIR%%/trails/static/malware/elpman.txt
666
%%DATADIR%%/trails/static/malware/email_stealer.txt
710
%%DATADIR%%/trails/static/malware/email_stealer.txt
711
%%DATADIR%%/trails/static/malware/emdivi.txt
667
%%DATADIR%%/trails/static/malware/emogen.txt
712
%%DATADIR%%/trails/static/malware/emogen.txt
668
%%DATADIR%%/trails/static/malware/emotet.txt
713
%%DATADIR%%/trails/static/malware/emotet.txt
669
%%DATADIR%%/trails/static/malware/empirerat.txt
714
%%DATADIR%%/trails/static/malware/empirerat.txt
670
%%DATADIR%%/trails/static/malware/eredel.txt
715
%%DATADIR%%/trails/static/malware/eredel_stealer.txt
671
%%DATADIR%%/trails/static/malware/escelar.txt
716
%%DATADIR%%/trails/static/malware/escelar.txt
672
%%DATADIR%%/trails/static/malware/esfur.txt
717
%%DATADIR%%/trails/static/malware/esfur.txt
673
%%DATADIR%%/trails/static/malware/evilbunny.txt
718
%%DATADIR%%/trails/static/malware/evilbunny.txt
674
%%DATADIR%%/trails/static/malware/evilgrab.txt
719
%%DATADIR%%/trails/static/malware/evilgrab.txt
675
%%DATADIR%%/trails/static/malware/evilnum.txt
720
%%DATADIR%%/trails/static/malware/evilnum.txt
676
%%DATADIR%%/trails/static/malware/evoltinpos.txt
721
%%DATADIR%%/trails/static/malware/evoltinpos.txt
722
%%DATADIR%%/trails/static/malware/evrial_stealer.txt
677
%%DATADIR%%/trails/static/malware/expiro.txt
723
%%DATADIR%%/trails/static/malware/expiro.txt
678
%%DATADIR%%/trails/static/malware/fakben.txt
724
%%DATADIR%%/trails/static/malware/fakben.txt
679
%%DATADIR%%/trails/static/malware/fakeadobe.txt
725
%%DATADIR%%/trails/static/malware/fakeadobe.txt
Lines 697-703 Link Here
697
%%DATADIR%%/trails/static/malware/fnumbot.txt
743
%%DATADIR%%/trails/static/malware/fnumbot.txt
698
%%DATADIR%%/trails/static/malware/fobber.txt
744
%%DATADIR%%/trails/static/malware/fobber.txt
699
%%DATADIR%%/trails/static/malware/formbook.txt
745
%%DATADIR%%/trails/static/malware/formbook.txt
700
%%DATADIR%%/trails/static/malware/forshare.txt
701
%%DATADIR%%/trails/static/malware/fox.txt
746
%%DATADIR%%/trails/static/malware/fox.txt
702
%%DATADIR%%/trails/static/malware/fox_stealer.txt
747
%%DATADIR%%/trails/static/malware/fox_stealer.txt
703
%%DATADIR%%/trails/static/malware/frankenstein.txt
748
%%DATADIR%%/trails/static/malware/frankenstein.txt
Lines 708-722 Link Here
708
%%DATADIR%%/trails/static/malware/fynloski.txt
753
%%DATADIR%%/trails/static/malware/fynloski.txt
709
%%DATADIR%%/trails/static/malware/fysna.txt
754
%%DATADIR%%/trails/static/malware/fysna.txt
710
%%DATADIR%%/trails/static/malware/gamapos.txt
755
%%DATADIR%%/trails/static/malware/gamapos.txt
711
%%DATADIR%%/trails/static/malware/gamarue.txt
712
%%DATADIR%%/trails/static/malware/gandcrab.txt
756
%%DATADIR%%/trails/static/malware/gandcrab.txt
713
%%DATADIR%%/trails/static/malware/gauss.txt
757
%%DATADIR%%/trails/static/malware/gauss.txt
714
%%DATADIR%%/trails/static/malware/gbot.txt
758
%%DATADIR%%/trails/static/malware/gbot.txt
715
%%DATADIR%%/trails/static/malware/generic.txt
759
%%DATADIR%%/trails/static/malware/generic.txt
716
%%DATADIR%%/trails/static/malware/germanwiper.txt
760
%%DATADIR%%/trails/static/malware/germanwiper.txt
717
%%DATADIR%%/trails/static/malware/gh0strat.txt
761
%%DATADIR%%/trails/static/malware/gh0strat.txt
762
%%DATADIR%%/trails/static/malware/ghost_miner.txt
718
%%DATADIR%%/trails/static/malware/ghostdns.txt
763
%%DATADIR%%/trails/static/malware/ghostdns.txt
719
%%DATADIR%%/trails/static/malware/ghostminer.txt
720
%%DATADIR%%/trails/static/malware/glitchpos.txt
764
%%DATADIR%%/trails/static/malware/glitchpos.txt
721
%%DATADIR%%/trails/static/malware/globeimposter.txt
765
%%DATADIR%%/trails/static/malware/globeimposter.txt
722
%%DATADIR%%/trails/static/malware/glupteba.txt
766
%%DATADIR%%/trails/static/malware/glupteba.txt
Lines 726-733 Link Here
726
%%DATADIR%%/trails/static/malware/goldbrute.txt
770
%%DATADIR%%/trails/static/malware/goldbrute.txt
727
%%DATADIR%%/trails/static/malware/golroted.txt
771
%%DATADIR%%/trails/static/malware/golroted.txt
728
%%DATADIR%%/trails/static/malware/gootkit.txt
772
%%DATADIR%%/trails/static/malware/gootkit.txt
729
%%DATADIR%%/trails/static/malware/gozi.txt
730
%%DATADIR%%/trails/static/malware/grand_stealer.txt
773
%%DATADIR%%/trails/static/malware/grand_stealer.txt
774
%%DATADIR%%/trails/static/malware/grandoreiro.txt
775
%%DATADIR%%/trails/static/malware/gravityrat.txt
731
%%DATADIR%%/trails/static/malware/greamerat.txt
776
%%DATADIR%%/trails/static/malware/greamerat.txt
732
%%DATADIR%%/trails/static/malware/gruntstager.txt
777
%%DATADIR%%/trails/static/malware/gruntstager.txt
733
%%DATADIR%%/trails/static/malware/gtbot.txt
778
%%DATADIR%%/trails/static/malware/gtbot.txt
Lines 737-743 Link Here
737
%%DATADIR%%/trails/static/malware/hawkball.txt
782
%%DATADIR%%/trails/static/malware/hawkball.txt
738
%%DATADIR%%/trails/static/malware/hawkeye.txt
783
%%DATADIR%%/trails/static/malware/hawkeye.txt
739
%%DATADIR%%/trails/static/malware/helompy.txt
784
%%DATADIR%%/trails/static/malware/helompy.txt
740
%%DATADIR%%/trails/static/malware/hexmen.txt
785
%%DATADIR%%/trails/static/malware/heodo_stealer.txt
741
%%DATADIR%%/trails/static/malware/hiddenbee.txt
786
%%DATADIR%%/trails/static/malware/hiddenbee.txt
742
%%DATADIR%%/trails/static/malware/hiddenbeer.txt
787
%%DATADIR%%/trails/static/malware/hiddenbeer.txt
743
%%DATADIR%%/trails/static/malware/hiddencobra.txt
788
%%DATADIR%%/trails/static/malware/hiddencobra.txt
Lines 745-750 Link Here
745
%%DATADIR%%/trails/static/malware/hiloti.txt
790
%%DATADIR%%/trails/static/malware/hiloti.txt
746
%%DATADIR%%/trails/static/malware/hinired.txt
791
%%DATADIR%%/trails/static/malware/hinired.txt
747
%%DATADIR%%/trails/static/malware/hisoka.txt
792
%%DATADIR%%/trails/static/malware/hisoka.txt
793
%%DATADIR%%/trails/static/malware/hollow_miner.txt
748
%%DATADIR%%/trails/static/malware/honeybee.txt
794
%%DATADIR%%/trails/static/malware/honeybee.txt
749
%%DATADIR%%/trails/static/malware/hoplight.txt
795
%%DATADIR%%/trails/static/malware/hoplight.txt
750
%%DATADIR%%/trails/static/malware/houdini.txt
796
%%DATADIR%%/trails/static/malware/houdini.txt
Lines 778-794 Link Here
778
%%DATADIR%%/trails/static/malware/jigsaw.txt
824
%%DATADIR%%/trails/static/malware/jigsaw.txt
779
%%DATADIR%%/trails/static/malware/jrat.txt
825
%%DATADIR%%/trails/static/malware/jrat.txt
780
%%DATADIR%%/trails/static/malware/jripbot.txt
826
%%DATADIR%%/trails/static/malware/jripbot.txt
781
%%DATADIR%%/trails/static/malware/jsocket.txt
827
%%DATADIR%%/trails/static/malware/jsoutprox.txt
828
%%DATADIR%%/trails/static/malware/jssloader.txt
782
%%DATADIR%%/trails/static/malware/karkoff.txt
829
%%DATADIR%%/trails/static/malware/karkoff.txt
783
%%DATADIR%%/trails/static/malware/kasidet.txt
830
%%DATADIR%%/trails/static/malware/kasidet.txt
784
%%DATADIR%%/trails/static/malware/kazy.txt
831
%%DATADIR%%/trails/static/malware/kazy.txt
832
%%DATADIR%%/trails/static/malware/kbot.txt
785
%%DATADIR%%/trails/static/malware/kegotip.txt
833
%%DATADIR%%/trails/static/malware/kegotip.txt
834
%%DATADIR%%/trails/static/malware/keitaro.txt
786
%%DATADIR%%/trails/static/malware/kelihos.txt
835
%%DATADIR%%/trails/static/malware/kelihos.txt
787
%%DATADIR%%/trails/static/malware/keybase.txt
836
%%DATADIR%%/trails/static/malware/keybase.txt
788
%%DATADIR%%/trails/static/malware/khrat.txt
837
%%DATADIR%%/trails/static/malware/khrat.txt
789
%%DATADIR%%/trails/static/malware/killrabbit.txt
838
%%DATADIR%%/trails/static/malware/killrabbit.txt
790
%%DATADIR%%/trails/static/malware/killua.txt
839
%%DATADIR%%/trails/static/malware/killua.txt
791
%%DATADIR%%/trails/static/malware/kingminer.txt
840
%%DATADIR%%/trails/static/malware/king_miner.txt
792
%%DATADIR%%/trails/static/malware/kingslayer.txt
841
%%DATADIR%%/trails/static/malware/kingslayer.txt
793
%%DATADIR%%/trails/static/malware/kjw0rm.txt
842
%%DATADIR%%/trails/static/malware/kjw0rm.txt
794
%%DATADIR%%/trails/static/malware/kolab.txt
843
%%DATADIR%%/trails/static/malware/kolab.txt
Lines 801-813 Link Here
801
%%DATADIR%%/trails/static/malware/kradellsh.txt
850
%%DATADIR%%/trails/static/malware/kradellsh.txt
802
%%DATADIR%%/trails/static/malware/kromagent.txt
851
%%DATADIR%%/trails/static/malware/kromagent.txt
803
%%DATADIR%%/trails/static/malware/kronos.txt
852
%%DATADIR%%/trails/static/malware/kronos.txt
853
%%DATADIR%%/trails/static/malware/krown_stealer.txt
804
%%DATADIR%%/trails/static/malware/krugbot.txt
854
%%DATADIR%%/trails/static/malware/krugbot.txt
805
%%DATADIR%%/trails/static/malware/krypton_stealer.txt
855
%%DATADIR%%/trails/static/malware/krypton_stealer.txt
806
%%DATADIR%%/trails/static/malware/kuagominer.txt
856
%%DATADIR%%/trails/static/malware/kuago_miner.txt
807
%%DATADIR%%/trails/static/malware/kulekmoko.txt
857
%%DATADIR%%/trails/static/malware/kulekmoko.txt
808
%%DATADIR%%/trails/static/malware/l0rdix.txt
858
%%DATADIR%%/trails/static/malware/l0rdix.txt
809
%%DATADIR%%/trails/static/malware/ladon.txt
859
%%DATADIR%%/trails/static/malware/ladon.txt
860
%%DATADIR%%/trails/static/malware/lampion.txt
810
%%DATADIR%%/trails/static/malware/latentbot.txt
861
%%DATADIR%%/trails/static/malware/latentbot.txt
862
%%DATADIR%%/trails/static/malware/legion_loader.txt
811
%%DATADIR%%/trails/static/malware/limerat.txt
863
%%DATADIR%%/trails/static/malware/limerat.txt
812
%%DATADIR%%/trails/static/malware/litehttp.txt
864
%%DATADIR%%/trails/static/malware/litehttp.txt
813
%%DATADIR%%/trails/static/malware/loadpcbanker.txt
865
%%DATADIR%%/trails/static/malware/loadpcbanker.txt
Lines 819-842 Link Here
819
%%DATADIR%%/trails/static/malware/loocipher.txt
871
%%DATADIR%%/trails/static/malware/loocipher.txt
820
%%DATADIR%%/trails/static/malware/loopbackrat.txt
872
%%DATADIR%%/trails/static/malware/loopbackrat.txt
821
%%DATADIR%%/trails/static/malware/lostdoorrat.txt
873
%%DATADIR%%/trails/static/malware/lostdoorrat.txt
822
%%DATADIR%%/trails/static/malware/loudminer.txt
874
%%DATADIR%%/trails/static/malware/loud_miner.txt
875
%%DATADIR%%/trails/static/malware/lucifer.txt
823
%%DATADIR%%/trails/static/malware/lucky.txt
876
%%DATADIR%%/trails/static/malware/lucky.txt
824
%%DATADIR%%/trails/static/malware/luckycat.txt
877
%%DATADIR%%/trails/static/malware/luckycat.txt
825
%%DATADIR%%/trails/static/malware/luminositylinkrat.txt
878
%%DATADIR%%/trails/static/malware/luminositylinkrat.txt
826
%%DATADIR%%/trails/static/malware/luoxk.txt
879
%%DATADIR%%/trails/static/malware/luoxk.txt
827
%%DATADIR%%/trails/static/malware/luxnetrat.txt
880
%%DATADIR%%/trails/static/malware/luxnetrat.txt
828
%%DATADIR%%/trails/static/malware/madominer.txt
881
%%DATADIR%%/trails/static/malware/mado_miner.txt
829
%%DATADIR%%/trails/static/malware/magentocore.txt
830
%%DATADIR%%/trails/static/malware/magicpos.txt
882
%%DATADIR%%/trails/static/malware/magicpos.txt
831
%%DATADIR%%/trails/static/malware/magniber.txt
883
%%DATADIR%%/trails/static/malware/magniber.txt
832
%%DATADIR%%/trails/static/malware/majikpos.txt
884
%%DATADIR%%/trails/static/malware/majikpos.txt
833
%%DATADIR%%/trails/static/malware/malwaremustdie.org.csv
885
%%DATADIR%%/trails/static/malware/malwaremustdie.org.csv
834
%%DATADIR%%/trails/static/malware/mambashim.txt
886
%%DATADIR%%/trails/static/malware/mambashim.txt
887
%%DATADIR%%/trails/static/malware/manabot.txt
835
%%DATADIR%%/trails/static/malware/mancsyn.txt
888
%%DATADIR%%/trails/static/malware/mancsyn.txt
889
%%DATADIR%%/trails/static/malware/mandaph.txt
836
%%DATADIR%%/trails/static/malware/maplebot.txt
890
%%DATADIR%%/trails/static/malware/maplebot.txt
837
%%DATADIR%%/trails/static/malware/marap.txt
891
%%DATADIR%%/trails/static/malware/marap.txt
892
%%DATADIR%%/trails/static/malware/mariposa.txt
838
%%DATADIR%%/trails/static/malware/marmoolak.txt
893
%%DATADIR%%/trails/static/malware/marmoolak.txt
839
%%DATADIR%%/trails/static/malware/marsjoke.txt
894
%%DATADIR%%/trails/static/malware/marsjoke.txt
895
%%DATADIR%%/trails/static/malware/marut.txt
840
%%DATADIR%%/trails/static/malware/masad_stealer.txt
896
%%DATADIR%%/trails/static/malware/masad_stealer.txt
841
%%DATADIR%%/trails/static/malware/mastermana.txt
897
%%DATADIR%%/trails/static/malware/mastermana.txt
842
%%DATADIR%%/trails/static/malware/matrix.txt
898
%%DATADIR%%/trails/static/malware/matrix.txt
Lines 847-852 Link Here
847
%%DATADIR%%/trails/static/malware/medbot.txt
903
%%DATADIR%%/trails/static/malware/medbot.txt
848
%%DATADIR%%/trails/static/malware/medusahttp.txt
904
%%DATADIR%%/trails/static/malware/medusahttp.txt
849
%%DATADIR%%/trails/static/malware/megacortex.txt
905
%%DATADIR%%/trails/static/malware/megacortex.txt
906
%%DATADIR%%/trails/static/malware/megalodonhttprat.txt
850
%%DATADIR%%/trails/static/malware/megaopac.txt
907
%%DATADIR%%/trails/static/malware/megaopac.txt
851
%%DATADIR%%/trails/static/malware/megumin.txt
908
%%DATADIR%%/trails/static/malware/megumin.txt
852
%%DATADIR%%/trails/static/malware/mekotio.txt
909
%%DATADIR%%/trails/static/malware/mekotio.txt
Lines 855-869 Link Here
855
%%DATADIR%%/trails/static/malware/metamorfo.txt
912
%%DATADIR%%/trails/static/malware/metamorfo.txt
856
%%DATADIR%%/trails/static/malware/midie.txt
913
%%DATADIR%%/trails/static/malware/midie.txt
857
%%DATADIR%%/trails/static/malware/milkyboy.txt
914
%%DATADIR%%/trails/static/malware/milkyboy.txt
915
%%DATADIR%%/trails/static/malware/millionware.txt
858
%%DATADIR%%/trails/static/malware/minotaur.txt
916
%%DATADIR%%/trails/static/malware/minotaur.txt
859
%%DATADIR%%/trails/static/malware/misogow.txt
917
%%DATADIR%%/trails/static/malware/misogow.txt
918
%%DATADIR%%/trails/static/malware/mispadu.txt
860
%%DATADIR%%/trails/static/malware/miuref.txt
919
%%DATADIR%%/trails/static/malware/miuref.txt
861
%%DATADIR%%/trails/static/malware/modirat.txt
920
%%DATADIR%%/trails/static/malware/modirat.txt
862
%%DATADIR%%/trails/static/malware/modpos.txt
921
%%DATADIR%%/trails/static/malware/modpos.txt
922
%%DATADIR%%/trails/static/malware/monero_backdoor.txt
863
%%DATADIR%%/trails/static/malware/monsterinstall.txt
923
%%DATADIR%%/trails/static/malware/monsterinstall.txt
864
%%DATADIR%%/trails/static/malware/moonlight.txt
924
%%DATADIR%%/trails/static/malware/moonlight.txt
865
%%DATADIR%%/trails/static/malware/moreeggs.txt
925
%%DATADIR%%/trails/static/malware/moreeggs.txt
866
%%DATADIR%%/trails/static/malware/morto.txt
926
%%DATADIR%%/trails/static/malware/morto.txt
927
%%DATADIR%%/trails/static/malware/morty_stealer.txt
867
%%DATADIR%%/trails/static/malware/muhstik.txt
928
%%DATADIR%%/trails/static/malware/muhstik.txt
868
%%DATADIR%%/trails/static/malware/mysticalnet.txt
929
%%DATADIR%%/trails/static/malware/mysticalnet.txt
869
%%DATADIR%%/trails/static/malware/nampohyu.txt
930
%%DATADIR%%/trails/static/malware/nampohyu.txt
Lines 892-899 Link Here
892
%%DATADIR%%/trails/static/malware/nodersok.txt
953
%%DATADIR%%/trails/static/malware/nodersok.txt
893
%%DATADIR%%/trails/static/malware/nonbolqu.txt
954
%%DATADIR%%/trails/static/malware/nonbolqu.txt
894
%%DATADIR%%/trails/static/malware/notpetya.txt
955
%%DATADIR%%/trails/static/malware/notpetya.txt
956
%%DATADIR%%/trails/static/malware/notrobin.txt
895
%%DATADIR%%/trails/static/malware/novaloader.txt
957
%%DATADIR%%/trails/static/malware/novaloader.txt
896
%%DATADIR%%/trails/static/malware/novelminer.txt
958
%%DATADIR%%/trails/static/malware/novel_miner.txt
897
%%DATADIR%%/trails/static/malware/novobot.txt
959
%%DATADIR%%/trails/static/malware/novobot.txt
898
%%DATADIR%%/trails/static/malware/novter.txt
960
%%DATADIR%%/trails/static/malware/novter.txt
899
%%DATADIR%%/trails/static/malware/nozelesn.txt
961
%%DATADIR%%/trails/static/malware/nozelesn.txt
Lines 908-913 Link Here
908
%%DATADIR%%/trails/static/malware/optima.txt
970
%%DATADIR%%/trails/static/malware/optima.txt
909
%%DATADIR%%/trails/static/malware/orcusrat.txt
971
%%DATADIR%%/trails/static/malware/orcusrat.txt
910
%%DATADIR%%/trails/static/malware/oski_stealer.txt
972
%%DATADIR%%/trails/static/malware/oski_stealer.txt
973
%%DATADIR%%/trails/static/malware/ostap.txt
974
%%DATADIR%%/trails/static/malware/osx_bundlore.txt
911
%%DATADIR%%/trails/static/malware/osx_coinminer.txt
975
%%DATADIR%%/trails/static/malware/osx_coinminer.txt
912
%%DATADIR%%/trails/static/malware/osx_coldroot.txt
976
%%DATADIR%%/trails/static/malware/osx_coldroot.txt
913
%%DATADIR%%/trails/static/malware/osx_generic.txt
977
%%DATADIR%%/trails/static/malware/osx_generic.txt
Lines 924-953 Link Here
924
%%DATADIR%%/trails/static/malware/osx_proton.txt
988
%%DATADIR%%/trails/static/malware/osx_proton.txt
925
%%DATADIR%%/trails/static/malware/osx_salgorea.txt
989
%%DATADIR%%/trails/static/malware/osx_salgorea.txt
926
%%DATADIR%%/trails/static/malware/osx_shlayer.txt
990
%%DATADIR%%/trails/static/malware/osx_shlayer.txt
927
%%DATADIR%%/trails/static/malware/osx_tarmac.txt
928
%%DATADIR%%/trails/static/malware/osx_trikster.txt
991
%%DATADIR%%/trails/static/malware/osx_trikster.txt
929
%%DATADIR%%/trails/static/malware/osx_wirelurker.txt
992
%%DATADIR%%/trails/static/malware/osx_wirelurker.txt
930
%%DATADIR%%/trails/static/malware/padcrypt.txt
993
%%DATADIR%%/trails/static/malware/padcrypt.txt
931
%%DATADIR%%/trails/static/malware/palevo.txt
932
%%DATADIR%%/trails/static/malware/pandabanker.txt
994
%%DATADIR%%/trails/static/malware/pandabanker.txt
995
%%DATADIR%%/trails/static/malware/paradoxrat.txt
996
%%DATADIR%%/trails/static/malware/parallax.txt
933
%%DATADIR%%/trails/static/malware/parasitehttprat.txt
997
%%DATADIR%%/trails/static/malware/parasitehttprat.txt
998
%%DATADIR%%/trails/static/malware/patchbrowse.txt
934
%%DATADIR%%/trails/static/malware/paycrypt.txt
999
%%DATADIR%%/trails/static/malware/paycrypt.txt
935
%%DATADIR%%/trails/static/malware/pcastle.txt
1000
%%DATADIR%%/trails/static/malware/pcastle.txt
936
%%DATADIR%%/trails/static/malware/pcshare.txt
1001
%%DATADIR%%/trails/static/malware/pcshare.txt
937
%%DATADIR%%/trails/static/malware/pdfjsc.txt
1002
%%DATADIR%%/trails/static/malware/pdfjsc.txt
938
%%DATADIR%%/trails/static/malware/pepperat.txt
1003
%%DATADIR%%/trails/static/malware/pepperat.txt
939
%%DATADIR%%/trails/static/malware/peppyrat.txt
1004
%%DATADIR%%/trails/static/malware/peppyrat.txt
1005
%%DATADIR%%/trails/static/malware/perl_shellbot.txt
940
%%DATADIR%%/trails/static/malware/perseusrat.txt
1006
%%DATADIR%%/trails/static/malware/perseusrat.txt
941
%%DATADIR%%/trails/static/malware/petya.txt
1007
%%DATADIR%%/trails/static/malware/petya.txt
942
%%DATADIR%%/trails/static/malware/pghost.txt
1008
%%DATADIR%%/trails/static/malware/pghost.txt
943
%%DATADIR%%/trails/static/malware/phoenix_stealer.txt
1009
%%DATADIR%%/trails/static/malware/phoenix_stealer.txt
944
%%DATADIR%%/trails/static/malware/phorpiex.txt
1010
%%DATADIR%%/trails/static/malware/phorpiex.txt
945
%%DATADIR%%/trails/static/malware/photominer.txt
1011
%%DATADIR%%/trails/static/malware/photo_miner.txt
946
%%DATADIR%%/trails/static/malware/phpstudyghost.txt
1012
%%DATADIR%%/trails/static/malware/phpstudyghost.txt
947
%%DATADIR%%/trails/static/malware/phytob.txt
1013
%%DATADIR%%/trails/static/malware/phytob.txt
948
%%DATADIR%%/trails/static/malware/picgoo.txt
1014
%%DATADIR%%/trails/static/malware/picgoo.txt
949
%%DATADIR%%/trails/static/malware/pift.txt
1015
%%DATADIR%%/trails/static/malware/pift.txt
950
%%DATADIR%%/trails/static/malware/pinkslipbot.txt
1016
%%DATADIR%%/trails/static/malware/pinkslipbot.txt
1017
%%DATADIR%%/trails/static/malware/pipka.txt
951
%%DATADIR%%/trails/static/malware/piratematryoshka.txt
1018
%%DATADIR%%/trails/static/malware/piratematryoshka.txt
952
%%DATADIR%%/trails/static/malware/piritebot.txt
1019
%%DATADIR%%/trails/static/malware/piritebot.txt
953
%%DATADIR%%/trails/static/malware/plasmarat.txt
1020
%%DATADIR%%/trails/static/malware/plasmarat.txt
Lines 955-963 Link Here
955
%%DATADIR%%/trails/static/malware/plugx.txt
1022
%%DATADIR%%/trails/static/malware/plugx.txt
956
%%DATADIR%%/trails/static/malware/plurox.txt
1023
%%DATADIR%%/trails/static/malware/plurox.txt
957
%%DATADIR%%/trails/static/malware/poisonivy.txt
1024
%%DATADIR%%/trails/static/malware/poisonivy.txt
1025
%%DATADIR%%/trails/static/malware/poisonrat.txt
958
%%DATADIR%%/trails/static/malware/ponmocup.txt
1026
%%DATADIR%%/trails/static/malware/ponmocup.txt
959
%%DATADIR%%/trails/static/malware/pony_stealer.txt
960
%%DATADIR%%/trails/static/malware/posh.txt
961
%%DATADIR%%/trails/static/malware/poshcoder.txt
1027
%%DATADIR%%/trails/static/malware/poshcoder.txt
962
%%DATADIR%%/trails/static/malware/pots.txt
1028
%%DATADIR%%/trails/static/malware/pots.txt
963
%%DATADIR%%/trails/static/malware/powelike.txt
1029
%%DATADIR%%/trails/static/malware/powelike.txt
Lines 965-984 Link Here
965
%%DATADIR%%/trails/static/malware/powershell_injector.txt
1031
%%DATADIR%%/trails/static/malware/powershell_injector.txt
966
%%DATADIR%%/trails/static/malware/predatory.txt
1032
%%DATADIR%%/trails/static/malware/predatory.txt
967
%%DATADIR%%/trails/static/malware/proced.txt
1033
%%DATADIR%%/trails/static/malware/proced.txt
1034
%%DATADIR%%/trails/static/malware/propagate.txt
1035
%%DATADIR%%/trails/static/malware/prorat.txt
968
%%DATADIR%%/trails/static/malware/proslikefan.txt
1036
%%DATADIR%%/trails/static/malware/proslikefan.txt
1037
%%DATADIR%%/trails/static/malware/prostoclipper.txt
969
%%DATADIR%%/trails/static/malware/prostoloader.txt
1038
%%DATADIR%%/trails/static/malware/prostoloader.txt
1039
%%DATADIR%%/trails/static/malware/protonbot.txt
970
%%DATADIR%%/trails/static/malware/prowli.txt
1040
%%DATADIR%%/trails/static/malware/prowli.txt
971
%%DATADIR%%/trails/static/malware/proxyback.txt
1041
%%DATADIR%%/trails/static/malware/proxyback.txt
972
%%DATADIR%%/trails/static/malware/psixbot.txt
1042
%%DATADIR%%/trails/static/malware/psixbot.txt
973
%%DATADIR%%/trails/static/malware/punisherrat.txt
1043
%%DATADIR%%/trails/static/malware/punisherrat.txt
1044
%%DATADIR%%/trails/static/malware/pupyrat.txt
1045
%%DATADIR%%/trails/static/malware/purplefox.txt
974
%%DATADIR%%/trails/static/malware/pushdo.txt
1046
%%DATADIR%%/trails/static/malware/pushdo.txt
975
%%DATADIR%%/trails/static/malware/pykspa.txt
1047
%%DATADIR%%/trails/static/malware/pykspa.txt
976
%%DATADIR%%/trails/static/malware/pyleet.txt
1048
%%DATADIR%%/trails/static/malware/pyleet.txt
977
%%DATADIR%%/trails/static/malware/pylocky.txt
1049
%%DATADIR%%/trails/static/malware/pylocky.txt
1050
%%DATADIR%%/trails/static/malware/pypi_backdoor.txt
978
%%DATADIR%%/trails/static/malware/pyrogenic.txt
1051
%%DATADIR%%/trails/static/malware/pyrogenic.txt
1052
%%DATADIR%%/trails/static/malware/python_injector.txt
979
%%DATADIR%%/trails/static/malware/python_xwo.txt
1053
%%DATADIR%%/trails/static/malware/python_xwo.txt
1054
%%DATADIR%%/trails/static/malware/pyxierat.txt
980
%%DATADIR%%/trails/static/malware/qakbot.txt
1055
%%DATADIR%%/trails/static/malware/qakbot.txt
981
%%DATADIR%%/trails/static/malware/qbot.txt
982
%%DATADIR%%/trails/static/malware/qeallerrat.txt
1056
%%DATADIR%%/trails/static/malware/qeallerrat.txt
983
%%DATADIR%%/trails/static/malware/qrat.txt
1057
%%DATADIR%%/trails/static/malware/qrat.txt
984
%%DATADIR%%/trails/static/malware/quadagent.txt
1058
%%DATADIR%%/trails/static/malware/quadagent.txt
Lines 988-993 Link Here
988
%%DATADIR%%/trails/static/malware/qulab_stealer.txt
1062
%%DATADIR%%/trails/static/malware/qulab_stealer.txt
989
%%DATADIR%%/trails/static/malware/raasberry.txt
1063
%%DATADIR%%/trails/static/malware/raasberry.txt
990
%%DATADIR%%/trails/static/malware/raccoon.txt
1064
%%DATADIR%%/trails/static/malware/raccoon.txt
1065
%%DATADIR%%/trails/static/malware/ragnarok.txt
991
%%DATADIR%%/trails/static/malware/rajump.txt
1066
%%DATADIR%%/trails/static/malware/rajump.txt
992
%%DATADIR%%/trails/static/malware/rakhni.txt
1067
%%DATADIR%%/trails/static/malware/rakhni.txt
993
%%DATADIR%%/trails/static/malware/ramdo.txt
1068
%%DATADIR%%/trails/static/malware/ramdo.txt
Lines 1025-1031 Link Here
1025
%%DATADIR%%/trails/static/malware/saefkorat.txt
1100
%%DATADIR%%/trails/static/malware/saefkorat.txt
1026
%%DATADIR%%/trails/static/malware/sage.txt
1101
%%DATADIR%%/trails/static/malware/sage.txt
1027
%%DATADIR%%/trails/static/malware/sakabota.txt
1102
%%DATADIR%%/trails/static/malware/sakabota.txt
1028
%%DATADIR%%/trails/static/malware/sakari.txt
1103
%%DATADIR%%/trails/static/malware/sakari_stealer.txt
1029
%%DATADIR%%/trails/static/malware/sakurel.txt
1104
%%DATADIR%%/trails/static/malware/sakurel.txt
1030
%%DATADIR%%/trails/static/malware/sality.txt
1105
%%DATADIR%%/trails/static/malware/sality.txt
1031
%%DATADIR%%/trails/static/malware/samsam.txt
1106
%%DATADIR%%/trails/static/malware/samsam.txt
Lines 1037-1042 Link Here
1037
%%DATADIR%%/trails/static/malware/scranos.txt
1112
%%DATADIR%%/trails/static/malware/scranos.txt
1038
%%DATADIR%%/trails/static/malware/sdbot.txt
1113
%%DATADIR%%/trails/static/malware/sdbot.txt
1039
%%DATADIR%%/trails/static/malware/seaduke.txt
1114
%%DATADIR%%/trails/static/malware/seaduke.txt
1115
%%DATADIR%%/trails/static/malware/sectoprat.txt
1040
%%DATADIR%%/trails/static/malware/sefnit.txt
1116
%%DATADIR%%/trails/static/malware/sefnit.txt
1041
%%DATADIR%%/trails/static/malware/selfdel.txt
1117
%%DATADIR%%/trails/static/malware/selfdel.txt
1042
%%DATADIR%%/trails/static/malware/severe.txt
1118
%%DATADIR%%/trails/static/malware/severe.txt
Lines 1054-1062 Link Here
1054
%%DATADIR%%/trails/static/malware/simda.txt
1130
%%DATADIR%%/trails/static/malware/simda.txt
1055
%%DATADIR%%/trails/static/malware/sinkhole_360netlab.txt
1131
%%DATADIR%%/trails/static/malware/sinkhole_360netlab.txt
1056
%%DATADIR%%/trails/static/malware/sinkhole_abuse.txt
1132
%%DATADIR%%/trails/static/malware/sinkhole_abuse.txt
1057
%%DATADIR%%/trails/static/malware/sinkhole_anubis.txt
1058
%%DATADIR%%/trails/static/malware/sinkhole_arbor.txt
1133
%%DATADIR%%/trails/static/malware/sinkhole_arbor.txt
1059
%%DATADIR%%/trails/static/malware/sinkhole_bitdefender.txt
1134
%%DATADIR%%/trails/static/malware/sinkhole_bitdefender.txt
1135
%%DATADIR%%/trails/static/malware/sinkhole_bitsight.txt
1060
%%DATADIR%%/trails/static/malware/sinkhole_blacklab.txt
1136
%%DATADIR%%/trails/static/malware/sinkhole_blacklab.txt
1061
%%DATADIR%%/trails/static/malware/sinkhole_bomccss.txt
1137
%%DATADIR%%/trails/static/malware/sinkhole_bomccss.txt
1062
%%DATADIR%%/trails/static/malware/sinkhole_botnethunter.txt
1138
%%DATADIR%%/trails/static/malware/sinkhole_botnethunter.txt
Lines 1076-1097 Link Here
1076
%%DATADIR%%/trails/static/malware/sinkhole_dyre.txt
1152
%%DATADIR%%/trails/static/malware/sinkhole_dyre.txt
1077
%%DATADIR%%/trails/static/malware/sinkhole_farsight.txt
1153
%%DATADIR%%/trails/static/malware/sinkhole_farsight.txt
1078
%%DATADIR%%/trails/static/malware/sinkhole_fbizeus.txt
1154
%%DATADIR%%/trails/static/malware/sinkhole_fbizeus.txt
1155
%%DATADIR%%/trails/static/malware/sinkhole_fireeye.txt
1079
%%DATADIR%%/trails/static/malware/sinkhole_fitsec.txt
1156
%%DATADIR%%/trails/static/malware/sinkhole_fitsec.txt
1080
%%DATADIR%%/trails/static/malware/sinkhole_fnord.txt
1157
%%DATADIR%%/trails/static/malware/sinkhole_fnord.txt
1081
%%DATADIR%%/trails/static/malware/sinkhole_fraunhofer.txt
1158
%%DATADIR%%/trails/static/malware/sinkhole_fraunhofer.txt
1159
%%DATADIR%%/trails/static/malware/sinkhole_gamaredon.txt
1082
%%DATADIR%%/trails/static/malware/sinkhole_gameoverzeus.txt
1160
%%DATADIR%%/trails/static/malware/sinkhole_gameoverzeus.txt
1083
%%DATADIR%%/trails/static/malware/sinkhole_georgiatech.txt
1161
%%DATADIR%%/trails/static/malware/sinkhole_georgiatech.txt
1084
%%DATADIR%%/trails/static/malware/sinkhole_gladtech.txt
1162
%%DATADIR%%/trails/static/malware/sinkhole_gladtech.txt
1085
%%DATADIR%%/trails/static/malware/sinkhole_honeybot.txt
1086
%%DATADIR%%/trails/static/malware/sinkhole_hyas.txt
1163
%%DATADIR%%/trails/static/malware/sinkhole_hyas.txt
1087
%%DATADIR%%/trails/static/malware/sinkhole_infosecjp.txt
1164
%%DATADIR%%/trails/static/malware/sinkhole_infosecjp.txt
1088
%%DATADIR%%/trails/static/malware/sinkhole_kaspersky.txt
1165
%%DATADIR%%/trails/static/malware/sinkhole_kaspersky.txt
1089
%%DATADIR%%/trails/static/malware/sinkhole_kryptoslogic.txt
1166
%%DATADIR%%/trails/static/malware/sinkhole_kryptoslogic.txt
1167
%%DATADIR%%/trails/static/malware/sinkhole_menupass.txt
1090
%%DATADIR%%/trails/static/malware/sinkhole_microsoft.txt
1168
%%DATADIR%%/trails/static/malware/sinkhole_microsoft.txt
1091
%%DATADIR%%/trails/static/malware/sinkhole_noip.txt
1169
%%DATADIR%%/trails/static/malware/sinkhole_noip.txt
1170
%%DATADIR%%/trails/static/malware/sinkhole_nowdns.txt
1092
%%DATADIR%%/trails/static/malware/sinkhole_oceanlotus.txt
1171
%%DATADIR%%/trails/static/malware/sinkhole_oceanlotus.txt
1172
%%DATADIR%%/trails/static/malware/sinkhole_opendns.txt
1093
%%DATADIR%%/trails/static/malware/sinkhole_rsa.txt
1173
%%DATADIR%%/trails/static/malware/sinkhole_rsa.txt
1094
%%DATADIR%%/trails/static/malware/sinkhole_secureworks.txt
1174
%%DATADIR%%/trails/static/malware/sinkhole_secureworks.txt
1175
%%DATADIR%%/trails/static/malware/sinkhole_securityscorecard.txt
1095
%%DATADIR%%/trails/static/malware/sinkhole_shadowserver.txt
1176
%%DATADIR%%/trails/static/malware/sinkhole_shadowserver.txt
1096
%%DATADIR%%/trails/static/malware/sinkhole_sidnlabs.txt
1177
%%DATADIR%%/trails/static/malware/sinkhole_sidnlabs.txt
1097
%%DATADIR%%/trails/static/malware/sinkhole_sinkdns.txt
1178
%%DATADIR%%/trails/static/malware/sinkhole_sinkdns.txt
Lines 1102-1107 Link Here
1102
%%DATADIR%%/trails/static/malware/sinkhole_supportintel.txt
1183
%%DATADIR%%/trails/static/malware/sinkhole_supportintel.txt
1103
%%DATADIR%%/trails/static/malware/sinkhole_switch.txt
1184
%%DATADIR%%/trails/static/malware/sinkhole_switch.txt
1104
%%DATADIR%%/trails/static/malware/sinkhole_tech.txt
1185
%%DATADIR%%/trails/static/malware/sinkhole_tech.txt
1186
%%DATADIR%%/trails/static/malware/sinkhole_torpig.txt
1105
%%DATADIR%%/trails/static/malware/sinkhole_tsway.txt
1187
%%DATADIR%%/trails/static/malware/sinkhole_tsway.txt
1106
%%DATADIR%%/trails/static/malware/sinkhole_turla.txt
1188
%%DATADIR%%/trails/static/malware/sinkhole_turla.txt
1107
%%DATADIR%%/trails/static/malware/sinkhole_unknown.txt
1189
%%DATADIR%%/trails/static/malware/sinkhole_unknown.txt
Lines 1120-1134 Link Here
1120
%%DATADIR%%/trails/static/malware/sload.txt
1202
%%DATADIR%%/trails/static/malware/sload.txt
1121
%%DATADIR%%/trails/static/malware/slserver.txt
1203
%%DATADIR%%/trails/static/malware/slserver.txt
1122
%%DATADIR%%/trails/static/malware/smallnetrat.txt
1204
%%DATADIR%%/trails/static/malware/smallnetrat.txt
1205
%%DATADIR%%/trails/static/malware/smokebot.txt
1123
%%DATADIR%%/trails/static/malware/smokeloader.txt
1206
%%DATADIR%%/trails/static/malware/smokeloader.txt
1124
%%DATADIR%%/trails/static/malware/smominru.txt
1207
%%DATADIR%%/trails/static/malware/smominru.txt
1125
%%DATADIR%%/trails/static/malware/smsfakesky.txt
1208
%%DATADIR%%/trails/static/malware/smsfakesky.txt
1209
%%DATADIR%%/trails/static/malware/snatch.txt
1126
%%DATADIR%%/trails/static/malware/snifula.txt
1210
%%DATADIR%%/trails/static/malware/snifula.txt
1127
%%DATADIR%%/trails/static/malware/snort.org.csv
1211
%%DATADIR%%/trails/static/malware/snort.org.csv
1128
%%DATADIR%%/trails/static/malware/sockrat.txt
1212
%%DATADIR%%/trails/static/malware/sockrat.txt
1129
%%DATADIR%%/trails/static/malware/sodinokibi.txt
1213
%%DATADIR%%/trails/static/malware/sodinokibi.txt
1130
%%DATADIR%%/trails/static/malware/sohanad.txt
1214
%%DATADIR%%/trails/static/malware/sohanad.txt
1131
%%DATADIR%%/trails/static/malware/sonoko.txt
1215
%%DATADIR%%/trails/static/malware/sonoko.txt
1216
%%DATADIR%%/trails/static/malware/sorano_stealer.txt
1132
%%DATADIR%%/trails/static/malware/spideybot_stealer.txt
1217
%%DATADIR%%/trails/static/malware/spideybot_stealer.txt
1133
%%DATADIR%%/trails/static/malware/spybotpos.txt
1218
%%DATADIR%%/trails/static/malware/spybotpos.txt
1134
%%DATADIR%%/trails/static/malware/spyeye.txt
1219
%%DATADIR%%/trails/static/malware/spyeye.txt
Lines 1138-1147 Link Here
1138
%%DATADIR%%/trails/static/malware/stealer.txt
1223
%%DATADIR%%/trails/static/malware/stealer.txt
1139
%%DATADIR%%/trails/static/malware/stealzilla.txt
1224
%%DATADIR%%/trails/static/malware/stealzilla.txt
1140
%%DATADIR%%/trails/static/malware/strictor.txt
1225
%%DATADIR%%/trails/static/malware/strictor.txt
1141
%%DATADIR%%/trails/static/malware/strongpity.txt
1142
%%DATADIR%%/trails/static/malware/supremebot.txt
1226
%%DATADIR%%/trails/static/malware/supremebot.txt
1143
%%DATADIR%%/trails/static/malware/surtr.txt
1227
%%DATADIR%%/trails/static/malware/surtr.txt
1144
%%DATADIR%%/trails/static/malware/susafone.txt
1228
%%DATADIR%%/trails/static/malware/susafone.txt
1229
%%DATADIR%%/trails/static/malware/svproxy.txt
1145
%%DATADIR%%/trails/static/malware/swamprat.txt
1230
%%DATADIR%%/trails/static/malware/swamprat.txt
1146
%%DATADIR%%/trails/static/malware/symmi.txt
1231
%%DATADIR%%/trails/static/malware/symmi.txt
1147
%%DATADIR%%/trails/static/malware/syndicasec.txt
1232
%%DATADIR%%/trails/static/malware/syndicasec.txt
Lines 1149-1155 Link Here
1149
%%DATADIR%%/trails/static/malware/syscon.txt
1234
%%DATADIR%%/trails/static/malware/syscon.txt
1150
%%DATADIR%%/trails/static/malware/sysrat.txt
1235
%%DATADIR%%/trails/static/malware/sysrat.txt
1151
%%DATADIR%%/trails/static/malware/systembc.txt
1236
%%DATADIR%%/trails/static/malware/systembc.txt
1237
%%DATADIR%%/trails/static/malware/systemd_miner.txt
1152
%%DATADIR%%/trails/static/malware/sysworm.txt
1238
%%DATADIR%%/trails/static/malware/sysworm.txt
1239
%%DATADIR%%/trails/static/malware/t1087.txt
1153
%%DATADIR%%/trails/static/malware/ta505.txt
1240
%%DATADIR%%/trails/static/malware/ta505.txt
1154
%%DATADIR%%/trails/static/malware/taskmasters.txt
1241
%%DATADIR%%/trails/static/malware/taskmasters.txt
1155
%%DATADIR%%/trails/static/malware/tdss.txt
1242
%%DATADIR%%/trails/static/malware/tdss.txt
Lines 1173-1193 Link Here
1173
%%DATADIR%%/trails/static/malware/treasurehunter.txt
1260
%%DATADIR%%/trails/static/malware/treasurehunter.txt
1174
%%DATADIR%%/trails/static/malware/trickbot.txt
1261
%%DATADIR%%/trails/static/malware/trickbot.txt
1175
%%DATADIR%%/trails/static/malware/troldesh.txt
1262
%%DATADIR%%/trails/static/malware/troldesh.txt
1263
%%DATADIR%%/trails/static/malware/tron.txt
1176
%%DATADIR%%/trails/static/malware/tscookie.txt
1264
%%DATADIR%%/trails/static/malware/tscookie.txt
1265
%%DATADIR%%/trails/static/malware/tuhkit.txt
1177
%%DATADIR%%/trails/static/malware/tupym.txt
1266
%%DATADIR%%/trails/static/malware/tupym.txt
1267
%%DATADIR%%/trails/static/malware/turkojanrat.txt
1178
%%DATADIR%%/trails/static/malware/tvrat.txt
1268
%%DATADIR%%/trails/static/malware/tvrat.txt
1179
%%DATADIR%%/trails/static/malware/tvspy.txt
1269
%%DATADIR%%/trails/static/malware/tvspy.txt
1180
%%DATADIR%%/trails/static/malware/udpos.txt
1270
%%DATADIR%%/trails/static/malware/udpos.txt
1181
%%DATADIR%%/trails/static/malware/unruy.txt
1271
%%DATADIR%%/trails/static/malware/unruy.txt
1182
%%DATADIR%%/trails/static/malware/up007.txt
1272
%%DATADIR%%/trails/static/malware/up007.txt
1183
%%DATADIR%%/trails/static/malware/upatre.txt
1273
%%DATADIR%%/trails/static/malware/upatre.txt
1274
%%DATADIR%%/trails/static/malware/urausy.txt
1184
%%DATADIR%%/trails/static/malware/urlzone.txt
1275
%%DATADIR%%/trails/static/malware/urlzone.txt
1185
%%DATADIR%%/trails/static/malware/ursnif.txt
1276
%%DATADIR%%/trails/static/malware/ursnif.txt
1186
%%DATADIR%%/trails/static/malware/vaimalandra.txt
1277
%%DATADIR%%/trails/static/malware/vaimalandra.txt
1187
%%DATADIR%%/trails/static/malware/varenyky.txt
1278
%%DATADIR%%/trails/static/malware/varenyky.txt
1188
%%DATADIR%%/trails/static/malware/vawtrak.txt
1279
%%DATADIR%%/trails/static/malware/vawtrak.txt
1189
%%DATADIR%%/trails/static/malware/vbcheman.txt
1280
%%DATADIR%%/trails/static/malware/vbcheman.txt
1281
%%DATADIR%%/trails/static/malware/vbrat.txt
1190
%%DATADIR%%/trails/static/malware/vidar.txt
1282
%%DATADIR%%/trails/static/malware/vidar.txt
1283
%%DATADIR%%/trails/static/malware/viknok.txt
1191
%%DATADIR%%/trails/static/malware/vinderuf.txt
1284
%%DATADIR%%/trails/static/malware/vinderuf.txt
1192
%%DATADIR%%/trails/static/malware/virobot.txt
1285
%%DATADIR%%/trails/static/malware/virobot.txt
1193
%%DATADIR%%/trails/static/malware/virtum.txt
1286
%%DATADIR%%/trails/static/malware/virtum.txt
Lines 1214-1222 Link Here
1214
%%DATADIR%%/trails/static/malware/wndred.txt
1307
%%DATADIR%%/trails/static/malware/wndred.txt
1215
%%DATADIR%%/trails/static/malware/wofeksad.txt
1308
%%DATADIR%%/trails/static/malware/wofeksad.txt
1216
%%DATADIR%%/trails/static/malware/wolfresearch.txt
1309
%%DATADIR%%/trails/static/malware/wolfresearch.txt
1310
%%DATADIR%%/trails/static/malware/wp-vcd.txt
1217
%%DATADIR%%/trails/static/malware/xadupi.txt
1311
%%DATADIR%%/trails/static/malware/xadupi.txt
1218
%%DATADIR%%/trails/static/malware/xenotix.txt
1312
%%DATADIR%%/trails/static/malware/xenotix.txt
1219
%%DATADIR%%/trails/static/malware/xpay.txt
1313
%%DATADIR%%/trails/static/malware/xpay.txt
1314
%%DATADIR%%/trails/static/malware/xshark.txt
1220
%%DATADIR%%/trails/static/malware/xtbl.txt
1315
%%DATADIR%%/trails/static/malware/xtbl.txt
1221
%%DATADIR%%/trails/static/malware/xtrat.txt
1316
%%DATADIR%%/trails/static/malware/xtrat.txt
1222
%%DATADIR%%/trails/static/malware/yenibot.txt
1317
%%DATADIR%%/trails/static/malware/yenibot.txt
Lines 1227-1235 Link Here
1227
%%DATADIR%%/trails/static/malware/zegost.txt
1322
%%DATADIR%%/trails/static/malware/zegost.txt
1228
%%DATADIR%%/trails/static/malware/zemot.txt
1323
%%DATADIR%%/trails/static/malware/zemot.txt
1229
%%DATADIR%%/trails/static/malware/zeroaccess.txt
1324
%%DATADIR%%/trails/static/malware/zeroaccess.txt
1325
%%DATADIR%%/trails/static/malware/zeropadypt.txt
1230
%%DATADIR%%/trails/static/malware/zeus.txt
1326
%%DATADIR%%/trails/static/malware/zeus.txt
1231
%%DATADIR%%/trails/static/malware/zherotee.txt
1327
%%DATADIR%%/trails/static/malware/zherotee.txt
1232
%%DATADIR%%/trails/static/malware/zlader.txt
1328
%%DATADIR%%/trails/static/malware/zlader.txt
1329
%%DATADIR%%/trails/static/malware/zloader.txt
1233
%%DATADIR%%/trails/static/malware/zlob.txt
1330
%%DATADIR%%/trails/static/malware/zlob.txt
1234
%%DATADIR%%/trails/static/malware/zombieboy.txt
1331
%%DATADIR%%/trails/static/malware/zombieboy.txt
1235
%%DATADIR%%/trails/static/malware/zombrari.txt
1332
%%DATADIR%%/trails/static/malware/zombrari.txt
Lines 1241-1247 Link Here
1241
%%DATADIR%%/trails/static/suspicious/android_pua.txt
1338
%%DATADIR%%/trails/static/suspicious/android_pua.txt
1242
%%DATADIR%%/trails/static/suspicious/anonymous_web_proxy.txt
1339
%%DATADIR%%/trails/static/suspicious/anonymous_web_proxy.txt
1243
%%DATADIR%%/trails/static/suspicious/bad_history.txt
1340
%%DATADIR%%/trails/static/suspicious/bad_history.txt
1244
%%DATADIR%%/trails/static/suspicious/bad_wpad.txt
1341
%%DATADIR%%/trails/static/suspicious/badwpad.txt
1245
%%DATADIR%%/trails/static/suspicious/computrace.txt
1342
%%DATADIR%%/trails/static/suspicious/computrace.txt
1246
%%DATADIR%%/trails/static/suspicious/crypto_mining.txt
1343
%%DATADIR%%/trails/static/suspicious/crypto_mining.txt
1247
%%DATADIR%%/trails/static/suspicious/dnspod.txt
1344
%%DATADIR%%/trails/static/suspicious/dnspod.txt
Lines 1250-1269 Link Here
1250
%%DATADIR%%/trails/static/suspicious/dynamic_domain.txt
1347
%%DATADIR%%/trails/static/suspicious/dynamic_domain.txt
1251
%%DATADIR%%/trails/static/suspicious/free_web_hosting.txt
1348
%%DATADIR%%/trails/static/suspicious/free_web_hosting.txt
1252
%%DATADIR%%/trails/static/suspicious/ipinfo.txt
1349
%%DATADIR%%/trails/static/suspicious/ipinfo.txt
1253
%%DATADIR%%/trails/static/suspicious/malicious_egg.txt
1350
%%DATADIR%%/trails/static/suspicious/katyabot.txt
1254
%%DATADIR%%/trails/static/suspicious/malicious_hta.txt
1255
%%DATADIR%%/trails/static/suspicious/malicious_js.txt
1256
%%DATADIR%%/trails/static/suspicious/malicious_php.txt
1257
%%DATADIR%%/trails/static/suspicious/malicious_powershell.txt
1258
%%DATADIR%%/trails/static/suspicious/malicious_proxy.txt
1259
%%DATADIR%%/trails/static/suspicious/malicious_proxychanger.txt
1260
%%DATADIR%%/trails/static/suspicious/malicious_service.txt
1261
%%DATADIR%%/trails/static/suspicious/malicious_с2panel.txt
1262
%%DATADIR%%/trails/static/suspicious/onion.txt
1351
%%DATADIR%%/trails/static/suspicious/onion.txt
1263
%%DATADIR%%/trails/static/suspicious/parking_site.txt
1352
%%DATADIR%%/trails/static/suspicious/parking_site.txt
1264
%%DATADIR%%/trails/static/suspicious/pua.txt
1353
%%DATADIR%%/trails/static/suspicious/pua.txt
1265
%%DATADIR%%/trails/static/suspicious/rogue_dns.txt
1354
%%DATADIR%%/trails/static/suspicious/rogue_dns.txt
1266
%%DATADIR%%/trails/static/suspicious/scareware.txt
1267
%%DATADIR%%/trails/static/suspicious/superfish.txt
1355
%%DATADIR%%/trails/static/suspicious/superfish.txt
1268
%%DATADIR%%/trails/static/suspicious/suspended_domain.txt
1356
%%DATADIR%%/trails/static/suspicious/suspended_domain.txt
1269
%%DATADIR%%/trails/static/suspicious/web_shells.txt
1357
%%DATADIR%%/trails/static/suspicious/web_shells.txt
1358
%%DATADIR%%/trails/static/suspicious/xsender_spamtool.txt

Return to bug 244019