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
holywar.org
homewares.org
horriblevideos.com
horsesandteengirls.com
hotsimulator.com
hotssappk.ws
i.4cdn.org
iahushua.com
ihr.org
ilovecoconuts.ueuo.com
img.lb.wbmdstatic.com
img.obrazky.cz
in-page-push.com
innerdepravity.com
intransigeants.com
is2.4chan.org
itweepinbelltor.com
jackgoss.xyz
japscat.org
jdo.org
jeffsarchive.com
jesus-is-lord.com
jetueunami.com
jewwatch.com
jihadology.net
johnsack.com
joi.how
jrk-it.com
jungefreiheit.de
k-k-k.com
kaotic.com
kekma.net
kekmahub.com
kemono.party
kereste.moe
kidschat.net
kidsinsandbox.info
killerkomics.com
kingidentity.com
kisshentaiz.com
kkk.bz
kkkk.net
knaben.ru
knotty.sparx.dog
kriegsfront.tsx.org
krudplug.net
kukluxklan.net
kukluxklan.org
kulmbacher.freeservers.com
le-projet-juif.com
leakreality.com
lemonparty.biz
lemonparty.com
lemonparty.org
libreopinion.com
live.staticflickr.com
lolhello.com
lolibooru.moe
lolshock.com
loltrain.com
louisbeam.com
lthumb.lisimg.com
mangakakalot.tv
mankind.org
meatspin.biz
meatspin.com
melvig.org
merryholidays.org
metapedia.org
micetrap.net
midgaard.org
milgear.fi
milkfountain.com
miscopy.com
missiontoisrael.org
mnsf.info
modelguns-worldwide.com
mudmonster.org
musicalterrorists.com
mydailytips.net
n-a-f.com
natall.com
natvan.com
nazi.org
neural.love
newgrounds.com
neworderknights.com
news-fecomu.cc
news-gatena.cc
news-hakuce.cc
news-huyofa.cc
news-tafadi.cc
news-yahogo.cc
news-yiboho.cc
nhentai.net
nhentai.xxx
nibblehole.com
niggafart.com
nit.de
nizkor.org
noontidepress.com
nordfront.de.cx
nordland.net
nordzeit.de
normanfinkelstein.com
northboot.xyz
npd.net
nsbm.org
nseuropa.org
nsm88.com
nswpp.org
nukeisrael.com
nutabuse.com
octopusgirl.com
oeuvrefrancaise.com
oikrach.com
onion.ly
onion.pet
onlyfans.com
onmarshtompor.com
ooglester.com
opnxng.com
ostara.org
ourhero.com
page2images.b-cdn.net
paheal.net
painolympics.info
painolympics.org
panzerfaust.com
pathcom.com
patriot.dk
paulgo.io
perfectpixel.de
phonejapan.com
play-vids.com
ponerpics.org
porjati.net
pornair.me
pornmarathon0.pump-cdn.com
porno365.ru
pornohirsch.net
pornohutdeutsch.net
pornoraum.com
posse-comitatus.org
priv.au
prolapseman.com
propatria.org
prostasia.org
queinsania.com
racnet.tsx.org
radioislam.net
radioislam.org
rahowa.com
raud.wf
reactor.cc
recherche.catmargue.org
resist.com
revilo-oliver.com
revisionism.com
revisionists.com
roflmao.com
rotten.com
rudolf-hess.org
rule-34.net
rule34.us
rule34.xxx
runthegauntlet.org
sadogate.com
scripturesforamerica.org
scrollbelow.com
selfpwn.org
sh0.it
shockgore.com
shotabriefs.weebly.com
signal-online.de
sigrdrifa.com
skinheadxx.tsx.org
soek.allesbeste.com
sosfrance.com
sourmath.com
spac.me
spac1.org
spcs.me
splcenter.org
ssman.com
stormfront.org
strokeabeat.com
suckdude.com
take-her-24.info
teenmature281.com
thehomo.org
themacuser.org
theync.com
thiazi.net
thulepublications.com
thumbs2.imagebam.com
tightrope.cc
torrends.to
totlnkbn.com
trashercorpse.free.fr
trovu.komun.org
tubgirl.me
turdgasm.com
twibooru.org
unblockedgames621.net
ungraindesable.the-savoisien.com
unitedskins.com
unitedstrike.com
vanguardnewsnetwork.com
vho.org
viszonykereso.com
volkermord.com
vomitgirl.org
vps-44e2482b.vps.ovh.net
wakeupordie.com
walkthedinosaur.com
watchpeopledie.tv
wckkkk.com
wcotc.com
webresistant.over-blog.com
whemporium.com
whipcrack.org
whitehonor.com
whitepower.com
whitepride.com
whitepride.net
whiterace.com
whiteracist.com
widerstand.com
williscarto.com
withinriceukwa.work
wno.org
wormgush.com
wotansdungeon.tsx.org
wpww.com
x-guns.com
xeek.com
xmember.info
xo.wtf
yawtube.com
yesnaja.com
yiffing.in
yiffspot.com
yoderanium.com
yonhelioliskor.com
youngnudism.eu
zoy.orgsalepute.fr
tubgirl.xyz
goatse.xyz
imswinging.com
hai2u.org
lemonparty.cc
soupslushie.com
bigfootproof.com
shocksites.net
tummytear.com
2girls1cupvideo.com
1guy1jar.net
2guys1swing.com
nos.wjv-1.neo.id
# "nsfw"
zorox.to
ivynicolenaturalremedies.com

5988
categories/nsfw/urls Normal file

File diff suppressed because it is too large Load diff

157
categories/other/domains Normal file
View file

@ -0,0 +1,157 @@
#listcategory: "Manually Blocked Sites"
22195976.com
2llmonds4ehcr93nb.com
8kun.top
a-mo.net
adnxs.com
ads.betweendigital.com
adsco.re
adskeeper.co.uk
adskeeper.com
aff-track.net
aigaithojo.com
allbins.co
allcoolnewz.com
altynamoan.com
antisec.tech
aooacctp.com
aooacctp.vip
askdomainad.com
atrac.org
awesomeminer.com
baconaces.pro
baradoot.com
beklefkiom.com
betalonflamechan.com
betteradsystem.com
bonkeyworld.tk
bonzi.lol
bonzi.world
booter.cc
booter.sx
booter.vip
bootersh.xyz
bootyou.net
buuter.cc
cdnativepush.com
celeb-trends-gossip.com
consukultingeca.com
cyberstress.us
cybervm.io
d2er1uyk6qcknh.cloudfront.net
databooter.to
deltastress.com
digitalpush.org
disparagethence.com
downed.us
dragonstresser.com
dreams-stresser.io
duinocoin.com
e2ertt.com
edverys.buzz
elegance.wtf
eswaldderinao.xyz
evil-stress.xyz
exotic-booter.com
fbcdn2.com
fmlb.netlbtu.com
heydos.cc
high-stress.com
hopefullyapricot.com
hub.leakz.org
inpage-push.com
intnotif.club
ipstress.in
ipstress.vip
ipstresser.io
ipstresser.wtf
ipstresser.xyz
juithing-tecolin.com
kabuukimuuki.com
kingstress.me
ksehinkitw.hair
kveww.com
lootie.com
lubinoobi.com
mailbait.info
marleystresser.com
maxonclick.com
md-apache.com
metastresser.com
mgid.com
mgyt.cf
mythicalstress.net
n0404.com
ndandinter.hair
news-easy.org
nightmarestresser.com
notificationstech.com
ocmhood.com
omnatuor.com
onclickalgo.com
onclickgenius.com
onclickperformance.com
ontheotherside.cyou
orphicsecurityteam.com
osirisstresser.xyz
partners-tds.com
paymentsweb.org
pbh-news1.online
pnrtscr.com
project-dxt.xyz
proxylite.ru
ptauxofi.net
publpush.com
push-signals.online
pushmeup.art
pushsar.com
r-tb.com
redstresser.cc
renhadmasandbab.info
reserve-5a846.firebaseio.com
rtmark.net
rubiconproject.com
securityhide.com
sefulheadde.info
sensestresser.xyz
separashpar.xyz
server.erik.red
silentstress.wtf
specia1.com
special-offers.online
str3ssed.co
stresser.app
stresser.gg
stresser.world
stresser.zone
stresslab.sx
sunstresser.com
taiwtp1.com
themailbait.bitbucket.io
time4news.net
toftheca.buzz
toglooman.com
tokijokoloki.com
u0051.com
u0062.com
unmineable.com
verblife-5.co
veukrnmen.xyz
vtoxicity.net
wbidder.online
wboptim.online
webstresser.link
worldpush.co
wukbgater.buzz
yaai.cf
yadro.ru
yonxatuor.com
zdstresser.net
zeus-net.pw
zigqnx.com
eegamaub.net
ddtvskish.com
mmgypvwpergomnr.com
theharityhild.buzz
leopard.hosting.pecon.us
stresser.st

