Protecting yourself from Jelsoft

WiRED

New Member
Once Jelsoft gets a complaint from somebody, they head off to your website and check license details out. The following can help protect your board.

Paste the contents into your .htaccess file.

#Hostnames
deny from vbulletin.com # vBulletin Hostname
deny from vbulletin.org # vBulletin Hostname
deny from vbulletin.net # vBulletin Hostname
deny from jelsoft.info # Jelsoft Hostname
deny from jelsoft.com # Jelsoft Hostname
deny from jelsoft.net # Jelsoft Hostname
deny from jelsoft.org # Jelsoft Hostname
deny from piratereports.com # Piratereports Hostname
deny from piratereports.net # Piratereports Hostname
deny from piratereports.org # Piratereports Hostname
deny from piratereports.info # Piratereports Hostname
deny from mailgate.piratereports.com # Hostname in conjunction with 81.134.2.134 #Jelsoft IP#

#IPs
deny from 81.134.2.134 # Jelsoft IP #Mr Ice Man#
deny from 68.178.254.168 # Piratereports.com Website IP
#deny from 64.202.189.170 # Piratereports.org and .net Website IP
deny from 209.62.16.128/27 # Jelsoft Website IP Range #toniboni88#


Check back for changes. Feel free to post updates or notifications.
----

Something interesting:


nslookup 81.134.2.134

Name: mailgate.piratereports.com
Address: 81.134.2.134


15ao20.jpg

15ao20.jpg
 

Mr-Ice-Man

New Member
So you just type it in as

Code:
deny from 81.134.2.134 # Indicated Jelsoft IP
deny from jelsoft.com # Jelsoft Hostname
deny from 68.178.254.168 # Website IP
deny from 209.62.16.128/27 #
 

WiRED

New Member
Just copy the ENTIRE quote contents, and then paste it into the bottom of your .htaccess file.


Cheers,
.WiRED
 

Mr-Ice-Man

New Member
When i put in the details below and try to go to my site it says Internal Server Error

Code:
# IP's
deny from 81.134.2.134 # Jelsoft IP [Mr-Ice-Man]
deny from 68.178.254.168 # Piratereports.com Website IP
deny from 64.202.189.170 # Piratereports.org/net Website IP
deny from 209.62.16.128/27 # Jelsoft Website IP Range [toniboni88]
 

WiRED

New Member
Erm.... I've just come accross something extremely odd..

When blocking "64.202.189.170", it gives me a 403 when trying to access my website. Take a look at where it goes.


nslookup 64.202.189.170

Name: pwfwd-v01.prod.mesa1.secureserver.net
Address: 64.202.189.170


What the hell is pwfwd-v01.prod.mesa1.secureserver.net?
So for the moment, comment out that line.


Cheers,
.WiRED
 

j0nty07

New Member
The record for 64.202.189.170 on whois.sc shows that to be a godaddy server.
Code:
http://whois.domaintools.com/64.202.189.170

And in answer to your question: pwfwd-v01.prod.mesa1.secureserver.net is the reverse DNS.

In addition to the above, it appears that piratereports.org is hosted on godaddy servers NS47.DOMAINCONTROL.COM and NS48.DOMAINCONTROL.COM
Code:
http://whois.domaintools.com/piratereports.org

Therefore, I would suggest that people who have their hosting with the godaddy company or through a reseller, it may do well to check that your own account is not on the same Name Servers as those mentioned above, if you are going to block that particular IP address in your .htaccess file. As you may not get into your site. Possible solutions, is to not enter the IP into the .htaccess file or to move hosting company and get away from being on the same servers and host providers as piratereports.org.
 

Itsuki Minami

New Member
you gotto made one actually i don't think this will protect you 'cuz is just a ip you can go to a cyber cafe and enter there for example so it's imposible to block jelsoft
 

WiRED

New Member
If you took notice, you'd see that the IP range has been blocked. Thus meaning that IP will not be able to access the site, if the .htaccess is in place.


Cheers,
.WiRED
 

Cyber-boy

New Member
deny from vbulletin.net # vBulletin Hostname( did i need to change tha vb host name or still need to be like that vb hostname..)
 

j0nty07

New Member
chakru said:
this is the ip of steve

192.168.1.101

Chakru, forgive me for probably asking the obvious, but doesn't that IP address belong to 'generic home routers'?

Also, who is 'Steve' and how and where does this 'Steve' fit into all this?

Thanks.
 

WiRED

New Member
Cyber-boy said:
deny from vbulletin.net # vBulletin Hostname( did i need to change tha vb host name or still need to be like that vb hostname..)
Just - Copy - The - Entire - Contents - Of - The - Quote - Box - Don't - Change - Anything


192.168.1.101 is a local IP, not an external IP.. Trying to be funny are you?
 
Top