This commit is contained in:
root 2023-12-17 11:16:35 -05:00
commit f76f659a32
88 changed files with 11567 additions and 0 deletions

185
README Normal file
View file

@ -0,0 +1,185 @@
### Lists in this directory relate to a single filter group
### each filter group has it's own directory
###
### Many of the exception/grey/banned site/ipsite/url lists are used for
### switching on/off standard list categories
###
### Where available it is best to use the LOCAL lists for your own lists of
### sites/urls as these override the main ones.
## Order of checking is broadly as follows:-
##
## 1. If in Local Exception lists - allow with no further checking
## 2. If in Local Grey lists - retrieve page and content-check
## 3. If in Local Banned lists - block with no further checking
## 4. If in Main Exception lists - allow with no further checking
## 5. If in Main Grey lists - retrieve page and content-check
## 6. If in Main Banned lists (or blanket blocked) - block with no further checking
## 7. If gets here - retrieve page and content-check
## 8. Check blocked/exception file/mime types.
## 9. Content-check page
## Lists in this directory:-
# Nocheckcert lists
# Do not check ssl certificates for sites listed
# Can be used to allow sites with self-signed or invalid certificates
# or to reduced CPU load by not checking certs on heavily used sites (e.g. Google, Bing)
# Use with caution!
# Ignored if mitmcheckcert is 'off'
#
nocheckcertsitelist
nocheckcertsiteiplist
# greyssl lists only used in onlymitmsslgrey mode to define sites that
# will be MITM
greysslsitelist
greysslsiteiplist
localgreysslsitelist
localgreysslsiteiplist
## Exception lists
## Put sites you trust in these lists
## they override Grey and Banned entries
exceptionsitelist
exceptionsiteiplist
exceptionurllist
exceptionregexpurllist
## Grey (i.e. content check) lists
## Put sites you want content-checked in these lists
## they override Banned entries
greysitelist
greysiteiplist
greyurllist
## Banned sites/urls
bannedsitelist
bannedsiteiplist
bannedurllist
bannedregexpurllist
# 'bannedssl' lists are not currently used
bannedsslsitelist
bannedsslsiteiplist
## Local Exception lists
localexceptionsitelist
localexceptionsiteiplist
localexceptionurllist
## Local Grey lists
localgreysitelist
localgreysiteiplist
localgreyurllist
## Local Banned lists
localbannedsitelist
localbannedsiteiplist
localbannedurllist
## Bannedssl lists are not currently used
localbannedsslsitelist
localbannedsslsiteiplist
# File type/extensions
exceptionextensionlist
exceptionmimetypelist
# Use the following lists to block specific kinds of file downloads.
bannedextensionlist
bannedmimetypelist
# In either file filtering mode, the following lists can be used to override
# MIME type & extension blocks for particular domains & URLs (trusted download sites).
#
exceptionfilesitelist
exceptionfilesiteiplist
exceptionfileurllist
# NEW in v5.4 bannedtimelist - times when no access is allowed
# To activate a storyboard change is required - see examplef1.story
bannedtimelist
# NEW in v5.4 blankettimelist - times when blanket block is applied
# To activate a storyboard change is required - see examplef1.story
blankettimelist
### These lists are useful for allowing/blocking apps or browsers based
### on the user-agent
bannedregexpuseragentlist
exceptionregexpuseragentlist
# refererexception lists are used to make a request an exception based on the
# Referer header.
refererexceptionsitelist
refererexceptionsiteiplist
refererexceptionurllist
# Used to modify url on the fly
# use to enforce safe search etc.
# Do not try and change target site - use redirect for this.
urlregexplist
# Replace target connection site for a ssl connection request
# Note: this does not change the url in any way. It just changes
# where the request is sent upstream and the new target must accept
# the original url.
sslsiteregexplist
# Used to redirect browser to different site and or url
urlredirectregexplist
# Categorise without blocking:
# Supply categorised lists here and the category string shall be logged against
# matching requests, but matching these lists does not perform any filtering
# action.
logsitelist
logsiteiplist
logurllist
logregexpurllist
# Phrase lists
bannedphraselist
weightedphraselist
exceptionphraselist
oldbannedphraselist
oldweightedphraselist
oldexceptionphraselist
# Search Term list(s) for option 1
bannedsearchlist
bannedsearchoveridelist
localbannedsearchlist
# Outgoing HTTP request header rules:
# Lists for blocking based on, and modification of, outgoing HTTP
# request headers. Format for headerregexplist is one modification rule per
# line, similar to content/URL modifications. Format for
# bannedregexpheaderlist is one regular expression per line, with matching
# headers causing a request to be blocked.
# Headers are matched/replaced on a line-by-line basis, not as a contiguous
# block.
# Use for example, to remove cookies or prevent certain user-agents.
headerregexplist
bannedregexpheaderlist
exceptionregexpheaderlist
# add cookies or other headers etc to matched urls
addheaderregexplist
# Response HTTP header rules:
# Lists for modification or removal of HTTP response headers.
# Format for reponseheaderregexplist is one rule per line, similar to
# content/URL modifications.
# Headers are matched/replaced on a line-by-line basis, not as a contiguous
# block.
# Use for example, to remove protocol upgrade requests.
responseheaderregexplist

13
addheaderregexplist Normal file
View file

@ -0,0 +1,13 @@
#Add header where url matches
#
## to enable restricted YouTube
#"(^http://www\.youtube\.com/.*$)"->"YouTube-Restrict: Strict"
#"(^http://m\.youtube\.com/.*$)"->"YouTube-Restrict: Strict"
#"(^http://youtubei\.googleapis\.com/.*$)"->"YouTube-Restrict: Strict"
#"(^http://youtube\.googleapis\.com/.*$)"->"YouTube-Restrict: Strict"
#"(^http://www\.youtube-nocookie\.com/.*$)"->"YouTube-Restrict: Strict"
#"(^http://www\.youtube\.com$)"->"YouTube-Restrict: Strict"
#"(^http://m\.youtube\.com$)"->"YouTube-Restrict: Strict"
#"(^http://youtubei\.googleapis\.com$)"->"YouTube-Restrict: Strict"
#"(^http://youtube\.googleapis\.com$)"->"YouTube-Restrict: Strict"
#"(^http://www\.youtube-nocookie\.com$)"->"YouTube-Restrict: Strict"

0
alertcategorylist Normal file
View file

1
bannedextensionlist Normal file
View file

@ -0,0 +1 @@
# none fuck you

2
bannedmimetypelist Normal file
View file

@ -0,0 +1,2 @@
# banned MIME types
# none fuck you

46
bannedphraselist Normal file
View file

@ -0,0 +1,46 @@
# BANNEDPHRASELIST - INSTRUCTIONS FOR USE
#
# To block any page with the word "sex".
# < sex >
#
# To block any page with words that contain the string "sex". (ie. sexual)
# <sex>
#
# To block any page with the string "sex magazine".
# <sex magazine>
#
# To block any page containing the words/strings "sex" and "fetish".
# <sex>,<fetish>
#
# < test> will match any word with the string 'test' at the beginning
# <test > will match any word with the string 'test' at the end
# <test> will match any word with the string 'test' at any point in the word
# < test > will match only the word 'test'
# <this is a test phrase> will match that exact phrase
# <test>,<secondtest> will match if both words are found in the page
# A combination of the above can also be used eg < test>,<secondtest>
#
# All phrases need to be within < and > to work, othewise they will be
# ignored.
# Note: Use these sparingly - banned phrases tend to overblock
#listcategory: "Banned Phrases"
# The following banned phraselists are included in the default e2g distribution.
#.Include</etc/e2guardian/lists/phraselists/ukenglish/pornography/banned>
#.Include</etc/e2guardian/lists/phraselists/ukenglish/gambling/banned>
#.Include</etc/e2guardian/lists/phraselists/ukenglish/badwords/banned>
#.Include</etc/e2guardian/lists/phraselists/portuguese/gambling/banned>
#.Include</etc/e2guardian/lists/phraselists/portuguese/intolerance/banned>
#.Include</etc/e2guardian/lists/phraselists/portuguese/personals/banned>
#.Include</etc/e2guardian/lists/phraselists/ukenglish/gambling/banned>
#.Include</etc/e2guardian/lists/phraselists/portuguese/gambling/banned>

9
bannedregexpheaderlist Normal file
View file

@ -0,0 +1,9 @@
#Banned outgoing HTTP headers based on regular expressions
#
# E.g. 'User-Agent: .*MSIE' would block several versions of Internet Explorer
# (assuming the user-agent is not being spoofed by the client)
#
# Headers are matched line-by-line, not as a single block.
#listcategory: "Banned Regular Expression HTTP Headers"

134
bannedregexpurllist Normal file
View file