19
categories/other/urls Normal file
View file

@ -0,0 +1,19 @@
#listcategory: "Manually Blocked Sites"
archive.org/details/youareanidiot_202011
archive.org/serve/youareanidiot_202011
codeload.github.com/JeelanPro
codeload.github.com/xmrig
download.lenovo.com/UserFiles/Driver/en/Downloads%20and%20Drivers/G460&G560/BIOS/29CN38WW(V2.15)/NIWEx215_X64.exe
drive.google.com/file/d/1AVlLmW3r17WKT1toJgmOnmczHFUq435q
fbi.gov/tips
files.catbox.moe/yk6aoz.zip
ghcr.io/v2/homebrew/core/masscan
github.com/JeelanPro
github.com/xmrig
raw.githubusercontent.com/JeelanPro
raw.githubusercontent.com/xmrig
sourceforge.net/project/loic
workupload.com/file/VoteXszW
safebrowsing.google.com/safebrowsing/report_phish
safebrowsing.google.com/safebrowsing/report_badware
megaup.net/imageads

1773
categories/proxy/domains Normal file

File diff suppressed because it is too large Load diff

100
categories/proxy/urls Normal file
View file

@ -0,0 +1,100 @@
#listcategory: "Proxy/Anonymizer"
333download.com/psiphon-download-windows
archive.org/compress/tor-browser
archive.org/details/tor-browser
archive.org/download/tor-browser
browser-update.avast.com/extensions/dmfdacibleoapmpfdgonigdfinmekhgp
ccm.net/download/download-26134-psiphon-3-for-pc
chip.de/downloads/Tor-Browser_22479695.html
codeload.github.com/SoftEtherVPN
codeload.github.com/TheTorProject
codeload.github.com/ViRb3/wgcf
codeload.github.com/brwinfo
codeload.github.com/getlantern
codeload.github.com/hidemevpn
d1y1rg24i23uut.cloudfront.net/f/HSS
dosya.co/7eo76pyue7xo
download.cnet.com/Tor-Browser-Bundle
download.cnet.com/VPN-Gate-Client-Plug-in-with-SoftEther-VPN-Client
download.fastpull.net/file/windows-master/guard/VPNMaster_setup.exe
download.nust.na/pub2/FreeStuff/Software/Protect%20your%20internet/Tor%20Browser%20Bundle
downloads.digitaltrends.com/psiphon
downloads.digitaltrends.com/tor-browser
drive.google.com/file/d/1FiOn6dGNPs6H0SRCCfq6og5wXIIO0Yju
ec.ccm2.net/ccm.net/download/files/psiphon3-170.exe
emulatoros.github.io/rammerhead
filehippo.com/download_tor_browser_for_windows
filehorse.com/download-psiphon
filehorse.com/download-tor-browser
filehorse.com/es/descargar-psiphon
gist.github.com/brwinfo
github.com/SoftEtherVPN
github.com/TheTorProject
github.com/ViRb3/wgcf
github.com/Wildfirevpn
github.com/brwinfo
github.com/getlantern
github.com/hidemevpn
gitlab.com/bunsim
heise.de/download/product/tor-browser-40042
intagent.com/remoteview
interface.iobit.com/ac/geturl.php?getid=reco_itopf
lo4d.com/get-file/tor
lx.vern.cc/image_proxy.php
malavida.com/en/soft/psiphon
malavida.com/es/soft/psiphon
mediafire.com/file/cr58egkt8rza5uy
mediafire.com/file/s2t8exj3opbqb3f
patchmypc.com/freeupdater/applications/HotspotShield
prod.downloadnow.com/s/16/95/87/31/vpngate-client-2020.07.23-build-9745.147730.zip
radon.games/web
raw.githubusercontent.com/SoftEtherVPN
raw.githubusercontent.com/TheTorProject
raw.githubusercontent.com/ViRb3/wgcf
raw.githubusercontent.com/brwinfo
raw.githubusercontent.com/getlantern
raw.githubusercontent.com/hidemevpn
raw.githubusercontent.com/kamilignatev/Fly
riseup.net/en/vpn
riseup.net/vpn
s3-oregon-1.s3-us-west-2.amazonaws.com/api.json
s3-us-west-2.amazonaws.com/hssext
s3.amazonaws.com/0ubz-2q11-gi9y
s3.amazonaws.com/lantern
s3.amazonaws.com/myfilelist3
s3.amazonaws.com/psiphon
s3.amazonaws.com/psiupload/
s3.amazonaws.com/www-itopvpn-com/
s3.amazonaws.com/www-itopvpn-com2
softfamous.com/psiphon
softmany.com/es/psiphon-windows
softmany.com/psiphon-windows
sourceforge.net/projects/tor-browser.mirror
static.riseup.net/vpn
steganos.com/en/free-online-web-proxy
storage.googleapis.com/myfilelist
storage.googleapis.com/windows_bucket1/
swisscows.com/api/preview
techgiga.net/tag/psiphon-3-download/
techspot.com/downloads/5183-tor-browser.html
techspot.com/downloads/6982-windscribe.html
translate.google.com/translate?u
translate.google.com/websitetranslationui
update.filesupdating.com/dl/action-center/iTopF430-20230105.exe
update.iobit.com/dl/action-center/iTop
update.iobit.com/dl/action-center/iTopF210-20210817.exe
update.iobit.com/dl/action-center/iTopF220-20210928.exe
update.iobit.com/dl/isudownload/iTop_Private_Browser
update.iobit.com/infofiles/itop
vessoft.com/software/windows/download/psiphon
web.archive.org/web/
www.lo4d.com/get-file/psiphon
s3.amazonaws.com/valevpn.com
archive.org/details/tor-54-mb
archive.org/download/tor-54-mb
archive.org/compress/tor-54-mb
archive.org/details/TorBrowser7.5.4
archive.org/download/TorBrowser7.5.4
archive.org/compress/TorBrowser7.5.4
files.catbox.moe/xsd8rp.zip
mediafire.com/file/xgxkyiaig8eufm5

380
categories/remote/domains Normal file
View file

