The NairaForum Community
February 09, 2012, 06:33:27 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Gallery Login Register  

Pages: [1]   Go Down
  Send this topic  |  Print  
Author Topic: How to Redirect a Phishing Site Web Page to the APWG.ORG Phishing Education Page  (Read 1057 times)
0 Members and 1 Guest are viewing this topic.
editor 
Administrator
*****

Karma: 0
Offline Offline

Posts: 170



« on: March 20, 2010, 08:37:15 AM »

The APWG and Carnegie Mellon Cylab Usable Privacy and Security Laboratory (CUPS) are working to educate consumers on the perils of phishing and how to avoid them. As part of this initiative, we are requesting that instead of disabling phish sites, ISP, registrars, and other infrastructure entities put an HTTP redirect in place of the phishing page at the phishing URL. The redirect would send a user who has been tricked into visiting a phish site to go to the Phishing Education Landing Page at the “most teachable moment”.

In addition, by including a parameter that is the URL of the website that was taken down, you will also help the APWG and CMU’s Cylab Usable Privacy and Security Laboratory to track the success rates of the various phishing education campaigns. This is invaluable information and we appreciate your cooperation in including this parameter in the redirect URL. Your efforts can help educate consumers and enterprise computing users so that they can better protect themselves from electronic crime.
This page has information on how to implement a redirect to the education page.
Implementing a redirect in Apache

There are several ways to implement a redirect in Apache, but the following method is one of the simplest.

   1. Create a .htaccess file in the directory where the phishing site was stored. Note the leading dot on the .htaccess filename.
       
   2. The .htaccess file should contain the following text:
       
      Redirect 301 /the-phishing-page.html
      http://education.apwg.org/r/?www.phishsite.com/the-phishing-page.html
      (In the above text, “the-phishing-page.html” should be replaced with the filename of the phishing webpage that was taken down and “www.phishsite.com/the-phishing-page.html” should be replaced by the full URL of the phish site that was taken down. Note that there are two things that need to be replaced by the full URL of the phish site. For example, “the-phishing-page.html” could be “signin.html” and "www.phishsite.com/the-phishing-page.html" could be “yourcompany.com/update/signin.html”)
       
   3. The .htaccess file should be owned by an unprivileged "utility" user and group, and set to be world readable and writable by no one.
       
      More information about .htaccess files can be found here: http://httpd.apache.org/docs/2.2/howto/htaccess.html

Implementing a redirect in IIS

To redirect to the APWG/CMU education URL in IIS, change the HttpRedirect property for the resource to:

http://education.apwg.org/r/?the-phishing-page.html, PERMANENT

Note that “the-phishing-page.html” should be replaced with the filename of the phishing webpage that was taken down. For example, “the-phishing-page.html” could be “signin.html.”

More information on IIS redirects can be found here:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/
b652c863-6334-40be-8a97-db4b368f3ecc.mspx?mfr=true
 
Report to moderator   Logged
Pages: [1]   Go Up
  Send this topic  |  Print  

 
Jump to:  

Subject Started by Replies Views Last post
10 Programming Languages you should learn editor 0 541 Last post August 21, 2010, 12:34:02 PM
by editor
An Open Letter To President-Elect Goodluck Ebele Azikiwe Jonathan editor 0 364 Last post April 28, 2011, 10:50:57 PM
by editor
NairaForum Rules & Regulation BigBros 2 920 Last post November 07, 2008, 09:43:19 PM
by Boss Ttdiamonds
Get $5 to your e-gold account and a verified google adsense account today,also.. saheed2 1 904 Last post August 22, 2008, 04:01:43 PM
by BigBros
AN OPEN LETTER TO Mrs. Ngozi Okonjo Iweala and Mr. Sanusi Lamido Sanusi BigBros 0 176 Last post January 07, 2012, 11:11:36 PM
by BigBros

Join Us On FaceBook and Twitter

Powered by MySQL Powered by PHP
Powered by SMF 1.1.16 | SMF © 2011, Simple Machines
Valid XHTML 1.0! Valid CSS!