@ -0,0 +1,134 @@
#Banned URLs based on Regular Expressions
#
# E.g. 'sex' would block sex.com and middlesex.com etc
#listcategory: "Banned URL keywords"
#Banned URLs based on Regular Expressions
#These examples should be used with extreme caution
# as most regexp url patterns tend to overblock
# Be as specific as possible as this helps avoid this
######################################################
# Pornography, Modelling and Adult Sites
######################################################
#\b(big|cyber|hard|huge|mega|small|soft|super|tiny|bare|naked|nude|anal|oral|topp?les|sex|phone)+\b.*\b(anal|babe|bharath|boob|breast|busen|busty|clit|cum|cunt|dick|fetish|fuck|girl|hooter|lez|lust|naked|nude|oral|orgy|penis|porn|porno|pupper|pussy|rotten|sex|shit|smutpump|teen|tit|topp?les|xxx)s\b?
#\b(anal|babe|bharath|boob|breast|busen|busty|clit|cum|cunt|dick|fetish|fuck|girl|hooter|lez|lust|naked|nude|oral|orgy|penis|porn|porno|pupper|pussy|rotten|sex|shit|smutpump|teen|tit|topp?les|xxx)+\b.*\b(big|cyber|hard|huge|mega|small|soft|super|tiny|bare|naked|nude|anal|oral|topp?les|sex)\b+
#HardCore phrases
#(adultsight|adultsite|adultsonly|adultweb|blowjob|bondage|centerfold|cumshot|cyberlust|cybercore|hardcore|masturbat)
#(bangbros|pussylip|playmate|pornstar|sexdream|showgirl|softcore|striptease)
#SoftCore phrases - more likely to overblock - possibly on news sites
#(incest|obscene|pedophil|pedofil)
#Photo Modeling - supplied by David Burkholder
#(male|m[ae]n|boy|girl|beaut|agen[ct]|glam)+.*(model|talent)
# The following will help to block explicit media files (images and video)
#(sex|fuck|boob|cunt|fetish|tits|anal|hooter|asses|shemale|submission|porn|xxx|busty|knockers|slut|nude|naked|pussy)+.*(\.jpg|\.wmv|\.mpg|\.mpeg|\.gif|\.mov)
#(girls|babes|bikini|model)+.*(\.jpg|\.wmv|\.mpg|\.mpeg|\.gif|\.mov)
#Block Naturism and Nudist sites
#(naturism|naturist|nude|nudist|nudism|nekkid|nakt|naakt)
######################################################
# Search Engine and Related
######################################################
#Block unfiltered options on various search engines
#(^|[\?+=&/])(.*\.google\..*/.*\?.*safe=off)([\?+=&/]|$)
#(^|[\?+=&/])(.*\.alltheweb.com/customize\?.*copt_offensive=off)([\?+=&/]|$)
#Block images and video on altavista, alltheweb, yahoo etc - as they are anonomised
#(yahoo.com\/image\/)
#(yimg.com\/image\/)
#(altavista.com\/image\/)
#(altavista.com\/video\/)
#(picsearch.com\/is)
#Block images and video on google
#(images.google)+.*(\.jpg|\.wmv|\.mpg|\.mpeg|\.gif|\.mov)
#(google.com\/video) #block all video
#(google.com\/ThumbnailServer) #block video thumbnails
#(google.com\/videoplay) #block only playing the video
######################################################
# Proxy Sites
######################################################
#Block Cgiproxy, Poxy, PHProxy and other Web-based proxies
#(cecid.php|nph-webpr|nph-pro|/dmirror|cgiproxy|phpwebproxy|__proxy_url|proxy.php)
#Block websites containing proxy lists
#(anonymizer|proxify|megaproxy)
#AGRESSIVE blocking of all URLs containing proxy - WARNING - this WILL overblock!!
#(proxy)
######################################################
# Gambling - supplied by David Burkholder
######################################################
#(casino|bet(ting|s)|lott(ery|o)|gam(e[rs]|ing|bl(e|ing))|sweepstake|poker)
######################################################
# Sport - supplied by David Burkholder
######################################################
#(bowling|badminton|box(e[dr]|ing)|skat(e[rs]|ing)|hockey|soccer|nascar|wrest|rugby|tennis|sports|cheerlead|rodeo|cricket|badminton|stadium|derby)
#((paint|volley|bas(e|ket)|foot|quet)ball|/players[/\.]?|(carn|fest)ival)
#Racing - supplied by David Burkholder
#(speed(st|wa|y)|corvette|rac[eiy]|wrest|harley|motorcycle|nascar)
######################################################
# News sites - supplied by David Burkholder
######################################################
#(news(watch|pap|cast)|herald|sentinel|courier|gazet|tribune|chronicle|daily|ning)news)
######################################################
# Dating Sites - supplied by David Burkholder
######################################################
#(meet|hook|mailord|latin|(asi|mexic|dominic|russi|kore|colombi|balk)an|brazil|filip|french|chinese|ukrain|thai|tour|foreign|date)+.*(dar?[lt]ing|(sing|coup)le|m[ae]n|girl|boy|guy|mat(e|ing)|l[ou]ve?|partner|meet)
#(marr(y|i[ae])|roman(ce|tic)|fiance|bachelo|dating|affair|personals)
######################################################
# Miscellaneous - Productivity etc.
######################################################
#Use this to block web counters:
#(adlog.php|cnt.cgi|count.cgi|count.dat|count.jsp|count.pl|count.php|counter.cgi|counter.js|counter.pl|countlink.cgi|fpcount.exe|logitpro.cgi|rcounter.dll|track.pl|w_counter.js)
#Contributed by proxy@barendse.to
#Free stuff - supplied by David Burkholder
#(free|phone|mobile)+.*(love|music|movie|dvd|video|stuff|site|arcade|wallpaper|mp3)
#((ring|real)tone)
#Music - supplied by David Burkholder
#(rock|pop|jazz|rap|punk)+.*(cult|roll|geek|drum|music|history|band)
#URLs containing the word "unblocked" or "unblocker"
(unblocked|unblocker)
#URLs containing the word "porn", "pornography" or "porno"
(porn|pornography|porno)
#URLs containing the word "rule34" or "paheal"
(rule34|paheal)
#URLs containing the names of known internet-wide port scanning tools
(masscan|zmap)
#URLs containing "category=nsfw"
(category=nsfw)
# italian baked goods
(699580909_456239242\.mp4)

12
bannedregexpuseragentlist Normal file
View file

@ -0,0 +1,12 @@
#Banned User-Agents based on regular expressions
#
# E.g. ' .*MSIE' would block several versions of Internet Explorer
# (assuming the user-agent is not being spoofed by the client)
#
#listcategory: "user-agent"
#
# This is useful for blocking apps
# e.g. to block Kindle app
#kindle
#Kindle

9
bannedsearchlist Normal file
View file

@ -0,0 +1,9 @@
#Banned Search Words
#
#Words must be in alphabetic order within a single line
# and separated by a '+' sign.
#All combinations of the words will be blocked
# e.g. girl+naughty
# will block naughty+girl as well as girl+naughty

0
bannedsearchoveridelist Normal file
View file

12
bannedsiteiplist Normal file
View file

@ -0,0 +1,12 @@
# IP sites in banned list
#The bannedsiteiplist is for blocking ALL of an IP site
# IP site addresses
#
# Single IPs, ranges and subnets can be used,
# e.g.
# 192.168.0.1
# 10.0.0.1-10.0.0.3
# 10.0.0.0/24
#

15
bannedsitelist Normal file
View file

@ -0,0 +1,15 @@
.Include</etc/e2guardian/lists/group1/categories/malicious/domains>
.Include</etc/e2guardian/lists/group1/categories/nsfw/domains>
.Include</etc/e2guardian/lists/group1/categories/remote/domains>
.Include</etc/e2guardian/lists/group1/categories/other/domains>
.Include</etc/e2guardian/lists/group1/categories/request/domains>
.Include</etc/e2guardian/lists/group1/categories/proxy/domains>
.Include</etc/e2guardian/lists/ut1/adult/domains>
.Include</etc/e2guardian/lists/ut1/dating/domains>
.Include</etc/e2guardian/lists/ut1/lingerie/domains>
.Include</etc/e2guardian/lists/ut1/redirector/domains>
.Include</etc/e2guardian/lists/ut1/remote-control/domains>
.Include</etc/e2guardian/lists/ut1/sexual_education/domains>
.Include</etc/e2guardian/lists/ut1/vpn/domains>
.Include</etc/e2guardian/lists/oisd/big/domains>
.Include</etc/e2guardian/lists/oisd/nsfw/domains>

15
bannedsslsiteiplist Normal file
View file

@ -0,0 +1,15 @@
#IP sites in banned ssl list
#This list is only used for SSL (or CONNECT) requests
#Unlike the bannedsitelist it overides all other lists
# so can be used ban an https site white the http is allowed or made an exception
#
#Only list sites where you only want the https site blocked
#Use bannedsiteiplist for sites where you want both http & https blocked
# IP site addresses
#
# Single IPs, ranges and subnets can be used,
# e.g.
# 192.168.0.1
# 10.0.0.1-10.0.0.3
# 10.0.0.0/24
#

9
bannedsslsitelist Normal file
View file

@ -0,0 +1,9 @@
#domains in banned ssl list
#Don't bother with the www. or the https://
#This list is only used for SSL (or CONNECT) requests
# and will not have any effect when MITM is enabled.
#Unlike the bannedsitelist it overides all other lists
# so can be used ban an https site white the http is allowed or made an exception
#
#Only list sites where you only want the https site blocked
#Use bannedsitelist for sites where you want both http & https blocked

13
bannedtimelist Normal file
View file

@ -0,0 +1,13 @@
#timebands when internet blocked
#You can have multiple .Includes.
# Tiime banding syntax:
# <start hour> <start minute> <end hour> <end minute> <days>
# Note figures are 0 based - hours (0-23) mins (0-59) days (0-6)
# Example:
# 22 0 23 59 01234
# 0 0 07 0 01234
# Uncomment the lines above to block access from
# 0am to 5am and 10pm to 11:59pm, Monday to Friday.

11
bannedurllist Normal file
View file