@ -0,0 +1,380 @@
#listcategory: "Remote Control"
103.1.213.58
103.1.213.62
103.107.198.18
103.107.198.22
103.107.198.54
103.107.198.6
103.107.198.66
103.107.198.74
103.107.198.86
103.107.199.46
103.107.199.50
103.107.199.6
103.74.123.129
107.155.105.90
129.226.93.170
136.243.50.29
136.243.77.37
138.199.14.78
138.199.14.80
138.199.14.81
138.199.14.82
138.199.14.83
138.199.14.84
138.199.14.85
138.199.14.86
138.199.14.87
138.199.14.88
138.199.14.89
138.199.14.90
138.199.14.91
138.199.14.92
138.199.14.93
138.199.23.169
138.199.23.172
138.199.36.110
138.199.36.111
138.199.36.112
138.199.36.113
138.199.36.114
138.199.36.115
138.199.36.116
138.199.36.117
138.199.36.118
138.199.36.119
138.199.36.120
138.199.36.121
138.199.36.122
138.199.36.123
138.199.4.67
138.199.4.68
138.199.4.69
138.199.4.70
138.199.4.71
138.199.4.72
138.199.4.73
138.199.4.74
138.199.4.75
138.199.4.76
138.199.4.77
138.199.4.78
138.199.4.79
138.199.4.80
138.199.46.216
139.99.69.89
141.105.67.148
141.105.67.157
143.244.33.102
143.244.33.53
143.244.33.54
143.244.33.68
143.244.33.69
143.244.33.70
143.244.33.71
143.244.33.72
143.244.33.73
143.244.33.97
143.244.35.198
143.244.61.217
143.244.63.106
143.244.63.118
155.138.149.22
156.146.35.138
158.255.7.154
159.69.206.29
164.92.118.144
168.119.151.44
168.119.230.14
177.54.145.34
177.54.145.38
177.54.145.44
177.54.145.71
177.54.145.72
177.54.145.75
177.54.145.76
177.54.145.78
177.54.145.79
177.54.145.81
177.54.145.82
178.162.151.213
178.255.155.176
185.102.219.81
185.209.178.72
185.209.179.55
185.229.191.41
186.233.185.145
186.233.185.146
186.233.185.147
186.233.185.148
186.233.185.18
186.233.185.19
186.233.185.22
186.233.185.58
186.233.185.60
186.233.185.64
186.233.185.65
186.233.187.24
189.1.174.38
189.1.174.39
189.1.174.43
189.1.174.45
189.1.174.46
189.1.174.47
189.1.174.48
192.9.242.125
195.181.165.139
195.181.165.153
195.181.165.154
195.181.174.167
195.181.174.173
195.181.174.174
199.127.60.120
199.127.60.121
199.127.62.145
199.254.199.144
199.254.199.146
199.254.199.147
199.254.199.148
199.254.199.149
199.254.199.150
199.254.199.152
199.254.199.155
203.10.96.34
203.10.98.161
203.10.98.163
203.10.98.165
203.10.98.167
203.10.98.169
203.10.98.171
203.10.98.194
203.10.98.202
203.10.98.210
203.10.98.218
203.10.98.226
203.10.98.234
203.17.244.49
203.17.244.51
203.17.244.53
203.17.244.55
203.17.244.57
203.17.244.59
203.23.178.29
203.23.178.51
203.23.178.53
203.23.178.55
203.23.178.57
203.23.178.59
203.27.106.11
203.27.106.13
203.27.106.3
203.27.106.5
203.27.106.7
203.27.106.9
207.188.6.17
207.188.6.182
207.188.6.19
207.188.6.76
207.188.6.77
207.188.7.33
209.58.162.123
209.58.169.149
209.58.170.235
209.58.170.246
209.58.171.198
209.58.181.155
209.58.181.171
209.58.183.231
210.22.143.90
212.102.40.162
212.102.40.163
212.102.40.164
212.102.40.165
212.102.40.166
212.102.40.167
212.102.60.103
212.102.60.106
212.102.60.121
212.102.60.232
212.102.60.65
212.102.60.97
213.239.213.142
213.239.219.11
216.144.253.178
216.238.101.227
216.238.73.136
216.245.193.50
216.245.195.98
216.245.218.30
216.245.219.66
23.106.252.102
23.106.252.75
23.106.252.79
23.106.252.92
23.108.101.65
23.108.101.66
23.108.101.68
23.111.12.2
23.111.12.23
23.111.12.24
34.86.232.203
35.224.116.12
37.252.232.100
46.4.60.45
49.12.130.235
49.12.130.236
49.12.130.237
5.188.120.11
5.188.120.13
5.188.120.14
5.188.124.20
5.188.124.23
5.188.148.12
5.188.148.13
5.188.148.14
5.188.148.17
5.188.148.21
5.188.148.22
5.188.148.25
5.188.148.26
5.188.71.117
5.188.71.118
5.188.71.12
5.188.71.143
5.188.71.164
5.188.71.165
5.188.71.171
5.188.71.27
5.188.71.30
5.188.95.10
5.188.95.9
5.189.202.18
5.189.202.19
5.9.73.62
51.178.65.178
51.178.65.228
51.178.65.229
51.178.65.231
51.178.91.233
51.178.91.234
51.178.91.235
51.195.5.155
51.195.5.156
51.195.5.157
51.195.5.158
51.195.5.159
51.195.5.160
51.195.67.236
51.89.42.214
51.89.42.215
51.89.6.202
51.89.98.178
51.89.98.179
51.89.98.181
51.91.80.119
51.91.80.120
51.91.80.121
51.91.80.122
51.91.80.124
51.91.80.48
58.247.50.50
58.34.169.66
58.34.169.74
62.75.202.219
62.75.235.180
64.31.23.26
64.31.23.30
64.31.35.242
66.203.112.11
66.203.112.13
74.63.224.34
78.46.49.23
84.17.34.51
84.17.34.77
84.17.34.78
84.17.38.170
84.17.40.164
84.17.40.42
84.17.40.45
84.17.40.53
84.17.41.46
84.17.62.11
84.17.62.12
84.17.62.13
84.17.62.14
84.17.62.6
84.17.62.8
84.17.62.9
84.17.62.95
85.25.103.30
88.198.34.109
89.187.160.134
89.187.160.140
89.187.160.141
89.187.160.142
89.187.179.132
89.187.179.162
900100.net
92.223.66.29
92.223.66.31
92.223.66.39
92.223.66.40
92.223.66.41
92.223.66.44
92.223.66.45
92.223.66.46
92.223.66.47
92.223.66.48
92.223.66.49
92.223.66.50
92.223.66.51
92.223.85.102
92.223.85.120
92.223.85.121
92.223.85.147
92.223.85.148
92.223.85.162
92.223.85.163
92.223.85.164
92.223.85.165
92.223.88.232
92.38.148.19
92.38.150.24
92.38.150.63
95.217.197.184
aeroadmin.com
allmydesktops.com
ammyy.com
ammyy.ro
anydesk.com
anydesk.com.cn
anydesk.en.softonic.com
anyviewer.com
aweray.com
aweray.net
demo.synology.com
deskin.io
deskin.sg
deskin.us-ca.ufileos.com
dwservice.net
getscreen.me
iperius.com
iperiusremote.com
islonline.net
litemanager.com
litemanager.org
litemanager.ru
nomachine.com
remote.farnhammaltings.com
remote.it
remoteassistance.support.services.microsoft.com
remotedesktop.google.com
remoteutilities.com
rustdesk.com
screenleap.com
showmypc.com
synologydemo.com
teamviewer.com
test.jetclouding.com
ubidesktop.com
ultraviewer.net

16
categories/remote/urls Normal file
View file

@ -0,0 +1,16 @@
#listcategory: "Remote Control"
anydesk.en.uptodown.com/windows/download
download.cnet.com/TeamViewer
download.cnet.com/developer/anydesk-software
downloads.digitaltrends.com/anydesk/windows
drive.google.com/file/d/1kXe4JIbEiXcgiUppRhWzVMrPM9Z7MTWp
drive.google.com/file/d/1mNSScOZrgiwR1umztmCff83IifSMTdOV
github.com/rustdesk
majorgeeks.com/files/details/anydesk.html
majorgeeks.com/mg/get/anydesk,1.html
mediafire.com/file/m88qwnn5xxtb68k
mediafire.com/file/qcso3tgknyybx2f
prod.downloadnow.com/s/17/02/59/41/TeamViewer_Setup.exe
techspot.com/downloads/7002-anydesk.html
update.iobit.com/dl/isudownload/NoMachine
update.iobit.com/dl/isudownload/TeamView

View file

@ -0,0 +1,2 @@
#listcategory: "Sites demanding to be blocked on CollabVM"
betawiki.net

93
contentregexplist Normal file
View file

@ -0,0 +1,93 @@
#Content modifying Regular Expressions
#
# The format is: "extended regular expression"->"replacement straight string"
# E.g. "shit"->"censored" would replace all occurances of shit in any case.
# Far more complicated matches are possible. See other sources for examples
# of extended regular expressions.
# These are just some examples. If you write any, for example, to
# remove popups etc, please send them to author at e2guardian.org.
#
#"<script language.*open\(.*script>"->"<!-- its gone -->"
#"fuck|cunt|shit"->"**censored**"
#
# For ALL of these to work it requires e2guardian to be built with PCRE support,
# but some may work with the default C library regular expression support.
#
# Some of these are based on regular expressions from Privoxy.
#remove popups by AFN 2004/2/28
#"<html>"->"<script language='javascript'>fwo=window.open;function NO(url,nam,atr){return(this.window);}window.open=NO;</script><html>"
#"=[ ]*?window\.open[ ]*?\("->"=fwo("
#"<html>"->"<script language='javascript'>function NO(url,nam,atr){return(this.window);}window.open=NO;</script><html>"
# Fix Firefox <= 1.0.7 DoS
# http://www.whitedust.net/speaks/1432/
#"((<source)|(</source))text>"->"$1dosremovedtext"
# Disable ActiveX objects.
#"<object [^>]*application\/x-oleobject[^>]*>.*?<\/object>"->"<!-- Guardian Removed ActiveX Object -->"
#"<embed [^>]*(application/x-oleobject).*?>(.*?</embed>)?"->"<!-- Guardian Removed ActiveX Embed -->"
# Warn about address bar spoofing.
#"(<a[^>]*href[^>]*)(\x01|\x02|\x03|%0[012])"->"$1MALICIOUS-LINK"
# Disable all popups in JavaScript and HTML. It may cause unavoidable
# Javascript warnings or errors. Do not enable at the same time as other
# popup removing lines.
#"((\W\s*)(window|this|parent)\.)open\s*\\?\("->"$1concat("
#"\starget\s*=\s*(['"]?)_?(blank|new)\1?"->" notarget"
# Removes the APPLET tag which is generally used Java applets.
#"<applet[^>]*>.*?<\/applet>"->""
# Disable the BLINK and MARQUEE tags.
#"</?(blink|marquee)[^>]*>"->""
# Warn about potential cross-site-scripting vulnerability described here:
# http://online.securityfocus.com/archive/1/298748/2002-11-02/2002-11-08/2
#"f\("javascript:location.replace\('mk:@MSITStore:C:'\)"\);"->"alert\("This page looks like it tries to use a vulnerability described here:\n http://online.securityfocus.com/archive/1/298748/2002-11-02/2002-11-08/2"\);"
# Removes the SCRIPT tag with JavaScript. This will likely break sites that are
# badly written and thus rely on JavaScript. This should not be used at the same
# time as the 'script' category.
#"<script [^>]*javascript[^>]*>.*?<\/script>"->""
# Removes href=javascript: onmouseover=javascript: and other javascript actions.
# This is a good category to tick if using 'script' or 'javascript' categories.
# Beware that there are likely going to be a large number of matches and will
# require more CPU. Also this will break badly written sites that require
# JavaScript for navigation.
#"(onclick|ondblclick|onmousedown|onmouseup|onmouseover|onmousemove|onmouseout|onkeypress|onkeydown|onkeyup|href)(=("|')?)javascript:"->"guardianremoved$2none:"
# Remove cookies set by JavaScript and HTML.
#"(\w+\.)+cookie(?=[ \t\r\n]*=)(?!='aab)"->"GuardianRemovedCookie"
#"<meta\s+http-equiv=['"]?set-cookie.*>"->"<!-- GuardianRemovedCookie -->"
# Attempt to detect and stop Nimda infected servers's web pages. This is rare
# and generally should be left unused.
#"<script language="JavaScript">(window\.open|1;''\.concat)\("readme\.eml", null, "resizable=no,top=6000,left=6000"\)</script>"->"<br><font size="7"> WARNING: This Server is infected with <a href="http://www.cert.org/advisories/CA-2001-26.html">Nimda</a>!</font>"
# Disable onunload (page close) popups.
#"(<body\s+[^>]*)onunload"->"$1never"
#"(<script.*)window\.onunload(?=.*</script>)"->"$1never"
# Removes the SCRIPT tag which could include JavaScript, perlscript and vbscript.
# This will likely break sites that are badly written and thus rely on client
# side scripts. This should not be used at the same time as the 'javascript' line.
#"<script[^>]*>.*?<\/script>"->""
# Disable Sockwave Flash objects.
#"<object [^>]*macromedia[^>]*>.*?<\/object>"->"<!-- Guardian Removed Shockwave Object -->"
#"<embed [^>]*(application/x-shockwave-flash\|\.swf).*?>(.*?</embed>)?"->"<!-- Guardian Removed Shockwave Flash Embed -->"
# Disable unsolicited popups.
#"([^'"]\s*<head.*>)(?=\s*[^'"])"->"$1<script>function SWGuardianWindowOpen(){return(null);}</script>"
#"([^\w\s.]\s*)((window|this|parent)\.)?open\s*\("->"$1SWGuardianWindowOpen("
#"([^'"]\s*</html>)(?!\s*(\\n|'|"))"->"$1<script>function PrivoxyWindowOpen(a, b, c){return(window.open(a, b, c));}</script>"
# Remove 1x1 GIFs used for user tracking.
#"<img\s+[^>]*(?:(width)|(height))\s*=\s*['"]?[01](?=\D)[^>]*(?:(width)|(height))\s*=\s*['"]?[01](?=\D)[^>]*?>"->""
# Prevent windows from resizing and moving themselves.
#"(?:window|this|self|top)\.(?:move|resize)(?:to|by)\("->"''.concat("

63
domainsnobypass Normal file
View file

@ -0,0 +1,63 @@
# User are not allowed to bypass domains in this list
#Don't bother with the www. or the http://
#NOTE: Sites using just IP should be put into bannedsiteiplistwithbypass
#You can include
#.tld so for example you can match .gov for example
#.Include</etc/e2guardian/anotherbannedurllist>
#You can have multiple .Includes.
# WARNING: Old style Blanket blocks in this file will be silently ignored
# .Include</etc/e2guardian/lists/blacklists/ads/domains>
#Remove the # from the following and edit as needed to use a stock
#squidGuard/urlblacklists collection.
#.Include</etc/e2guardian/lists/blacklists/adult/domains>
#.Include</etc/e2guardian/lists/blacklists/aggressive/domains>
#.Include</etc/e2guardian/lists/blacklists/artnudes/domains>
#.Include</etc/e2guardian/lists/blacklists/audio-video/domains>
#.Include</etc/e2guardian/lists/blacklists/beerliquorinfo/domains>
#.Include</etc/e2guardian/lists/blacklists/beerliquorsale/domains>
#.Include</etc/e2guardian/lists/blacklists/chat/domains>
#.Include</etc/e2guardian/lists/blacklists/childcare/domains>
#.Include</etc/e2guardian/lists/blacklists/clothing/domains>
#.Include</etc/e2guardian/lists/blacklists/culinary/domains>
#.Include</etc/e2guardian/lists/blacklists/dialers/domains>
#.Include</etc/e2guardian/lists/blacklists/drugs/domains>
#.Include</etc/e2guardian/lists/blacklists/entertainment/domains>
#.Include</etc/e2guardian/lists/blacklists/forums/domains>
#.Include</etc/e2guardian/lists/blacklists/frencheducation/domains>
#.Include</etc/e2guardian/lists/blacklists/gambling/domains>
#.Include</etc/e2guardian/lists/blacklists/government/domains>
#.Include</etc/e2guardian/lists/blacklists/hacking/domains>
#.Include</etc/e2guardian/lists/blacklists/homerepair/domains>
#.Include</etc/e2guardian/lists/blacklists/hygiene/domains>
#.Include</etc/e2guardian/lists/blacklists/jewelry/domains>
#.Include</etc/e2guardian/lists/blacklists/jobsearch/domains>
#.Include</etc/e2guardian/lists/blacklists/kidstimewasting/domains>
#.Include</etc/e2guardian/lists/blacklists/mail/domains>
#.Include</etc/e2guardian/lists/blacklists/news/domains>
#.Include</etc/e2guardian/lists/blacklists/onlineauctions/domains>
#.Include</etc/e2guardian/lists/blacklists/onlinegames/domains>
#.Include</etc/e2guardian/lists/blacklists/onlinepayment/domains>
#.Include</etc/e2guardian/lists/blacklists/personalfinance/domains>
#.Include</etc/e2guardian/lists/blacklists/pets/domains>
#.Include</etc/e2guardian/lists/blacklists/porn/domains>
#.Include</etc/e2guardian/lists/blacklists/proxy/domains>
#.Include</etc/e2guardian/lists/blacklists/publicite/domains>
#.Include</etc/e2guardian/lists/blacklists/redirector/domains>
#.Include</etc/e2guardian/lists/blacklists/ringtones/domains>
#.Include</etc/e2guardian/lists/blacklists/sportnews/domains>
#.Include</etc/e2guardian/lists/blacklists/sports/domains>
#.Include</etc/e2guardian/lists/blacklists/vacation/domains>
#.Include</etc/e2guardian/lists/blacklists/violence/domains>
#.Include</etc/e2guardian/lists/blacklists/virusinfected/domains>
#.Include</etc/e2guardian/lists/blacklists/warez/domains>
# You will need to edit to add and remove categories you want

11
exceptionextensionlist Normal file
View file

@ -0,0 +1,11 @@
# Exception file extension list
# Use as a filter group's "exceptionextensionlist",
# to override a blanket download block.
# (blockdownloads = on)
#
# DOES NOT override content/virus scanning or site/URL bans.
#
# Default list:
# Unblock web pages & graphics
# Text/web document types

15
exceptionfilesiteiplist Normal file
View file

@ -0,0 +1,15 @@
# Exception file site ip list
# Use this list to define ip sites from which files can be downloaded,
# overriding a blanket download block (blockdownloads = on) or the
# banned MIME type and extension lists (blockdownloads = off).
#
# DOES NOT override content/virus scanning or site/URL bans.
# 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
#

30
exceptionfilesitelist Normal file
View file

@ -0,0 +1,30 @@
# Exception file site list
# Use this list to define sites from which files can be downloaded,
# overriding a blanket download block (blockdownloads = on) or the
# banned MIME type and extension lists (blockdownloads = off).
#
# DOES NOT override content/virus scanning or site/URL bans.
# Don't bother with the www. or
# the http://
#
# These are specifically domains and are not URLs.
# For example 'foo.bar/porn/' is no good, you need
# to just have 'foo.bar'.
#
# You can also match IPs here too.
#
# As of DansGuardian 2.7.3 you can now include
# .tld so for example you can match .gov for example
# Time limiting syntax:
# #time: <start hour> <start minute> <end hour> <end minute> <days>
# Example:
##time: 9 0 17 0 01234
# Remove the first # from the line above to enable this list only from
# 9am to 5pm, Monday to Friday.
windowsupdate.microsoft.com
update.microsoft.com
download.windowsupdate.com

27
exceptionfileurllist Normal file
View file