@ -0,0 +1,11 @@
.Include</etc/e2guardian/lists/group1/categories/malicious/urls>
.Include</etc/e2guardian/lists/group1/categories/nsfw/urls>
.Include</etc/e2guardian/lists/group1/categories/remote/urls>
.Include</etc/e2guardian/lists/group1/categories/other/urls>
.Include</etc/e2guardian/lists/group1/categories/proxy/urls>
.Include</etc/e2guardian/lists/ut1/adult/urls>
.Include</etc/e2guardian/lists/ut1/dating/urls>
.Include</etc/e2guardian/lists/ut1/lingerie/urls>
.Include</etc/e2guardian/lists/ut1/redirector/urls>
.Include</etc/e2guardian/lists/ut1/remote-control/urls>
.Include</etc/e2guardian/lists/ut1/sexual_education/urls>

16
blankettimelist Normal file
View file

@ -0,0 +1,16 @@
#timebands when blanket block is applied
# (only exception sites will be allowed)
# To enable this list edit e2guardianfn.conf and filter group i
# storyboard fn.story - see examplef1.story
#You can have multiple .Includes.
# Tiime banding syntax:
# <start hour> <start minute> <end hour> <end minute> <days>
# Note figures are 0 based - hours (0-23) mins (0-59) days (0-6)
# Example:
# 22 0 23 59 01234
# 0 0 07 0 01234
# Uncomment the lines above to blanket block from
# 0am to 5am and 10pm to 11:59pm, Monday to Friday.

View file

@ -0,0 +1,64 @@
#listcategory: "Malicious Websites"
147.185.221.211
147.185.221.229
193.161.193.99
2miners.com
4cf3.fr.to
atzekromchan.com
besthacksandleaks.renderforestsites.com
bonzi-buddy.soft112.com
bonzi-buddy.updatestar.com
bonzi-buddy.windows10compatible.com
bonzi.link
bonzibuddy.org
dahcrazychicken.tk
datalake.abuse.ch
deltastealer.love
downgradefiles.pdp-11.ru
download-malware.great-site.net
ds1nc.ru
ds1nc.site
durr-hurr.com
dwservice.net
eviltrap.site
fast-dl.cc
freetubeapp.io
funtime1998.itch.io
getbonzi.com
hashvault.pro
horsegif.neocities.org
hostingviruses.zyrosite.com
hurr-durr.cc
idiot.malwarepad.com
lingda.glitch.me
lomando.com
malwarewatch.org
mb-api.abuse.ch
memz-trojan.en.download.it
memz-trojan.en.softonic.com
memz-trojan.it.networkice.com
memz-trojan.networkice.com
memz-trojan.secursoft.net
niggers.cloud
notmyfault.findmysoft.com
pcoptimizerpro.com
piv.pivpiv.dk
protegent360.com
ptoszek.pl
s28667145.weebly.com
slein.tk
ss-jodi.neocities.org
stennen.github.io
sumhex151.github.io
systemd.ru
theannoyingsite.com
tutorialjinni.com
unforgettable.dk
v5rus.glitch.me
virus-mark.glitch.me
virus-x.3dn.ru
virusesfortesting.godaddysites.com
youareanidiot.cc
youareanidiot.de
youaretotallyanidiot.github.io
tubson.pl

951
categories/malicious/urls Normal file
View file