@ -0,0 +1,27 @@
# Exception file URL list
# Use this list to define URLs from which files can be downloaded,
# overriding a blanket download block (blockdownloads = on) or the
# banned MIME type and extension lists (blockdownloads = off).
#
# DOES NOT override content/virus scanning or site/URL bans.
# Don't bother with the www. or
# the http://
#
# These are specifically domains and are not URLs.
# For example 'foo.bar/porn/' is no good, you need
# to just have 'foo.bar'.
#
# You can also match IPs here too.
#
# As of DansGuardian 2.7.3 you can now include
# .tld so for example you can match .gov for example
# Time limiting syntax:
# #time: <start hour> <start minute> <end hour> <end minute> <days>
# Example:
##time: 9 0 17 0 01234
# Remove the first # from the line above to enable this list only from
# 9am to 5pm, Monday to Friday.

11
exceptionmimetypelist Normal file
View file

@ -0,0 +1,11 @@
# Exception MIME type list
# Use as a filter group's "exceptionmimetypelist",
# to override a blanket download block.
# (blockdownloads = on)
#
# DOES NOT override content/virus scanning or site/URL bans.
#
# Default list:
# Unblock web pages & graphics
# Text/web document types

19
exceptionphraselist Normal file
View file

@ -0,0 +1,19 @@
# EXCEPTIONPHRASELIST - INSTRUCTIONS FOR USE
#
# If any of the phrases listed below appear in a web page
# then it will bypass the filtering and be allowed through
# eg
# < medical >
#
#
# Combinations
# Unblock the page if the following phrases are found on the same page.
# Each line is a new combination.
# eg
#<education>,<biology>,<medical>
#
# See the bannedphraselist for more examples.
# Use this sparingly as can easily make exceptions of unsuitable urls
#.Include</etc/e2guardian/lists/phraselists/ukenglish/goodphrases/exception_email>

View file

@ -0,0 +1,8 @@
#Allowed outgoing HTTP headers based on regular expressions
#
# E.g. 'User-Agent: .*MSIE' would allow 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: "Allowed Regular Expression HTTP Headers"

14
exceptionregexpurllist Normal file
View file

@ -0,0 +1,14 @@
#Exception URLs based on Regular Expressions
#
# E.g. 'news' would unblock news.bbc.com etc
# Example
#news
# Prevent content scanning of CSS and/or JavaScript files
#^[^?]*\.css($|\?)
#^[^?]*\.jsp?($|\?)
# Allow Facebook plugin applications like
# http://apps.facebook.com/neighborhoods/Setup.aspx and others.

View file

@ -0,0 +1,10 @@
#Exception User-Agent based on regular expressions
#
# E.g. ' .*MSIE' would allow several versions of Internet Explorer
# (assuming the user-agent is not being spoofed by the client)
#
# Usefull for allowing 'apps' to work
# E.g. 'Kindle' would make kindle app an exception
#listcategory: "user-agent"

11
exceptionsiteiplist Normal file
View file

@ -0,0 +1,11 @@
#IP Sites in exception list
# 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
# Apple (Needed for MacOS)
17.0.0.0/8

9
exceptionsitelist Normal file
View file

@ -0,0 +1,9 @@
# Sites where URL filtering should not be applied
easylist-downloads.adblockplus.org
telehack.com
filters.adtidy.org
index.rubygems.org
store.steampowered.com
steamcommunity.com
omegle.com
ublockorigin.pages.dev

29
exceptionurllist Normal file
View file

@ -0,0 +1,29 @@
#URLs in exception list
#Don't bother with the www. or
#the http://
#
#These are parts of sites that filtering should
#be switched off for.
#
#These should not be domains, i.e. entire sites,
#they should be a domain with a path.
#
#For example 'foo.bar' is no good, you need
#to just have 'foo.bar/porn/'.
#
#Another example:
#generallybadsite.tld/partthatsok/
ublockorigin.github.io/uAssetsCDN
cdn.statically.io/gh/uBlockOrigin
easylist.to/easylist
publicsuffix.org/list
gitcdn.xyz/cdn/uBlockOrigin
gitcdn.link/cdn/uBlockOrigin
cdn.jsdelivr.net/gh/uBlockOrigin
ublockorigin.pages.dev/filters
# weighted phrases overblocking
en.wikipedia.org/wiki/
wiki.archiveteam.org/index.php/
wallet.now.gg/api/
r.bing.com/rp/
pixeldrain.com/res/svelte/

View file

@ -0,0 +1,7 @@
# Exception file extension list
# Use as a filter group's "exceptionvirusextensionlist",
#
# Default list:
# Unblock web pages & graphics
# Text/web document types

12
exceptionvirussiteiplist Normal file
View file

@ -0,0 +1,12 @@
# IP sites in exceptionvirussiteiplist
#The exceptionvirussiteiplist is for allowing 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
#

16
greysiteiplist Normal file
View file

@ -0,0 +1,16 @@
# IP site in grey list
#The 'grey' lists override the 'banned' lists.
#The 'exception' lists override the 'banned' lists also.
#The difference is that the 'exception' lists completely switch
#off *all* other filtering for the match. 'grey' lists only
#stop the URL filtering and allow the normal filtering to work.
# 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
#

59
greysitelist Normal file
View file

@ -0,0 +1,59 @@
#domains in grey list
#Don't bother with the www. or the http://
#The 'grey' lists override the 'banned' lists.
#The 'exception' lists override the 'banned' lists also.
#The difference is that the 'exception' lists completely switch
#off *all* other filtering for the match. 'grey' lists only
#stop the URL filtering and allow the normal filtering to work.
#An example of grey list use is when in Blanket Block (whitelist)
#mode and you want to allow some sites but still filter as normal
#on their content
#Another example of grey list use is when you ban a site but want
#to allow part of it.
#The greyurllist is for partly unblocking PART of a site
#The greysitelist is for partly unblocking ALL of a site
#As of DansGuardian 2.7.3 you can now include
#.tld so for example you can match .gov for example
#To include additional files in this list use this example:
#.Include</etc/e2guardian/anotherurllist>
#You can have multiple .Includes.
# Time limiting syntax:
# #time: <start hour> <start minute> <end hour> <end minute> <days>
# Example:
##time: 9 0 17 0 01234
# Remove the first # from the line above to enable this list only from
# 9am to 5pm, Monday to Friday.
# Blanket match. To greylist all sites except those in the
# exceptionsitelist and greysitelist files, remove
# the # from the next line to leave only a '**':
#**
# Blanket SSL/CONNECT match. To greylist all SSL
# and CONNECT tunnels except to addresses in the
# exceptionsitelist and greysitelist files, remove
# the # from the next line to leave only a '**s':
#**s
# Blanket IP match. To greylist all sites specified only as an IP,
# remove the # from the next line to leave only a '*ip':
#*ip
# Blanket SSL/CONNECT IP match. To greylist all SSL and CONNECT
# tunnels to sites specified only as an IP,
# remove the # from the next line to leave only a '*ips':
#*ips
#List other sites to greylist:
#www.bbc.co.uk

10
greysslsiteiplist Normal file
View file

@ -0,0 +1,10 @@
# IP sites in SSL grey list
# 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
#

4
greysslsitelist Normal file
View file

@ -0,0 +1,4 @@
#domains in SSL grey list
#Don't bother with the www. or the https://
#This 'grey' lists override the 'banned' lists for SSL only.

27
greyurllist Normal file
View file

@ -0,0 +1,27 @@
#URLs in grey list
#Don't bother with the http:// or the www
#The greyurllist is for partly unblocking PART of a site
#The greysitelist is for partly unblocking ALL of a site
#The 'grey' lists override the 'banned' lists.
#The 'exception' lists override the 'banned' lists also.
#The difference is that the 'exception' lists completely switch
#off *all* other filtering for the match. 'grey' lists only
#stop the URL filtering and allow the normal filtering to work.
#An example of grey list use is when in Blanket Block (whitelist)
#mode and you want to allow some sites but still filter as normal
#on their content
#Another example of grey list use is when you ban a site but want
#to allow part of it.
#To include additional files in this list use this example:
#.Include</etc/e2guardian/anotherurllist>
#You can have multiple .Includes.
#List other URLs to block:
#members.home.net/nice

15
headerregexplist Normal file
View file

@ -0,0 +1,15 @@
# Outgoing HTTP request header modifying Regular Expressions
#
# The format is: "extended regular expression"->"replacement straight string"
# E.g. "shit"->"censored" would replace all occurances of shit in any case.
# Far more complicated matches are possible. See other sources for examples
# of extended regular expressions.
#
# Headers are run through replacements line-by-line, not as a single block.
#
# To remove a header put "X-E2G-IgnoreMe:" as the replacement
# e.g. to remove 'upgrade:' headers
#"upgrade:.*$"->"X-E2G-IgnoreMe:"
# Windows Live Search cookie replacement - force filtering on
#"cookie:(.*)&ADLT=(OFF|DEMOTE)"->"Cookie:$1&ADLT=STRICT"

13
ipnobypass Normal file
View file

@ -0,0 +1,13 @@
# User are not allowed to bypass IP sites in this list
#
# This is not the IP of web servers
# you want to filter.
# 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
#

14
localbannedsearchlist Normal file
View file

@ -0,0 +1,14 @@
#Local 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
#.Include</home/dg/etc/local/lists/local_block_all/bannedsearchterms>
#.Include</home/dg/etc/local/lists/porn/bannedsearchterms>
#.Include</home/dg/etc/local/lists/proxy/bannedsearchterms>
#.Include</home/dg/etc/local/lists/hacking/bannedsearchterms>
#.Include</home/dg/etc/local/lists/drugs/bannedsearchterms>

10
localbannedsiteiplist Normal file
View file

@ -0,0 +1,10 @@
# IP sites in local banned list
# 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
#

6
localbannedsitelist Normal file
View file

@ -0,0 +1,6 @@
#domains in local banned list
#.Include</home/dg/etc/local/lists/local_block_all/domains>
#.Include</home/dg/etc/local/lists/porn/domains>
#.Include</home/dg/etc/local/lists/proxy/domains>
#.Include</home/dg/etc/local/lists/hacking/domains>
#.Include</home/dg/etc/local/lists/drugs/domains>

12
localbannedsslsiteiplist Normal file
View file

@ -0,0 +1,12 @@
# IP sites in local banned ssl list
#This list is only used for SSL (or CONNECT) requests
#Unlike the bannedsitelist it overides all other lists
# 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
#

5
localbannedsslsitelist Normal file
View file

@ -0,0 +1,5 @@
#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 has no effect when MITM is enabled
#Unlike the bannedsitelist it overides all other lists

1
localbannedurllist Normal file
View file

@ -0,0 +1 @@
#URLs in local banned list

10
localexceptionsiteiplist Normal file
View file

@ -0,0 +1,10 @@
#IP Sites in local exception list
# 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
#

1
localexceptionsitelist Normal file
View file

@ -0,0 +1 @@
#Sites in local exception list

1
localexceptionurllist Normal file
View file

@ -0,0 +1 @@
#URLs in local exception list

10
localgreysiteiplist Normal file
View file

@ -0,0 +1,10 @@
# IP sites in local grey list
# 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
#

1
localgreysitelist Normal file
View file

@ -0,0 +1 @@
#domains in local grey list

10
localgreysslsiteiplist Normal file
View file

@ -0,0 +1,10 @@
# IP sites in local SSL grey list
# 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
#

6
localgreysslsitelist Normal file
View file

@ -0,0 +1,6 @@
#domains in SSL grey list
#Don't bother with the www. or the https://
#This 'grey' lists overrides the main site 'exception' lists for SSL allowing MITM to be enabled in order to check https full url.
# Use to overcome issue where ssl url is in local blocked url list but is overriden by main site exception list forcing tunnel mode and so url never checked.

1
localgreyurllist Normal file
View file

@ -0,0 +1 @@
#URLs in local grey list

View file

View file

12
logregexpurllist Normal file
View file

@ -0,0 +1,12 @@
# Log regular expression URL list
#
# This acts as a list of URL regexes which, if matched, will have their category
# recorded but no specific filtering action taken. It is only really useful
# in conjunction with log analysers, to perform meaningful categorisation and
# analysis upon non-blocked/exception requests, and so is disabled and empty
# by default.
#
# If you would like to enable this feature, uncomment "logregexpurllist" in your
# e2guardianf*.conf file(s), and place .Include<> statements here for the
# categories you would like to log. Included list files must contain a
# "#listcategory" directive.

21
logsiteiplist Normal file
View file

@ -0,0 +1,21 @@
# Log IP site list
#
# This acts as a list of IP sites which, when found, will have their category
# recorded but no specific filtering action taken. It is only really useful
# in conjunction with log analysers, to perform meaningful categorisation and
# analysis upon non-blocked/exception requests, and so is disabled and empty
# by default.
#
# If you would like to enable this feature, uncomment "logsitelist" in your
# e2guardianf*.conf file(s), and place .Include<> statements here for the
# categories you would like to log. Included list files must contain a
# "#listcategory" directive.
# 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
#

12
logsitelist Normal file
View file

@ -0,0 +1,12 @@
# Log site list
#
# This acts as a list of domains which, when found, will have their category
# recorded but no specific filtering action taken. It is only really useful
# in conjunction with log analysers, to perform meaningful categorisation and
# analysis upon non-blocked/exception requests, and so is disabled and empty
# by default.
#
# If you would like to enable this feature, uncomment "logsitelist" in your
# e2guardianf*.conf file(s), and place .Include<> statements here for the
# categories you would like to log. Included list files must contain a
# "#listcategory" directive.

12
logurllist Normal file
View file

@ -0,0 +1,12 @@
# Log URL list
#
# This acts as a list of URLs which, when found, will have their category
# recorded but no specific filtering action taken. It is only really useful
# in conjunction with log analysers, to perform meaningful categorisation and
# analysis upon non-blocked/exception requests, and so is disabled and empty
# by default.
#
# If you would like to enable this feature, uncomment "logurllist" in your
# e2guardianf*.conf file(s), and place .Include<> statements here for the
# categories you would like to log. Included list files must contain a
# "#listcategory" directive.

17
nocheckcertsiteiplist Normal file
View file

@ -0,0 +1,17 @@
# IP sites which are NOT to have their certificates checked (when in MITM mode)
#
# Do not check ssl certificates for IP 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'
# 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
nocheckcertsitelist Normal file
View file

@ -0,0 +1,9 @@
# domains which are NOT to have their certificates checked (when in MITM mode)
#
# Do not check ssl certificates for sites/domains 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'
#Don't bother with the https://

57
oldbannedphraselist Normal file
View file

@ -0,0 +1,57 @@
# 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>
#
#
# Extra phrase-list files to include
# .Include</etc/e2guardian/testphrase>
#
#
# All phrases need to be within < and > to work, othewise they will be
# ignored.
# MORE EXAMPLE LISTS CAN BE DOWNLOADED FROM DANSGUARDIAN.ORG
# Phrase Exceptions are no longer listed in this file, they are now
# listed in the exceptionphraselist file.
#
#listcategory: "Banned Phrases"
# The following banned phraselists enable Website Content Labeling systems. These are enabled by default, but may also be activated using phraselists.
.Include</etc/e2guardian/lists/oldphraselists/safelabel/banned>
#.Include</etc/e2guardian/lists/oldphraselists/rta/banned_portuguese>
# The following banned oldphraselists are included in the default DG distribution.
.Include</etc/e2guardian/lists/oldphraselists/pornography/banned>
##.Include</etc/e2guardian/lists/oldphraselists/pornography/banned_portuguese>
#.Include</etc/e2guardian/lists/oldphraselists/illegaldrugs/banned>
#.Include</etc/e2guardian/lists/oldphraselists/gambling/banned>
##.Include</etc/e2guardian/lists/oldphraselists/gambling/banned_portuguese>
#.Include</etc/e2guardian/lists/oldphraselists/googlesearches/banned>

18
oldexceptionphraselist Normal file
View file

@ -0,0 +1,18 @@
# EXCEPTIONPHRASELIST - INSTRUCTIONS FOR USE
#
# If any of the phrases listed below appear in a web page
# then it will bypass the filtering and be allowed through
# eg
# < medical >
#
#
# Combinations
# Unblock the page if the following phrases are found on the same page.
# Each line is a new combination.
# eg
#<education>,<biology>,<medical>
#
# See the bannedphraselist for more examples.
#.Include</etc/e2guardian/lists/oldphraselists/goodphrases/exception>
#.Include</etc/e2guardian/lists/oldphraselists/goodphrases/exception_email>

142
oldweightedphraselist Normal file
View file