@ -0,0 +1,951 @@
#listcategory: "Malicious Websites"
a4x.itch.io/local-net-9329-file-itch-io-blue-screen-of-death-adfly
afterdawn.com/software/general/download_splash.cfm/notmyfault
archive.org/compress/BonziBuddy432
archive.org/compress/BonziKill
archive.org/compress/Bonzify
archive.org/compress/MEMZ
archive.org/compress/VineMEMZ
archive.org/compress/VineMEMZOriginal_201903
archive.org/compress/VineMemz_201811
archive.org/compress/WinXP.Horror.Destructive
archive.org/compress/WinXP.Horror.DestructiveCreatedByWobbyChip_201811
archive.org/compress/WinXP.Horror.DestructiveCreatedByWobbyChip_201903
archive.org/compress/WindowsXPHorrorEditionWinXP.Horror.DestructiveCreatedByWobbyChip_201903
archive.org/compress/bbsetup
archive.org/compress/bluescreen-simulator-v-1.0.0
archive.org/compress/malware-pack
archive.org/compress/memz
archive.org/compress/memz_batch_code_201811
archive.org/compress/pasmafaute
archive.org/compress/ransomware.-wanna-cry
archive.org/compress/windows-xp-horror-edition-peaceful
archive.org/compress/winxp.horror.destructivecreatedbywobbychip_202001
archive.org/details/BonziBUDDY_201812
archive.org/details/BonziBuddy432
archive.org/details/BonziBuddy432.7z
archive.org/details/BonziKill
archive.org/details/Bonzify
archive.org/details/BonzifyMaster
archive.org/details/MEMZ
archive.org/details/MEMZ4.0Clean_20181103
archive.org/details/NTPDRAPE
archive.org/details/REGFuckMaster
archive.org/details/TakeAMinuteAndMakeAFriendForLife
archive.org/details/VineMEMZ
archive.org/details/VineMEMZOriginal_201903
archive.org/details/VineMemz_201811
archive.org/details/WinXP.Horror.Destructive
archive.org/details/WinXP.Horror.DestructiveCreatedByWobbyChip_201811
archive.org/details/WinXP.Horror.DestructiveCreatedByWobbyChip_201903
archive.org/details/WindowsXPHorrorEditionWinXP.Horror.DestructiveCreatedByWobbyChip_201903
archive.org/details/bbsetup
archive.org/details/blue-screen-updated
archive.org/details/bluescreen-simulator-v-1.0.0
archive.org/details/bonzibuddy432_201910
archive.org/details/malware-pack
archive.org/details/memz
archive.org/details/memz_batch_code_201811
archive.org/details/pasmafaute
archive.org/details/ransomware.-wanna-cry
archive.org/details/waff-memz-1.0-destructive.-7z
archive.org/details/windows-xp-horror-edition-peaceful
archive.org/details/winxp.horror.destructivecreatedbywobbychip_202001
archive.org/download/BonziBUDDY_201812
archive.org/download/BonziBuddy432
archive.org/download/BonziBuddy432.7z
archive.org/download/BonziKill
archive.org/download/Bonzify
archive.org/download/MEMZ
archive.org/download/MEMZ4.0Clean_20181103
archive.org/download/NTPDRAPE
archive.org/download/TakeAMinuteAndMakeAFriendForLife
archive.org/download/VineMEMZ
archive.org/download/VineMEMZOriginal_201903
archive.org/download/VineMemz_201811
archive.org/download/WinXP.Horror.Destructive
archive.org/download/WinXP.Horror.DestructiveCreatedByWobbyChip_201811
archive.org/download/WinXP.Horror.DestructiveCreatedByWobbyChip_201903
archive.org/download/WindowsXPHorrorEditionWinXP.Horror.DestructiveCreatedByWobbyChip_201903
archive.org/download/bbsetup
archive.org/download/bluescreen-simulator-v-1.0.0
archive.org/download/bonzibuddy432_201910
archive.org/download/malware-pack
archive.org/download/memz
archive.org/download/memz_batch_code_201811
archive.org/download/pasmafaute
archive.org/download/ransomware.-wanna-cry
archive.org/download/waff-memz-1.0-destructive.-7z
archive.org/download/windows-xp-horror-edition-peaceful
archive.org/download/winxp.horror.destructivecreatedbywobbychip_202001
assets.scratch.mit.edu/0784e78c91eef202363833450eb763ec.svg
assets.scratch.mit.edu/0a33f8dea01450a04b05daa9656e2532.svg
assets.scratch.mit.edu/75ef0c05c490ab0152d97403d613eb98.svg
bazaar.abuse.ch/download/
bestfreewaredownload.com/download/t-free-bonzi-buddy-freeware-uziufyvc.html
bestfreewaredownload.com/freeware/t-free-bonzi-buddy-freeware-uziufyvc.html
bestsoftware4download.com/download/t-free-bonzi-buddy-download-cepzmjay.html
bestsoftware4download.com/software/t-free-bonzi-buddy-download-cepzmjay.html
bestvistadownloads.com/download/t-free-bonzi-buddy-download-yavvygnc.html
bestvistadownloads.com/software/t-free-bonzi-buddy-download-yavvygnc.html
blackhost.xyz/prg/vm
blackhost.xyz/prg/vm/Virus%20Maker.rar
bytemeta.vip/repo/notsyncing12309/collabvm-forkie-scripts
bytesin.com/software/Download-Not-My-Fault/
cdn.discordapp.com/attachments/1006485437583478864/1021383021263323206
cdn.discordapp.com/attachments/646518782419795970/1126237990721699940
cdn.discordapp.com/attachments/646518782419795970/1126242979930177536
cdn.discordapp.com/attachments/646518782419795970/1126246538209927338
cdn.discordapp.com/attachments/646518782419795970/1126623306095800440
cdn.discordapp.com/attachments/691322703214542878/798229640815706182
cdn.discordapp.com/attachments/710098381791297597/783732665516818482
cdn.discordapp.com/attachments/743543514482212995/785891318970187776
cdn.discordapp.com/attachments/743543514482212995/798223600678600724
cdn.discordapp.com/attachments/763201726639112233/836255628774342706
cdn.discordapp.com/attachments/774321771201560657/784797328539779112
cdn.discordapp.com/attachments/788546346286186507/798245765301665802
cdn.discordapp.com/attachments/797205255817265207/798298998049472592
cdn.discordapp.com/attachments/797205255817265207/798682430915608606
cdn.discordapp.com/attachments/799239358166073356/799239427460169728
cdn.discordapp.com/attachments/799239358166073356/800636915538985020
cdn.discordapp.com/attachments/856405030861144066/1060987786024472576
cdn.discordapp.com/attachments/934382081042182207/1036290303973400667
chomikuj.pl/DestructionHamster
codeload.github.com/0x48piraj/MalWAReX
codeload.github.com/0xc1r3ng/Materi-Ransomware
codeload.github.com/12ert
codeload.github.com/7cf
codeload.github.com/AG5516
codeload.github.com/Alexander124234/MalwareDatabase/
codeload.github.com/Alexandre398
codeload.github.com/AlinResources/
codeload.github.com/ArTicZera
codeload.github.com/BSOD-Programming-Team
codeload.github.com/BaRRaKudaRain/RedZone
codeload.github.com/BayEnesLOL3
codeload.github.com/C0desr/Bypass-CollabVM-malware
codeload.github.com/ChimesOfDestruction
codeload.github.com/CollabVM-Unofficial/LEURAK_RANSOMWARE
codeload.github.com/Da2dalus/
codeload.github.com/DanielProfessional
codeload.github.com/Dobby233Liu/HarmlessMEMZ
codeload.github.com/DumbstuffTC/
codeload.github.com/Endermanch
codeload.github.com/EvolvingSysadmin/Malware-Zoo
codeload.github.com/FABI12YT/memz-clean-4.0
codeload.github.com/FaridMohammed/WinLockerBuilderv5
codeload.github.com/FireAndres2317/Virus
codeload.github.com/FlowersUser7213
codeload.github.com/FlyTechVideos/
codeload.github.com/GeForceNero17/Leaked-Malwares
codeload.github.com/GetMbr
codeload.github.com/Gork3m/MrsMajor-1.0
codeload.github.com/HWTT00
codeload.github.com/HackerSinhos/You-Are-An-Idiot
codeload.github.com/HappyPong666
codeload.github.com/Haxhom/malware-leaks
codeload.github.com/Imp0ssibl3
codeload.github.com/Itzsten
codeload.github.com/LegitDax009/
codeload.github.com/Lenauk419
codeload.github.com/LeoLezury
codeload.github.com/LimeGroupYT/
codeload.github.com/Lmaoctrl
codeload.github.com/Londiuh/ScreenFuck
codeload.github.com/MARSHMALLLOW/
codeload.github.com/MalwareDownload
codeload.github.com/MalwareSamples
codeload.github.com/MarkusMaal/BlueScreenSimulatorPlus
codeload.github.com/Maruf132/
codeload.github.com/Matelpro777/
codeload.github.com/MathInDOS/MalwareArchive
codeload.github.com/MichaelEpicA/programforfuckingforkies
codeload.github.com/MinhasKamal
codeload.github.com/Mist0090
codeload.github.com/Mist32bick
codeload.github.com/MixMax-CoderKid/WannacrySample
codeload.github.com/MrH1TM4N86/MrsMajor-2.0
codeload.github.com/NEUAI/MalwareLibrary
codeload.github.com/NTFS123
codeload.github.com/Naxistb/malwares
codeload.github.com/NewthanGuy/
codeload.github.com/NotReal96/Malware
codeload.github.com/Objective-see/Malware
codeload.github.com/OrganizedMayhem/Malware_Samples
codeload.github.com/OwO-Studio/
codeload.github.com/Pandotech1
codeload.github.com/Panlyg
codeload.github.com/PinguRepository//
codeload.github.com/R3YW1N
codeload.github.com/Ruzie/MalwareArchive
codeload.github.com/S28667145
codeload.github.com/ShubhamGuptaIN/WannaCry-ransomware-attack-Virus
codeload.github.com/SkwalExe/Malwares
codeload.github.com/SkwalExe/virusDB
codeload.github.com/Sn8ow/
codeload.github.com/SuperLol211/bonzify_exe
codeload.github.com/SwagSoSaucy
codeload.github.com/SzymonDevs
codeload.github.com/TR-TECH-GUIDE/MalwareDatabase
codeload.github.com/TRex219961/virus
codeload.github.com/Thathip/
codeload.github.com/The-Memzer/MrsMajor2.0
codeload.github.com/TheC0mpany
codeload.github.com/TheDarkMythos/windows-malware
codeload.github.com/ThisIsALegitUsername/NoEscape
codeload.github.com/UnforeseenOcean
codeload.github.com/VHS32
codeload.github.com/Vichingo455
codeload.github.com/Viper4K/
codeload.github.com/VortexGTX
codeload.github.com/XPower7125/MalwareDatabase
codeload.github.com/XPower7125/memz
codeload.github.com/XelXen/Downloads
codeload.github.com/Xz1il/The-Dictionary
codeload.github.com/Zoey74/MalwareDatabase
codeload.github.com/Zusyaku
codeload.github.com/acastillorobles77/
codeload.github.com/adarift/njRAT
codeload.github.com/aliennnnnnnnn/ChilledWindows
codeload.github.com/arwn/memez
codeload.github.com/barbarishka
codeload.github.com/bill-zhanxg
codeload.github.com/brad-duncan/malware-samples
codeload.github.com/chronosmiki/RANSOMWARE-WANNACRY-2.0
codeload.github.com/compot1234
codeload.github.com/cteklo228
codeload.github.com/cvm01/shidware
codeload.github.com/cycxtit2022
codeload.github.com/dimavoronkov2/WinLocker-Builder-
codeload.github.com/dumbstuffified
codeload.github.com/enzymz/WannaCry
codeload.github.com/erwrebwreqqgw13213/MrsMajor2.0
codeload.github.com/fabrimagic72/malware-samples
codeload.github.com/fadyosman/WannaCrySample
codeload.github.com/fuze136
codeload.github.com/goddamnnoob/Malware-1
codeload.github.com/govanco/malware
codeload.github.com/gr33ntii/malware-collection
codeload.github.com/hamutan86/PCTrash-v2.0.0
codeload.github.com/haxoi
codeload.github.com/iannat1/windows
codeload.github.com/itsBotCoder/ChilledWindows
codeload.github.com/itsmepayback
codeload.github.com/jpiechowka/quick-bsod/
codeload.github.com/jstrosch/malware-samples
codeload.github.com/kaiserfarrell/malware
codeload.github.com/kh4sh3i
codeload.github.com/km-khonsu/malware-repository
codeload.github.com/limiteci/WannaCry
codeload.github.com/localalloc
codeload.github.com/lukagbr/malwaredb
codeload.github.com/malwares/
codeload.github.com/marselshow
codeload.github.com/maxjiang2021/REGFuck2
codeload.github.com/mstfknn/android-malware-sample-library
codeload.github.com/mstfknn/malware-sample-library
codeload.github.com/nopahc
codeload.github.com/notsyncing12309/collabvm-forkie-scripts
codeload.github.com/orangegrouptech/Biohazards-from-orangegrouptech/
codeload.github.com/palahsu
codeload.github.com/pankoza2-pl
codeload.github.com/peewpw/Invoke-BSOD
codeload.github.com/phuc223/
codeload.github.com/pog5/
codeload.github.com/signron/CuteViruses
codeload.github.com/someguy192
codeload.github.com/srcatt/VirusDatabase
codeload.github.com/swagdude69/MalwareDatabase
codeload.github.com/theDesConnet
codeload.github.com/theevilteam
codeload.github.com/trulone
codeload.github.com/tutorreceh/MrsMajor
codeload.github.com/vvinlind/MEMZ
codeload.github.com/watertot
codeload.github.com/weyh/screen-melter
codeload.github.com/whypet
codeload.github.com/win2007
codeload.github.com/x8BitRain/BonziRogue/
codeload.github.com/yourminebro/MEMZ-Clean-
codeload.github.com/ytisf/
codeload.github.com/zDominik111
codeload.github.com/zR00t1/WannaCry
codeload.github.com/zakybstrd21215/Sampel-Ransomware-WannaCry-NotPetya
codeload.github.com/zoffas
computernewb.com/~lily/vxh
content.any.run/tasks
disk.yandex.com/d/2RbnCpQkQ4aKNw
disk.yandex.com/d/MNXwE4dF6w_IyQ
disk.yandex.com/d/WcbdEFnP7REZ3A
disk.yandex.com/d/jIRdpBvoKkt0yA
disk.yandex.com/d/tGISE5JgpTpycQ
disk.yandex.ru/d/4TOloqSyd11BXw
disk.yandex.ru/d/Eza7hR44rM-cIQ
disk.yandex.ru/d/gtdN88IrDRyOiw
disk.yandex.ru/d/zJSo7Y_hepcZrg
docs.microsoft.com/en-us/sysinternals/downloads/notmyfault
down10.software/download-memz-trojan
download.sysinternals.com/files/NotMyFault.zip
download82.com/get/download/windows/notmyfault
downloadcrew.com/article/34216/notmyfault
downloadcrew.com/download/35838/notmyfault
drive.google.com/drive/folders/1JdSuKUf_TfVyP6OyjEry8ojzJ0tcc3iP
drive.google.com/file/d/0B3H-OdiWq7CWYmdwYzVfV0tCbFE
drive.google.com/file/d/1EHabSGfHe9xtxhJMEfMDc7Xl29Ftn3uW
drive.google.com/file/d/1LfqfSxsg1JxN4YnmHTbiY85QQr_GsDS_
drive.google.com/file/d/1Og331QnIbHe_hdelCEcLaHghhfpumhJ-
drive.google.com/file/d/1i7bGHuh1kFXYuDAA479vksBKSKdK2ygS
drive.google.com/file/d/1jMwoo4qv24mdBiPhAsUSUQza5qJJ4Vxh
drive.google.com/file/d/1q0dEF24ZW-Oy-RN1eDKWt7KIf6cqNxxB
drive.google.com/file/d/1qVqn8KGOHT0SH0MQAdLuIP7Co6UXP5_O
drive.google.com/file/d/1rGkyJk-bjaQgmHG4Uv69QbnV8Qu8ry4t
drive.google.com/file/d/1rdxHq4nMUgLB4uckpPa9qSo9VcdNL7yU
drive.google.com/file/d/1riNQJYIMPVCE6-qAkd_nE0IRfjImdtOR
drive.google.com/file/d/1tTtmaTEaIXOzGE-winYfQ0hQ1C_ip6bQ
drive.google.com/u/0/uc?id=1EHabSGfHe9xtxhJMEfMDc7Xl29Ftn3uW&export=download
drive.google.com/u/0/uc?id=1L_vzLTUIHWkIB6NzqE-hhtPusiAksMuA
drive.google.com/u/0/uc?id=1TMxKwrQOCz2lk9qLKVVggOoyyWCiCLjE
drive.google.com/u/0/uc?id=1TMxKwrQOCz2lk9qLKVVggOoyyWCiCLjE&export=download
drive.google.com/u/0/uc?id=1cjBQO5-G-TddrmtHM1jePtkxWNJE0TIn
drive.google.com/u/0/uc?id=1rb-Ia43fyD48OTLPHyRnHbWnfzX7jnia
drive.google.com/u/0/uc?id=1v7k9cfVkSHwzfxhvPFM_cHM-gl2eE6UV
drive.google.com/u/0/uc?id=1v7k9cfVkSHwzfxhvPFM_cHM-gl2eE6UV&export=download
drive.google.com/uc?export=download&confirm=5yWH&id=1TMxKwrQOCz2lk9qLKVVggOoyyWCiCLjE
drive.google.com/uc?export=download&id=1fQgml0xCJX61Q-bkfk8-m7TDSA9MotZu
drive.google.com/uc?id=145dpSZ5d3ixZNWxpB1tvm-VVV-fQx2A1
drive.google.com/uc?id=1LfqfSxsg1JxN4YnmHTbiY85QQr_GsDS_
drive.google.com/uc?id=1R3DBNBenvKSHYq8YVw2TomGt8qOpYU5T
drive.google.com/uc?id=1i7bGHuh1kFXYuDAA479vksBKSKdK2ygS
dropbox.com/s/71sveo6bcb4ai9s
dropbox.com/s/dl/tedg2g58bfw6q8t
dropbox.com/s/ggwrcbceoug890m
dropbox.com/s/hdf2tq9qcnfbq9z
dropbox.com/s/tedg2g58bfw6q8t
dropbox.com/s/ypzk3dm2kemf8x5
dropbox.com/sh/3z92ec1kgwb51k1/AADBW_aXT2UEyUOmm8VdYtrXa
dropbox.com/sh/g604dmiyy3dmdom/AAAxIvVVkcugYKPReiMqbXGta
eliastiksofts.com/en/faux-virus
filehippo.com/download_memz-trojan
files--duckiplays.repl.co/files/cvm/desconnet
files.duckiplays.repl.co/files/cvm/desconnet
files.fm/u/nu6brjqjy
files.fm/u/xw4758wxu
flies.sh/claimer.py
fs-01.cyberdrop.cc/MalwareDatabase-master-RzRhMsGu.zip
gist.github.com/FlyTechVideos/2a9b260f0cd440fbe316241ffc8e48ac
gist.github.com/WitherOrNot/8ead32aede204b601f624ce7415a3289
gist.githubusercontent.com/FlyTechVideos/2a9b260f0cd440fbe316241ffc8e48ac/raw/135c747f02af087ab6c1125474d123a21e58f28e/claimer.py
github.com/0x48piraj/MalWAReX
github.com/0xc1r3ng/Materi-Ransomware
github.com/11leak
github.com/12ert
github.com/7cf
github.com/9xDEV
github.com/AG5516
github.com/ActorExpose/MalwareDatabase-2
github.com/Alexander124234/MalwareDatabase/
github.com/Alexandre398
github.com/AlinResources/
github.com/ArTicZera
github.com/BSOD-Programming-Team
github.com/BaRRaKudaRain/RedZone
github.com/BayEnesLOL3
github.com/C0desr/Bypass-CollabVM-malware
github.com/ChimesOfDestruction
github.com/Clutt-Virus
github.com/CollabVM-Unofficial/LEURAK_RANSOMWARE
github.com/Copy05
github.com/Da2dalus/
github.com/DaBigNerd/MalwareDatabase
github.com/DanielProfessional
github.com/Dfmaaa/MEMZ-virus
github.com/Dobby233Liu/HarmlessMEMZ
github.com/DumbstuffTC/
github.com/Endermanch
github.com/EvolvingSysadmin/Malware-Zoo
github.com/FABI12YT/memz-clean-4.0
github.com/FaridMohammed/WinLockerBuilderv5
github.com/FireAndres2317/Virus
github.com/FlowersUser7213
github.com/FlyTechVideos/
github.com/ForkieHub/ForkMaker3000
github.com/ForkieHub/LegacyForkMaker
github.com/GeForceNero17/Leaked-Malwares
github.com/GetMbr
github.com/Gork3m
github.com/Gork3m/MrsMajor-1.0
github.com/HMT2008/HMT-Virus
github.com/HWTT00
github.com/HackerSinhos/You-Are-An-Idiot
github.com/HappyPong666
github.com/Haxhom/malware-leaks
github.com/Imp0ssibl3
github.com/InQuest/malware-samples
github.com/Itzsten
github.com/LegitDax009/
github.com/Lenauk419
github.com/LeoLezury
github.com/LimeGroupYT/
github.com/Lmaoctrl
github.com/Londiuh/ScreenFuck
github.com/LuckyKazya
github.com/MARSHMALLLOW/
github.com/MEMZ-Virus-Download
github.com/MalwareDownload
github.com/MalwareSamples
github.com/MalwareStudio
github.com/MarkusMaal/BlueScreenSimulatorPlus
github.com/Maruf132/
github.com/Matelpro777/
github.com/MathInDOS/MalwareArchive
github.com/MichaelEpicA/programforfuckingforkies
github.com/MinhasKamal
github.com/Mist0090
github.com/Mist32bick
github.com/MixMax-CoderKid/WannacrySample
github.com/MrH1TM4N86/MrsMajor-2.0
github.com/NEUAI/MalwareLibrary
github.com/NTFS123
github.com/Naxistb/malwares
github.com/NewthanGuy/
github.com/NotReal96/Malware
github.com/NyDubh3/MEMZ
github.com/Objective-see/Malware
github.com/OmarProGamer98
github.com/OrganizedMayhem/Malware_Samples
github.com/OriCoding
github.com/OwO-Studio/
github.com/Pandotech1
github.com/Panlyg
github.com/PinguRepository/
github.com/Pyran1/MalwareDatabase
github.com/R3YW1N
github.com/Rahib777-7
github.com/Ruzie/MalwareArchive
github.com/S28667145
github.com/ShubhamGuptaIN/WannaCry-ransomware-attack-Virus
github.com/SkwalExe/Malwares
github.com/SkwalExe/virusDB
github.com/Sn8ow/
github.com/StarNumber12046/MalwareDatabase
github.com/SuperLol211/bonzify_exe
github.com/SwagSoSaucy
github.com/System32Booster
github.com/SzymonDevs
github.com/TR-TECH-GUIDE/MalwareDatabase
github.com/TRex219961/virus
github.com/Thathip/
github.com/The-Memzer/MrsMajor2.0
github.com/TheC0mpany
github.com/TheDarkMythos/windows-malware
github.com/ThisIsALegitUsername/NoEscape
github.com/Toxman1429
github.com/UnamSanctam
github.com/UnforeseenOcean
github.com/VHS32
github.com/Vichingo455
github.com/Viper4K/
github.com/VortexGTX
github.com/Wirus-deleted-my-username/youareanidiot-original
github.com/XPower7125/MalwareDatabase
github.com/XPower7125/memz
github.com/XelXen/Downloads
github.com/Xz1il/The-Dictionary
github.com/Zoey74/MalwareDatabase
github.com/Zusyaku
github.com/aadrians1/kitteyhacker
github.com/acastillorobles77/
github.com/adarift/njRAT
github.com/adeemm
github.com/aliennnnnnnnn/ChilledWindows
github.com/arwn/memez
github.com/barbarishka
github.com/bill-zhanxg
github.com/brad-duncan/malware-samples
github.com/chronosmiki/RANSOMWARE-WANNACRY-2.0
github.com/compot1234
github.com/crecraf/MalwareDatabase
github.com/cteklo228
github.com/cvm01/shidware
github.com/cvmsa
github.com/cycxtit2022
github.com/danfigueroa
github.com/dimavoronkov2/WinLocker-Builder-
github.com/doshikrat/mrsmajor3.0
github.com/dumbstuffified
github.com/enzymz/WannaCry
github.com/erwrebwreqqgw13213/MrsMajor2.0
github.com/explodingstuff
github.com/fabrimagic72/malware-samples
github.com/fadyosman/WannaCrySample
github.com/funnyenderman
github.com/fuze136
github.com/gergo2015
github.com/goddamnnoob/Malware-1
github.com/govanco/malware
github.com/gr33ntii/malware-collection
github.com/hamutan86/PCTrash-v2.0.0
github.com/haxoi
github.com/haxou
github.com/hecg119/MalwareDatabase
github.com/hildaboo
github.com/iannat1/windows
github.com/itisyeeuwu
github.com/itsBotCoder/ChilledWindows
github.com/itsmepayback
github.com/jpiechowka/quick-bsod/
github.com/jstrosch/malware-samples
github.com/kaiserfarrell/malware
github.com/kdbCharlie/Chaotic-Malware-Archive
github.com/kh4sh3i
github.com/km-khonsu/malware-repository
github.com/kn809251
github.com/limiteci/WannaCry
github.com/localalloc
github.com/lucthienphong1120
github.com/lukagbr/malwaredb
github.com/lunatiikxd/lunatiiksrepo
github.com/malwarepad
github.com/malwares/
github.com/marselshow
github.com/maxjiang2021/REGFuck2
github.com/mishav78
github.com/moongazer07
github.com/mstfknn/android-malware-sample-library
github.com/mstfknn/malware-sample-library
github.com/nopahc
github.com/notsyncing12309/collabvm-forkie-scripts
github.com/orangegrouptech/Biohazards-from-orangegrouptech/
github.com/p1v3l
github.com/palahsu
github.com/pankoza2-pl
github.com/peewpw/Invoke-BSOD
github.com/phanvu12j1/votr
github.com/phuc223/
github.com/pog5/
github.com/purplevibe32
github.com/qH0sT/Ransomware-Builder-v0.2d
github.com/signron/CuteViruses
github.com/sli5e
github.com/someguy192
github.com/srcatt/VirusDatabase
github.com/stennen
github.com/swagdude69/MalwareDatabase
github.com/theDesConnet
github.com/theevilteam
github.com/trex219961
github.com/trulone
github.com/tuanvudev
github.com/tutorreceh/MrsMajor
github.com/vvinlind/MEMZ
github.com/watertot
github.com/weyh/screen-melter
github.com/whypet
github.com/win2007
github.com/wobbychip
github.com/x8BitRain/BonziRogue/
github.com/yourminebro/MEMZ-Clean-
github.com/ytisf/
github.com/zDominik111
github.com/zDominik111/Holzer
github.com/zR00t1/WannaCry
github.com/zakybstrd21215/Sampel-Ransomware-WannaCry-NotPetya
github.com/zoffas
gitlab.com/NewthanGuy
goo.su/Gzb47Y
ia600704.us.archive.org/10/items/memz_batch_code_201811/memz_batch_code.txt
ia800700.us.archive.org/5/items/MEMZ4.0Clean_20181103
ia801005.us.archive.org/35/items/bonzibuddy432_201910
iowin-download.net/dowl/bonzibuddy.exe
iowin.net/en/bonzibuddy
jmp.sh/RUoLCzl
jumpshare.com/v/dMMz8sQuZKLyTKNfwR6T
learn.microsoft.com/en-us/sysinternals/downloads/notmyfault
live.sysinternals.com/Files/NotMyFault.zip
live.sysinternals.com/notmyfault.exe
live.sysinternals.com/notmyfault64.exe
live.sysinternals.com/notmyfaultc.exe
live.sysinternals.com/notmyfaultc64.exe
m.majorgeeks.com/files/details/not_my_fault.html
m.majorgeeks.com/files/details/notmyfault.html
m.majorgeeks.com/mg/getmirror/not_my_fault,1.html
m.majorgeeks.com/mg/getmirror/notmyfault,1.html
majorgeeks.com/files/details/notmyfault.html
majorgeeks.com/mg/get/notmyfault,1.html
majorgeeks.com/mg/getmirror/not_my_fault.1.html
majorgeeks.com/mg/getmirror/notmyfault,1.html
majorgeeks.com/mg/getmirror/notmyfault,2.html
mediafire.com/file/0iluiecbbpt5atz
mediafire.com/file/0j6yoajdna72flq
mediafire.com/file/0xi68dacchko8hu
mediafire.com/file/28jy9zov3lommso
mediafire.com/file/2g9evgisb0e8lyp
mediafire.com/file/2gq6v8vrdqz5csz
mediafire.com/file/2jnqdm4kzppv8tq
mediafire.com/file/3ppu35iic2imofu
mediafire.com/file/3rmx37agf5hjjfc
mediafire.com/file/5aelsvrxj6i04j3
mediafire.com/file/5kchq2tnuykrx08
mediafire.com/file/5o7l42rn89px7yn
mediafire.com/file/65rd1q2jwtke83i
mediafire.com/file/6grod9ew5jotdq5
mediafire.com/file/6oqqb9qtr8qw91g
mediafire.com/file/70dlxmk4begjqkq
mediafire.com/file/7fe3r1j3rk4dc9r
mediafire.com/file/8knz86jx235p3jr
mediafire.com/file/8yljkj58fle4m49
mediafire.com/file/9b5ajcpgd5gt0m0
mediafire.com/file/9f8fds9s3efg7so
mediafire.com/file/9rsw9l9roe6k818
mediafire.com/file/ae0zxr28s53u6ix
mediafire.com/file/altsnevyco2yxpk
mediafire.com/file/b4po7sjtayibcb3
mediafire.com/file/c0bte5uxiy9d2ix
mediafire.com/file/cck7me4pyq9ft6w
mediafire.com/file/d6cdkh35rptxaxy
mediafire.com/file/d8pmyhk8du5pqjt
mediafire.com/file/dbp7hso6sq05p2g
mediafire.com/file/dfotj2owkvlid8t
mediafire.com/file/dmlkvkpbfxii76j
mediafire.com/file/e6wr9njct9lhvqd
mediafire.com/file/enui75jr3o03w64
mediafire.com/file/et4tjdfypjnpgkb
mediafire.com/file/f2unf2011mi1njz
mediafire.com/file/f64sserldk9ndmh
mediafire.com/file/fo79uu95eq033kx
mediafire.com/file/frum6q09q9kndmi
mediafire.com/file/g7symfac1iu8smx
mediafire.com/file/gdx5xzn2ggkaep6
mediafire.com/file/h5ufn60f227jgft
mediafire.com/file/h65dw3zwfzpnkve
mediafire.com/file/h9a2s8tdz19hej1
mediafire.com/file/hrssy96y9hqf8gy
mediafire.com/file/ibdnz9ku6wcidlu
mediafire.com/file/im244eldy2fy4wd
mediafire.com/file/itqrprk8agmhb9q
mediafire.com/file/jezg72i4244u9c4
mediafire.com/file/jqhios9xnvvhvi2
mediafire.com/file/jqzqy2ps6nofsoq
mediafire.com/file/kzq0nz9k0i4k8kx
mediafire.com/file/l2sb98wdr1oxpu7
mediafire.com/file/l2w7foftzrp5dac
mediafire.com/file/l66c4q5ud7zx2ra
mediafire.com/file/lcq6c3jy1ong9se
mediafire.com/file/mycrwjqppr4rcy5
mediafire.com/file/nb4h18wqqokwqok
mediafire.com/file/ngnut0851mbl15r
mediafire.com/file/oqqxts0492odgps
mediafire.com/file/or3wecpx41l3mmm
mediafire.com/file/p806dciw8p5un1t
mediafire.com/file/pxfq53mrwwvb9xz
mediafire.com/file/q9lm41lo4mraggd
mediafire.com/file/qdlnv5o2d4i9fh4
mediafire.com/file/qmvnoc3l9c7xzv1
mediafire.com/file/r1613idlulz8pc6
mediafire.com/file/ry3ufabjqlxmdlj
mediafire.com/file/s4qerqd20dqghln
mediafire.com/file/s6616rp6ya4a09i
mediafire.com/file/su3f5w3felswpy1
mediafire.com/file/suap2809akf5mbc
mediafire.com/file/t5ghhb9mlarh5nq
mediafire.com/file/trhor2p1zicnbl9
mediafire.com/file/u1rctu3hlhpd233
mediafire.com/file/u1sxmoww4mzr3tp
mediafire.com/file/uast2t8w6flthux
mediafire.com/file/w1dtkg52v7qxbwr
mediafire.com/file/yw70g38rbagkybx
mediafire.com/file/z09cvfso148vsuw
mediafire.com/file/z21j8ddcz92pmgv
mediafire.com/file/z29n76g4bmahh20
mediafire.com/file/zfyxrjp59olcjzb
mediafire.com/folder/60qoie8ka9azq
mega.nz/file/3LI3USAB
mega.nz/file/79lE1CIL
mega.nz/file/9N9HGAZT
mega.nz/file/ONx1ySbZ
mega.nz/file/RDBADTSb
mega.nz/file/ViZyWRjD
mega.nz/file/WlNE2RAY
mega.nz/file/YLwlFYqT
mega.nz/file/gtVyhBbK
mega.nz/file/kOYkVTqZ
mega.nz/file/oXpGALjS
mega.nz/file/qtoQWCRb
mega.nz/file/wDB2XTjR
mega.nz/folder/310SCQjK
mega.nz/folder/EiB0ADbI
mega.nz/folder/hLhCyQpb
mega.nz/folder/xy5iFAxA
megawrzuta.pl/download/b569881a14cc0cd40830cfb93ba66b3c.html
megawrzuta.pl/files/3a70e2b5bba1a64ca618c87b270b9748.zip
megawrzuta.pl/files/f6f03fa89b19cdc2fd70fd2bd5543dd3.zip
mickelpickel.itch.io/chilled-windows-new-link
oldergeeks.com/downloads/download.php?id=2549
onedrive.live.com/?authkey=!AEQxYM9BIfxbCc8&id=C81C413D1C0945E3!53581&cid=C81C413D1C0945E3
oxy.st/d/kyOf
pconlife.com/download/otherfile/189271/95c0fc4f2b53928ce413b1e93bd5c98d
pconlife.com/download/otherfile/332881/3f3a69b0de0261d116206a2088a9011f/
pconlife.com/download/otherfile/58052/0c6ed0f4b8ef5d1ead326a667ee3004a
raw.githubusercontent.com/0x48piraj/MalWAReX
raw.githubusercontent.com/0xc1r3ng/Materi-Ransomware
raw.githubusercontent.com/12ert
raw.githubusercontent.com/7cf
raw.githubusercontent.com/AG5516
raw.githubusercontent.com/Alexander124234/MalwareDatabase/
raw.githubusercontent.com/Alexandre398
raw.githubusercontent.com/AlinResources/
raw.githubusercontent.com/ArTicZera
raw.githubusercontent.com/BSOD-Programming-Team
raw.githubusercontent.com/BaRRaKudaRain/RedZone
raw.githubusercontent.com/BayEnesLOL3
raw.githubusercontent.com/C0desr/Bypass-CollabVM-malware
raw.githubusercontent.com/ChimesOfDestruction
raw.githubusercontent.com/CollabVM-Unofficial/LEURAK_RANSOMWARE
raw.githubusercontent.com/Da2dalus/
raw.githubusercontent.com/DanielProfessional
raw.githubusercontent.com/Dobby233Liu/HarmlessMEMZ
raw.githubusercontent.com/DumbstuffTC/
raw.githubusercontent.com/Endermanch
raw.githubusercontent.com/EvolvingSysadmin/Malware-Zoo
raw.githubusercontent.com/FABI12YT/memz-clean-4.0
raw.githubusercontent.com/FaridMohammed/WinLockerBuilderv5
raw.githubusercontent.com/FireAndres2317/Virus
raw.githubusercontent.com/FlowersUser7213
raw.githubusercontent.com/FlyTechVideos/
raw.githubusercontent.com/GeForceNero17/Leaked-Malwares
raw.githubusercontent.com/GetMbr
raw.githubusercontent.com/Gork3m/MrsMajor-1.0
raw.githubusercontent.com/HWTT00
raw.githubusercontent.com/HackerSinhos/You-Are-An-Idiot
raw.githubusercontent.com/HappyPong666
raw.githubusercontent.com/Haxhom/malware-leaks
raw.githubusercontent.com/Imp0ssibl3
raw.githubusercontent.com/Itzsten
raw.githubusercontent.com/LegitDax009/
raw.githubusercontent.com/Lenauk419
raw.githubusercontent.com/LeoLezury
raw.githubusercontent.com/LimeGroupYT/
raw.githubusercontent.com/Lmaoctrl
raw.githubusercontent.com/Londiuh/ScreenFuck
raw.githubusercontent.com/MARSHMALLLOW/
raw.githubusercontent.com/MalwareDownload
raw.githubusercontent.com/MalwareSamples
raw.githubusercontent.com/MarkusMaal/BlueScreenSimulatorPlus
raw.githubusercontent.com/Maruf132/
raw.githubusercontent.com/Matelpro777/
raw.githubusercontent.com/MathInDOS/MalwareArchive
raw.githubusercontent.com/MichaelEpicA/programforfuckingforkies
raw.githubusercontent.com/MinhasKamal
raw.githubusercontent.com/Mist0090
raw.githubusercontent.com/Mist32bick
raw.githubusercontent.com/MixMax-CoderKid/WannacrySample
raw.githubusercontent.com/MrH1TM4N86/MrsMajor-2.0
raw.githubusercontent.com/NEUAI/MalwareLibrary
raw.githubusercontent.com/NTFS123
raw.githubusercontent.com/Naxistb/malwares
raw.githubusercontent.com/NewthanGuy/
raw.githubusercontent.com/NotReal96/Malware
raw.githubusercontent.com/Objective-see/Malware
raw.githubusercontent.com/OrganizedMayhem/Malware_Samples
raw.githubusercontent.com/OwO-Studio/
raw.githubusercontent.com/Pandotech1
raw.githubusercontent.com/Panlyg
raw.githubusercontent.com/PinguRepository
raw.githubusercontent.com/R3YW1N
raw.githubusercontent.com/Ruzie/MalwareArchive
raw.githubusercontent.com/S28667145
raw.githubusercontent.com/ShubhamGuptaIN/WannaCry-ransomware-attack-Virus
raw.githubusercontent.com/SkwalExe/Malwares
raw.githubusercontent.com/SkwalExe/virusDB
raw.githubusercontent.com/Sn8ow/
raw.githubusercontent.com/SuperLol211/bonzify_exe
raw.githubusercontent.com/SwagSoSaucy
raw.githubusercontent.com/SzymonDevs
raw.githubusercontent.com/TR-TECH-GUIDE/MalwareDatabase
raw.githubusercontent.com/TRex219961/virus
raw.githubusercontent.com/Thathip/
raw.githubusercontent.com/The-Memzer/MrsMajor2.0
raw.githubusercontent.com/TheC0mpany
raw.githubusercontent.com/TheDarkMythos/windows-malware
raw.githubusercontent.com/ThisIsALegitUsername/NoEscape
raw.githubusercontent.com/UnforeseenOcean
raw.githubusercontent.com/VHS32
raw.githubusercontent.com/Vichingo455
raw.githubusercontent.com/Viper4K/
raw.githubusercontent.com/VortexGTX
raw.githubusercontent.com/Wirus-deleted-my-username/youareanidiot-original
raw.githubusercontent.com/XPower7125/MalwareDatabase
raw.githubusercontent.com/XPower7125/memz
raw.githubusercontent.com/XelXen/Downloads
raw.githubusercontent.com/Xz1il/The-Dictionary
raw.githubusercontent.com/Zoey74/MalwareDatabase
raw.githubusercontent.com/Zusyaku
raw.githubusercontent.com/acastillorobles77/
raw.githubusercontent.com/adarift/njRAT
raw.githubusercontent.com/aliennnnnnnnn/ChilledWindows
raw.githubusercontent.com/arwn/memez
raw.githubusercontent.com/barbarishka
raw.githubusercontent.com/bill-zhanxg
raw.githubusercontent.com/brad-duncan/malware-samples
raw.githubusercontent.com/chronosmiki/RANSOMWARE-WANNACRY-2.0
raw.githubusercontent.com/compot1234
raw.githubusercontent.com/cteklo228
raw.githubusercontent.com/cvm01/shidware
raw.githubusercontent.com/cycxtit2022
raw.githubusercontent.com/dimavoronkov2/WinLocker-Builder-
raw.githubusercontent.com/dumbstuffified
raw.githubusercontent.com/enzymz/WannaCry
raw.githubusercontent.com/erwrebwreqqgw13213/MrsMajor2.0
raw.githubusercontent.com/fabrimagic72/malware-samples
raw.githubusercontent.com/fadyosman/WannaCrySample
raw.githubusercontent.com/fuze136
raw.githubusercontent.com/goddamnnoob/Malware-1
raw.githubusercontent.com/govanco/malware
raw.githubusercontent.com/gr33ntii/malware-collection
raw.githubusercontent.com/hamutan86/PCTrash-v2.0.0
raw.githubusercontent.com/haxoi
raw.githubusercontent.com/iannat1/windows
raw.githubusercontent.com/itsBotCoder/ChilledWindows
raw.githubusercontent.com/itsmepayback
raw.githubusercontent.com/jpiechowka/quick-bsod/
raw.githubusercontent.com/jstrosch/malware-samples
raw.githubusercontent.com/kaiserfarrell/malware
raw.githubusercontent.com/kh4sh3i
raw.githubusercontent.com/km-khonsu/malware-repository
raw.githubusercontent.com/limiteci/WannaCry
raw.githubusercontent.com/localalloc
raw.githubusercontent.com/lukagbr/malwaredb
raw.githubusercontent.com/malwarepad
raw.githubusercontent.com/malwares/
raw.githubusercontent.com/marselshow
raw.githubusercontent.com/maxjiang2021/REGFuck2
raw.githubusercontent.com/mstfknn/android-malware-sample-library
raw.githubusercontent.com/mstfknn/malware-sample-library
raw.githubusercontent.com/nopahc
raw.githubusercontent.com/notsyncing12309/collabvm-forkie-scripts
raw.githubusercontent.com/orangegrouptech/Biohazards-from-orangegrouptech/
raw.githubusercontent.com/palahsu
raw.githubusercontent.com/pankoza2-pl
raw.githubusercontent.com/peewpw/Invoke-BSOD
raw.githubusercontent.com/phuc223/
raw.githubusercontent.com/pog5/
raw.githubusercontent.com/signron/CuteViruses
raw.githubusercontent.com/someguy192
raw.githubusercontent.com/srcatt/VirusDatabase
raw.githubusercontent.com/swagdude69/MalwareDatabase
raw.githubusercontent.com/theDesConnet
raw.githubusercontent.com/theevilteam
raw.githubusercontent.com/trulone
raw.githubusercontent.com/tutorreceh/MrsMajor
raw.githubusercontent.com/vvinlind/MEMZ
raw.githubusercontent.com/watertot
raw.githubusercontent.com/weyh/screen-melter
raw.githubusercontent.com/whypet
raw.githubusercontent.com/win2007
raw.githubusercontent.com/x8BitRain/BonziRogue
raw.githubusercontent.com/yourminebro/MEMZ-Clean-
raw.githubusercontent.com/ytisf/
raw.githubusercontent.com/zDominik111
raw.githubusercontent.com/zakybstrd21215/Sampel-Ransomware-WannaCry-NotPetya
raw.githubusercontent.com/zoffas
raw.githubusetcontent.com/zR00t1/WannaCry
repl.it/@baconboi1
replit.com/@baconboi1
replit.com/@felixgaming1
replit.com/@swagdude69
rileleon.itch.io/mrsmajor
sam-hogan-fan.itch.io/chilled-windows
sapcord.pl/ptoszek/
secure-download.top4download.com/BonziBuddy432.exe
secure-download.x64bitdownload.com/BonziBuddy432.exe
sendspace.com/file/b3nqja
sites.google.com/view/malware121
sites.google.com/view/minhdownloadvirus
sites.google.com/view/trojans
soft.systemd.ru/%d0%b2%d0%b8%d1%80%d1%83%d1%81%d0%bd%d1%8f.7z
softoware.org/get-memz-trojan.html
softpedia.com/get/System/System-Info/Downloading-Not-My-Fault.shtml
softpile.com/bonzi-buddy
solidfiles.com/v/dNAMWmgmL5AZj
sourceforge.net/project/highorbitioncannon
sourceforge.net/projects/programoverflow
top4download.com/bonzi-buddy
transferxl.com/download/08vYtV5c6N75Y9
wdfiles.ru/a852474
windows8downloads.com/win8-bonzi-buddy
workupload.com/start/67wWuMD
workupload.com/start/vBaNvPMG
x64bitdownload.com/download/t-64-bit-bonzi-buddy-download-yiyhwfjc.html
x64bitdownload.com/downloads/t-64-bit-bonzi-buddy-download-yiyhwfjc.html
upload.ee/download/7095638/
upload.ee/files/7095638/
github.com/fractalizetech0104
codeload.github.com/fractalizetech0104
raw.githubusercontent.com/fractalizetech0104
github.com/Nazar17P3426
codeload.github.com/Nazar17P3426
raw.githubusercontent.com/Nazar17P3426
mega.nz/file/0x9iiKAK
mediafire.com/file/relh4fqe33if1t3
mediafire.com/file/uvge7gbbcwnsb6b
mediafire.com/file/kmxgc9in9zk6i8d
afterdawn.com/software/system_tools/misc_system_tools/notmyfault.cfm
rezynka.ct8.pl/secret
codeload.github.com/EnginnerDog/viruses
github.com/EnginnerDog/viruses
raw.githubusercontent.com/EnginnerDog/viruses
sites.google.com/view/virusesforcollabvm
wdfiles.ru/1rR5z
upload.ee/files/15764185
wdfiles.ru/1rRdr
upload.ee/files/15766602
archive.org/download/chilledwindows_2017
archive.org/details/chilledwindows_2017
archive.org/compress/chilledwindows_2017
archive.org/download/notmyfault_202302
archive.org/details/notmyfault_202302
archive.org/compress/notmyfault_202302
wdfiles.ru/1rU6q
sites.google.com/view/malwarecreinc
wdfiles.ru/1rUzf
upload.ee/files/15834486
mediafire.com/file/kvt1t9r3h3yjvgj
leopard.hosting.pecon.us/dl/lryfu/
udrop.com/L1Zw
github.com/Haroun-Haeder
codeload.github.com/Haroun-Haeder
raw.githubusercontent.com/Haroun-Haeder
archive.org/download/Bonzi1999
archive.org/details/Bonzi1999
archive.org/compress/Bonzi1999
temp.sh/ROnKD/
temp.sh/rUOtG/
github.com/SavaLava9/Viruses-I-Made
codeload.github.com/SavaLava9/Viruses-I-Made
raw.githubusercontent.com/SavaLava9/Viruses-I-Made
files.catbox.moe/cibfts.rar
plnkr.co/edit/2Z8jTYXrGVSKMdMu
softradar.com/not-my-fault/
us.softradar.com/static/products/not-my-fault/
github.com/Konskylux
codeload.github.com/Konskylux
raw.githubusercontent.com/Konskylux
github.com/pyran1
codeload.github.com/pyran1
raw.githubusercontent.com/pyran1
github.com/wojtek1wojtek
codeload.github.com/wojtek1wojtek
raw.githubusercontent.com/wojtek1wojtek
github.com/simalei/njRAT
codeload.github.com/simalei/njRAT/
raw.githubusercontent.com/simalei/njRAT/
github.com/malwaretester123
codeload.github.com/malwaretester123
raw.githubusercontent.com/malwaretester123
github.com/red-wipet
codeload.github.com/red-wipet
raw.githubusercontent.com/red-wipet
github.com/Nazar17P3948
codeload.github.com/Nazar17P3948
raw.githubusercontent.com/Nazar17P3948
cdn.discordapp.com/attachments/949286428435693649/996345275855687790/