@ -0,0 +1,142 @@
# E2GUARDIAN weightedphraselist INSTRUCTIONS FOR USE
# New in v5.2 - per cent feature
# If weighting is a % then that % of the naughtynesslimit is used as the weight
# e.g.
# < slut ><10%>
# - If naughtynesslimit is 200 will add 20 to the count against the word 'slut'
#
# This allows phrases to be used which will have the same effect in all
# filtergroups
#
# Examples:
#
# <slut><10>
# - Adds 10 to the count against the string 'slut'. ie. sluts, slut!, abslutxyz.
#
# < slut ><10>
# - Adds 10 to the count against the word 'slut'. ie. Sally is a slut that smells.
#
# <slut>,<horny><50>
# - Adds 50 to the count when the strings 'slut' and 'horny' are found on the same page.
#
# <breast>,<medical><-30>
# - Subtracts 30 from the count when 'breast' and 'medical' are on the one page.
#
# <education><-25>
# - Subtracts 25 from the count when 'education' is on the page.
#
# See the bannedphraselist for more examples.
#
# Extra weighted-list files to include
# .Include</etc/e2guardian/lists/oldphraselists/weightedphraselist.topic>
#
# Help by contributing customised lists and/or new keyword lists.
# Email: pornmastergeneral@e2guardian.org or phrasemaster@e2guardian.org
#
# NOTE: New lists are commented out as ALPHA or BETA depending on how much the
# lists have been tested.
# ALPHA - Brand new and/or incomplete - little testing has been done
# BETA - Relatively new - tested in several locations
#
#listcategory: "Weighted Phrases"
#To enable several non-PICS self-labelling and self-rating systems.
#Enabled as a bannedsitelist by default. Disable there before enabling as a phraselist.
##.Include</etc/e2guardian/lists/oldphraselists/safelabel/weighted>
#Good Phrases (to allow medical, education, news and other good sites)
.Include</etc/e2guardian/lists/oldphraselists/goodphrases/weighted_general>
.Include</etc/e2guardian/lists/oldphraselists/goodphrases/weighted_news>
.Include</etc/e2guardian/lists/oldphraselists/goodphrases/weighted_general_danish>
.Include</etc/e2guardian/lists/oldphraselists/goodphrases/weighted_general_dutch>
.Include</etc/e2guardian/lists/oldphraselists/goodphrases/weighted_general_malay>
.Include</etc/e2guardian/lists/oldphraselists/goodphrases/weighted_general_polish>
.Include</etc/e2guardian/lists/oldphraselists/goodphrases/weighted_general_portuguese>
.Include</etc/e2guardian/lists/oldphraselists/goodphrases/weighted_general_swedish>
#Pornography
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted>
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_chinese> #ALPHA#
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_danish> #ALPHA#
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_dutch> #BETA#
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_french>
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_german>
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_italian>
#.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_japanese> #ALPHA# #Disabled due to overblocking#
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_malay> #BETA#
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_norwegian> #BETA#
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_polish>
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_portuguese>
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_russian> #BETA#
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_russian_utf8> #BETA#
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_spanish> #ALPHA#
.Include</etc/e2guardian/lists/oldphraselists/pornography/weighted_swedish>
.Include</etc/e2guardian/lists/oldphraselists/nudism/weighted>
#Bad Words - swearing
.Include</etc/e2guardian/lists/oldphraselists/badwords/weighted_dutch>
.Include</etc/e2guardian/lists/oldphraselists/badwords/weighted_french>
.Include</etc/e2guardian/lists/oldphraselists/badwords/weighted_german> #ALPHA#
.Include</etc/e2guardian/lists/oldphraselists/badwords/weighted_portuguese> #ALPHA#
.Include</etc/e2guardian/lists/oldphraselists/badwords/weighted_spanish> #ALPHA#
#Drugs
#.Include</etc/e2guardian/lists/oldphraselists/drugadvocacy/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/illegaldrugs/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/illegaldrugs/weighted_portuguese>
#.Include</etc/e2guardian/lists/oldphraselists/legaldrugs/weighted>
#Violence and intolerance
#.Include</etc/e2guardian/lists/oldphraselists/intolerance/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/intolerance/weighted_portuguese>
#.Include</etc/e2guardian/lists/oldphraselists/gore/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/gore/weighted_portuguese>
#.Include</etc/e2guardian/lists/oldphraselists/violence/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/violence/weighted_portuguese>
#.Include</etc/e2guardian/lists/oldphraselists/weapons/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/weapons/weighted_portuguese>
#Chat
#.Include</etc/e2guardian/lists/oldphraselists/chat/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/chat/weighted_italian>
#Webmail
#.Include</etc/e2guardian/lists/oldphraselists/webmail/weighted>
#Note that if you enable the webmail weighted list you should also disable
#the "exception_email" list in the exceptionphraselist file.
#Forums
#.Include</etc/e2guardian/lists/oldphraselists/forums/weighted> #BETA#
#Gambling
#.Include</etc/e2guardian/lists/oldphraselists/gambling/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/gambling/weighted_portuguese>
#Productivity
#.Include</etc/e2guardian/lists/oldphraselists/games/weighted> #ALPHA#
#.Include</etc/e2guardian/lists/oldphraselists/news/weighted> #ALPHA#
#.Include</etc/e2guardian/lists/oldphraselists/personals/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/personals/weighted_portuguese>
#.Include</etc/e2guardian/lists/oldphraselists/sport/weighted> #ALPHA#
#.Include</etc/e2guardian/lists/oldphraselists/travel/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/music/weighted>
#System Management and Security
#.Include</etc/e2guardian/lists/oldphraselists/domainsforsale/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/idtheft/weighted>
.Include</etc/e2guardian/lists/oldphraselists/malware/weighted> #BETA#
.Include</etc/e2guardian/lists/oldphraselists/proxies/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/translation/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/upstreamfilter/weighted>
.Include</etc/e2guardian/lists/oldphraselists/warezhacking/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/peer2peer/weighted>
#Miscellaneous
#.Include</etc/e2guardian/lists/oldphraselists/conspiracy/weighted>
#.Include</etc/e2guardian/lists/oldphraselists/secretsocieties/weighted>

View file

@ -0,0 +1,11 @@
# Exception referer IP sites
# sites which are refered to by these sites will be made exceptions
# 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
#

2
refererexceptionsitelist Normal file
View file

@ -0,0 +1,2 @@
# Exception referer sites
# sites which are refered to by these sites will be made exceptions

1
refererexceptionurllist Normal file
View file

@ -0,0 +1 @@
# Referer URLs - Sites refered to by these URLs will be made exception

13
responseheaderregexplist Normal file
View file

@ -0,0 +1,13 @@
# HTTP response header modifying Regular Expressions
#
# The format is: "extended regular expression"->"replacement straight string"
# E.g. "shit"->"censored" would replace all occurances of shit in any case.
# Far more complicated matches are possible. See other sources for examples
# of extended regular expressions.
#
# Headers are run through replacements line-by-line, not as a single block.
#
# To remove a header put "X-E2G-IgnoreMe:" as the replacement
# e.g. to remove 'upgrade:' headers
#"upgrade:.*$"->"X-E2G-IgnoreMe:"

0
semiexceptionsiteiplist Normal file
View file

0
semiexceptionsitelist Normal file
View file

29
sslsiteregexplist Normal file
View file

@ -0,0 +1,29 @@
#SSL site modifying Regular Expressions
#
# The format is: "extended regular expression"->"replacement straight string"
# E.g. "shit"->"censored" would replace all occurances of shit in any case.
# Far more complicated matches are possible. See other sources for examples
# of extended regular expressions.
#
# Users are pointed at the replaced site transparently.
# This is used to 'cname' ssl sites and avoids having to adjust DNS
# and allows option of switching off/on depending on filter group.
# This list applies to the site only (not full URL) for
# HTTPS sites (regardless of SSL MITM configuration).
# Do not use patterns with full urls in this list as they can never
# match the site name.
# Enforce restricted mode in YouTube
#
#"(^https://www.youtube.com)"->"https://restrict.youtube.com"
#"(^https://m.youtube.com)"->"https://restrict.youtube.com"
#"(^https://youtubei.googleapis.com)"->"https://restrict.youtube.com"
#"(^https://youtube.googleapis.com)"->"https://restrict.youtube.com"
#"(^https://www.youtube-nocookie.com)"->"https://restrict.youtube.com"
#
# Enforce restricted mode in Google
#
#"(^https://www\.google\.[a-zA-Z0-9_.]*$)"->"https://forcesafesearch.google.com"
#"(^https://.*\.gstatic\.com$)"->"https://forcesafesearch.google.com"

51
urlnobypass Normal file
View file

@ -0,0 +1,51 @@
# User are not allowed to bypass url sites in this list
#Don't bother with the www. or the http://
#NOTE: Sites using just IP should be put into bannedsiteiplistwithbypass
#You can have multiple .Includes.
# WARNING: Old style Blanket blocks in this file will be silently ignored
#To include additional files in this list use this example:
#.Include</etc/e2guardian/anotherbannedurllist>
#You can have multiple .Includes.
#listcategory: "Banned URLs"
#List other URLs to block:
# members.home.net/uporn
# The squidGuard advert domain/URL lists are now included by default.
# To work with advanced ad blocking & the logadblocks option, advert
# phrase/site/URL lists should have the string "ADs" in their listcategory.
#.Include</etc/e2guardian/lists/blacklists/ads/urls>
#Remove the # from the following and edit as needed to use a stock
#squidGuard/urlblacklist blacklists collection.
#.Include</etc/e2guardian/lists/blacklists/adult/urls>
#.Include</etc/e2guardian/lists/blacklists/aggressive/urls>
#.Include</etc/e2guardian/lists/blacklists/audio-video/urls>
#.Include</etc/e2guardian/lists/blacklists/chat/urls>
#.Include</etc/e2guardian/lists/blacklists/drugs/urls>
#.Include</etc/e2guardian/lists/blacklists/entertainment/urls>
#.Include</etc/e2guardian/lists/blacklists/frencheducation/urls>
#.Include</etc/e2guardian/lists/blacklists/gambling/urls>
#.Include</etc/e2guardian/lists/blacklists/government/urls>
#.Include</etc/e2guardian/lists/blacklists/hacking/urls>
#.Include</etc/e2guardian/lists/blacklists/jobsearch/urls>
#.Include</etc/e2guardian/lists/blacklists/kidstimewasting/urls>
#.Include</etc/e2guardian/lists/blacklists/mail/urls>
#.Include</etc/e2guardian/lists/blacklists/news/urls>
#.Include</etc/e2guardian/lists/blacklists/porn/urls>
#.Include</etc/e2guardian/lists/blacklists/proxy/urls>
#.Include</etc/e2guardian/lists/blacklists/publicite/urls>
#.Include</etc/e2guardian/lists/blacklists/redirector/urls>
#.Include</etc/e2guardian/lists/blacklists/violence/urls>
#.Include</etc/e2guardian/lists/blacklists/virusinfected/urls>
#.Include</etc/e2guardian/lists/blacklists/warez/urls>
# You will need to edit to add and remove categories you want

4
urlredirectregexplist Normal file
View file

@ -0,0 +1,4 @@
#
# redirect browser to different url
#
# 'regexp_pattern'->'url_to_redirect_to'

58
urlregexplist Normal file
View file

@ -0,0 +1,58 @@
#URL modifying Regular Expressions
#
#This list applies to the full URL for HTTP sites, and if configured
#for SSL MITM, also HTTPS urls.
#
# The format is: "extended regular expression"->"replacement straight string"
# E.g. "shit"->"censored" would replace all occurances of shit in any case.
# Far more complicated matches are possible. See other sources for examples
# of extended regular expressions.
#
# Users are pointed at the replaced URL transparently.
# Manipulates the URL to automatically switch on safe searching in Google,
# Singingfish, Ilse, KEL, Lycos, Alltheweb, Yahoo, Hotbot, Wisenut,
# Metacrawler.
# Google, Go etc. - remove 'safe=...'
#"(^http://[0-9a-z]+\.google\.[a-z]+[-/%.0-9a-z]*/images\?)(.*)(&?)(safe=[^&]*)"->"\1\2\3"
# ... and add 'safe=vss'
#"(^http://[0-9a-z]+\.google\.[a-z]+[-/%.0-9a-z]*/images\?)"->"\1safe=vss&"
# Singingfish - remove 'ff=...' and add 'ff=1'
#"(^http://search\.singingfish\.com/[-/%.0-9a-z]*\?)(.*)(&?)(ff=[^&]*)"->"\1\2\3"
#"(^http://search\.singingfish\.com/[-/%.0-9a-z]*\?)"->"\1ff=1&"
# Ilse - remove 'family=...' and add 'family=yes'
#"(^http://www\.ilse\.nl/searchresults\.dbl\?)(.*)(&?)(family=[^&]*)"->"\1\2\3"
#"(^http://www\.ilse\.nl/searchresults\.dbl\?)"->"\1family=yes&"
# KEL - remove 'Realm%3AErotiek=...'
#"(^http://www\.kel\.nl/search/search.cgi\?)(.*)(&?)(Realm%3AErotiek=[^&]*)"->"\1\2\3"
# Lycos.com - family filter only available in advanced mode.
# Remove 'adv=...' and 'adf=...' and add 'adv=1&adf=on'
#"(^http://[^/]*search[^/]*\.lycos\.com/[-/%.0-9a-z]*\?)(.*)(&?)(adv=[^&]*)"->"\1\2\3"
#"(^http://[^/]*search[^/]*\.lycos\.com/[-/%.0-9a-z]*\?)(.*)(&?)(xadult\.)(.*)(xadult\.)"->"\1\2\3\5"
#"(^http://[^/]*search[^/]*\.lycos\.com/[-/%.0-9a-z]*\?)"->"\1adv=1&adf=on&"
# Lycos.nl - remove 'family=...' and add 'family=on'
#"(^http://zoek\.lycos\.nl/[-/%.0-9a-z]*\?)(.*)(&?)(family=[^&]*)"->"\1\2\3"
#"(^http://zoek\.lycos\.nl/[-/%.0-9a-z]*\?)"->"\1family=on&"
# Alltheweb - change the customize url so that 'offensive' cannot be turned off
#"(^http://www\.alltheweb\.com/customize\?)(.*)(&?)(copt_offensive=[^&]*)"->"\1\2\3copt_offensive=on"
# Yahoo - remove 'vm=...' and add 'vm=r'
#"(^http://[.0-9a-z]+\.yahoo\.[a-z]+[-/%.0-9a-z]*/search)(.*)(&?)(vm=[^&]*)"->"\1\2\3"
#"(^http://[.0-9a-z]+\.yahoo\.[a-z]+[-/%.0-9a-z]*/search+.*\?)"->"\1vm=r&"
# Hotbot - remove 'adf=...' and add 'adf=on'
#"(^http://[0-9a-z]+\.hotbot\.[a-z]+/default\.asp\?)(.*)(&?)(adf=[^&]*)"->"\1\2\3"
#"(^http://[0-9a-z]+\.hotbot\.[a-z]+/default\.asp\?)"->"\1adf=on&"
# Wisenut - change the customize url so that 'wisepatrol' cannot be turned off
#"(^http://www\.wisenut\.com/preferences/savePreferences\.[^?]*\?)(.*)(&?)(wisepatrol=[^&]*)"->"\1\2\3wisepatrol=1"
# Metacrawler - remove 'familyfilter=...' and add 'familyfilter=1'
#"(^http://www\.metacrawler\.com/info\.metac/search/[-/%.0-9a-z]*\?)(.*)(&?)(familyfilter=[^&]*)"->"\1\2\3"
#"(^http://www\.metacrawler\.com/info\.metac/search/[-/%.0-9a-z]*\?)"->"\1familyfilter=1&"

81
weightedphraselist Normal file
View file

@ -0,0 +1,81 @@
# E2GUARDIAN weightedphraselist INSTRUCTIONS FOR USE
# New in v5.2 - per cent feature
# If weighting is a % then that % of the naughtynesslimit is used as the weight
# e.g.
# < slut ><10%>
# - If naughtynesslimit is 200 will add 20 to the count against the word 'slut'
#
# This allows phrases to be used which will have the same effect in all
# filtergroups
#
# Examples:
#
# <slut><10>
# - Adds 10 to the count against the string 'slut'. ie. sluts, slut!, abslutxyz.
#
# < slut ><10>
# - Adds 10 to the count against the word 'slut'. ie. Sally is a slut that smells.
#
# <slut>,<horny><50>
# - Adds 50 to the count when the strings 'slut' and 'horny' are found on the same page.
#
# <breast>,<medical><-30>
# - Subtracts 30 from the count when 'breast' and 'medical' are on the one page.
#
# <education><-25>
# - Subtracts 25 from the count when 'education' is on the page.
#
# See the bannedphraselist for more examples.
#
# Help by contributing customised lists and/or new keyword lists.
# Email: maintianer@e2guardian.org
#
#listcategory: "Weighted Phrases"
< vore ><40>
< yiff ><3>
< yiff >,< furry ><50>
< vore >,< furry ><60>
< porn ><15>
< porno ><15>
< pornography ><5>
< child porn ><80>
< child pornography ><80>
< rule 34 ><40>
< rule34 ><40>
< r34 ><3>
< rule34.xxx ><60>
< gore ><20>
<pornhub><5>
< gay porn ><15>
< gay pornography ><50>
< gay porno ><50>
< hentai ><20>
<Endermanch>,<MalwareDatabase><60>
< nude >,<porn><20>
< p0rn ><30>
< p0rno ><30>
< p0rn0 ><30>
< kekma ><50>
< porn hub ><30>
< xxx >,< porn ><20>
<tetroxide>,<monoxide<20>
< butt >,< sex ><15>
< t33n ><10>
< t33n >,< leak ><60>
< sex tape ><20>
< sex video ><10>
<cobson><40>
< memz ><20>
< chimpotty ><40>
# random bit from MEMZ.bat
< OoygSoV8J22T3SeQBL834Emy6vg ><60>
< penis >,< photo ><20>
< penis >,< enfant ><60>
< penis >,< infant ><60>
< chilled windows ><40>
< chilledwindows ><40>
< deepnude ><20>