464
categories/nsfw/domains Normal file
View file

@ -0,0 +1,464 @@
#listcategory: "NSFW Content"
14words.com
192.95.4.124
1girl1bowl.com
1girl1pitcher.com
1girl1pitcher.org
1guy1cock.com
1man1jar.org
1man2needles.com
1priest1nun.com
1priest1nun.net
1top.club
2girls1cup.cc
2girls1cup.ws
2girls1finger.org
2guys1stump.org
4girlsfingerpaint.com
4girlsfingerpaint.org
5mins.shop
7dak.com
aaargh-international.org
aaargh.com.mx
abandonfear.tumblr.com
abbc.com
adelaideinstitute.org
adios-hola.org
aflamaljins.com
agn.ph
air-photo.com
algerie-francaise.org
americandefenseleague.com
americannaziparty.com
amren.com
anon.sx
anp14.com
anu.org
anus.com
armyofgod.com
arrrr.ga
aryan-nation.org
aryan-nations.org
aryan88.com
aryannations88.com
aryanwear.com
aryion.com
aufmarsch.de
auslaenderstopp.net
azelin.files.wordpress.com
bagarres.com
baraag.net
barnesreview.org
bdsmpain.info
bebi.com
beheadedart.com
bestgore.com
besti.love
bhsweden.tsx.org
bibtor.com
blancheurope.com
blogdemariepauledarchicourt.hautetfort.com
bloodandhonour.com
bloodandhonour.de
bloodshows.com
bluewaffle.biz
bnp.net
bongacams.com
bottleguy.com
bowlgirl.com
buchanan.org
buendnis-rechts.de
bulldog88.tsx.org
burks.de
cacerfarien.fr
cadaver.org
campaign.davidduke.com
cenobite.com
charonboat.com
chat.com
chat.org
christiangallery.com
christianseparatist.org
civil-liberties.com
clownsong.com
codoh.com
codoh.org
cofcc.org
collage.listal.com
compuserb.com
contrelislam.org
creator.org
crusader.net
cupvid.com
d-teaser.net
d301cxwfymy227.cloudfront.net
daaargh.narod.ru
dailevy.space
dailyrotten.com
dakingnv.cn
dakingnv.com
darmarit.org
datingindia.top
deadhouse.org
deadhouse.ru
deadhouse.xyz
dealer-lejeu.com
deathtube.net
democratie-participative.com
democratie-participative.fr
democratie.participative.com
democratie.participative.fr
democratie.participative.net
democratieparticipative.biz
democratieparticipative.com
democratieparticipative.fun
democratieparticipative.lol
democratieparticipative.net
democratieparticipative.org
democratieparticipative.site
democratieparticipative.website
der-fuehrer.org
der-stuermer.org
derpibooru.org
derpy.tv
detroithardcore.com
deutsches-rechtsbuero.de
deutsches-reich.de
diaperporn.xxx
documentingreality.com
domporno.tv
donotwatch.org
dood.yt
dozubatan.com
dsz-verlag.de
dynabyte.ca
e621.net
ebalka.biz
ebarik.com
eelsoup.net
emit.technology
encyclopediadramatica.online
engo.mint.lgbt
enjoywhileitlasts222.tumblr.com
etsi.me
ety.com
exdynsrv.com
fa.federation-anarchiste.org
faem.com
fanbox.cc
fast-datings.top
feetfinder.com
flawlesslogic.com
flirthot.fun
folieporno.fr
forogore.com
fortnitesex.com
forum.prostasia.org
fpp.co.uk
france-avenir.com
franceavenir.free.fr
frank-rennicke.de
freedomsite.org
freikorps.com
freimaurer.org
freychang.fun
fruitlauncher.com
fun.moe
funnelchair.com
furaffinity.net
fuzzybunnies.ytmnd.com
gaelle.hautetfort.com
giantcheesetaco.com
gigatorrent.xyz
globalfire.tv
gloimg.gbtcdn.com
gnaa.ga
goatkcd.com
goatse.ru
goatsedance.com
goatsegirl.org
godhatesfags.com
goo-gl.su
goredb.com
goreforum.com
goregrish.com
goresee.com
grekagitia31.cc
gruble.de
gudeian.50megs.com
guderian.ds4a.com
hai2u.com
haku.ahmia.fi
hammerskins.com
hanime.com
hanse-records.de
heathenfront.org
heimatkunde.tsx.org
herpy.nu
hitler.org
hoffman-info.com