The phishing tag has no wiki summary.
-5
votes
1answer
36 views
How can I download a .jar file from this website? I suspect it downloads a virus and I wanna know if my AV is able to detect that virus' .exe [closed]
This applet: wBeAF.jar is what I want to download.
hxxp://host7.freehost7.com/contents/F51a424ff10912/blank.html
be careful when visiting that page because it will prompt you to open a java program ...
0
votes
1answer
23 views
Joomla password screen I've never seen before. Phishing?
I was doing some minor edits to our site when the screen changed to just a white screen with blue all caps text that says "PLEASE LOG IN TO CONTINUE." Below that is a box that is labeled "Password." ...
1
vote
2answers
121 views
Phishing attack through PHP form [closed]
I am having trouble with two forms on a website. The pages hosting the forms have been taken down several times by my host due to 'phishing attacks'.
The forms on the pages where constructed using ...
0
votes
0answers
84 views
Is account temporarily suspended because my app?
I'm not strong English grammar. sorry if some word is weird.
I have develop My first App Facebook for some campaign with PHP. This app will
allow "Fans of campaign page" to Registers some Information ...
0
votes
0answers
103 views
Facebook like button hijacking my url and changing it so something else?
I want to add a facebook like button on www.foldablehats.com to www.foldablehats.com but despite the og tags and other markup the like comment references http://education.apwg.org/r/en/index.htm
...
0
votes
1answer
198 views
Phishing scanner program assistance
I have an assignment in my java class to make a very simple phishing scanner. The program needs to read a text file and then assign a point value to the listed words, then print out a summary of the ...
0
votes
0answers
258 views
Reporting app that's doing phishing? [closed]
I tried to navigate through facebook's abuse system, but there's really no way to report a phishing FB app. Where can I send this info?
The suspect app is http://apps.facebook.com/348460838577050/
...
1
vote
0answers
92 views
How do you prevent phishing in mobile app?
Imagine a scenario in which a game X installed on your mobile device wants to access your account information from social network Y. Assume that Y exposes some API, and have features like "login with ...
0
votes
3answers
62 views
Need a way to identify a user if the user got incontact regarding they're account being hacked? [closed]
I am developing a PHP application which has user accounts, I have followed best practices for security (so have done my part) - but this will obviouslly not stop accounts from being hacked.
This is ...
1
vote
1answer
74 views
Possible Wordpress exploitation
Does anybody know of a security vulnerability in Wordpress whereby fraudsters are sending out banking phishing emails (purporting to be banks) with a login link pointing to a valid domain but with ...
0
votes
1answer
221 views
How to stop automatic sending of phishing emails from web application?
I have some web applications,hosted in different domains.
But users are reporting that they are getting phishing emails from those.
What may be the reason behind that and most importantly,how would I ...
0
votes
0answers
80 views
.htaccess file permission not changed after adding MIMETYPE
I find the best way to preventing maleware and phishing is to changing the .htaccess file permission to 444 or 440 but After I add a new MIMETYPE to server changing the permission is not possible.Is ...
0
votes
1answer
176 views
How to prevent phishing sites from being uploaded on shared server?
We have more than 1000+ clients are having websites using various CMSs.
Mainly using Wordpress and Joomla, These sites are getting hacked and phishing sites are uploaded.
Please let us know how shall ...
1
vote
1answer
517 views
Email sent from web server causes gmail to treat as phishing. How to get rid of this?
I am sending account activation email from my .net app.
I set the from address to "xyz.support@gmail.com" and from name "xyz" where xyz is the name of the domain i.e. our website.
It was not a ...
0
votes
1answer
117 views
How do you prevent your drupal site from redirecting to external sites via the q variable?
I was wondering how to disallow anyone typing in a url similar to www.example.com/?q=http://www.evilsite.com
and instead redirect them to a 404 page or something else. As you can see, this introduces ...
0
votes
1answer
234 views
How to force even absolutely positioned child elements within the bounds of a parent element
How to force child html elements inside the bounds of a parent element, such that even absolutely positioned child elements still remain within the bounds (or are clipped) of the parent element.
I am ...
3
votes
2answers
613 views
Service to check a URL for malware or phishing?
Is there a service that lets me check a URL to see if it may possibly be a dangerous site?
When a user exits our application by clicking on an untrusted link, we sent them through a "are you sure you ...
0
votes
1answer
126 views
Phising through frames
My .net application uses frames. Currently there is phishing that happens through frames. Is there a way it can be controlled programmatically. Also, suggest a tool to find such phishing attacks
0
votes
2answers
39 views
Securing the Identity of the Source
Alice wants to know from Bob the location of a sensitive resource. Bob Kindly tells Alice the location, but how can Alice be sure of the identity of Bob?
Bob is a OpenBSD server, and the source of ...
1
vote
3answers
182 views
I have been attacked PHP/script injection - dummy question
My website has been attacked for phishing purposes. It is a complex website however I only use post and PHP files.
How could they attack me? I only use $_POST so I believe no SQL command and ...
20
votes
3answers
891 views
Why do browsers allow onmousedown JS to change href?
I've noticed for a very long time that when you try to copy a link location or open a link on Facebook, it modifies the link and passes it through l.php.
For example, I can be sent to
...
0
votes
0answers
154 views
Phishtank URL search from database
I am concerned about performance issues for following code
$phishtank = @unserialize(file_get_contents('verified_online.php_serialized'));
$found = false;
if(is_array($phishtank)) {
...
8
votes
2answers
906 views
How does pushState protect against potential content forgeries?
As seen in GitHub's blog, they've implemented HTML5's JavaScript pushState feature for tree browsing (for modern browsers), bringing AJAX navigation without Hash Bangs.
The code is simple:
...
1
vote
1answer
190 views
Is an overlay more susceptible to phishing?
Working on a web development project, functionality requires a user to navigate through the website then login and perform a very sensitive function. The login and subsequent functionality is hosted ...
-1
votes
2answers
158 views
Phishing And CSS position:absolute [closed]
How CSS position:absolute rule actually helps phishing?
Can someone help me out, I'm confused :(
14
votes
3answers
5k views
Should I use the Reply-To header when sending emails as a service to others?
Suppose we have an application that acts as a middleman, allowing Company A to send reports to their customers.
Company A --> Company B (me)--> Company A's customers
After getting the report we ...
0
votes
1answer
258 views
Website snapshot for phishing detection?
Is by just looking at the webpage snapshot, is a possible way to detect website phishing? Is is accurate enough?
Is we can detect the similarity of the URL, why do we need other sophisticated ...
2
votes
2answers
434 views
possible to change To: field in email header?
I found a phishing email in my inbox that has my email address in the From: field, and an unknown email address in the To: field. It was made like I had sent the email to the unknown email address.
...
1
vote
1answer
158 views
What might cause IE8 to show phishing warning page?
We have a situation where we took a client site online and for some reason, IE8 shows the bright red phishing page when you go to the site.
We have our normal Google Analytics code at the bottom of ...
2
votes
1answer
172 views
How can i use safe-browsing application object to determine whether a url is reported as phishing site or malware site?
Here is code snippet:
Components.classes['@mozilla.org/safebrowsing/application;1']
.getService().wrappedJSObject.malwareWarden.listManager_
.safeLookup(test_url, function(tableName){
...
4
votes
6answers
877 views
What is the best way to stop phishing for online banking? [closed]
Phishing is a very serious problem that we face. However, banks are the biggest targets. What methods can a bank use to protect its self from phishing attacks? What methods should someone use to ...
8
votes
4answers
463 views
How to defend against TabNabbing?
I got very concerned reading this genius post by Aza Raskin.
What are the non-browsers solutions to defend against TabNabbing? Are there any?
0
votes
2answers
331 views
Interacting with Internet Explorer's blacklist
I have a list of 100,000 domains and I need to identify which ones are blocked by IE for phishing, malware, etc. Are there any applications that interact with IE or solutions that can help me solve ...
4
votes
4answers
504 views
What does this Javascript do?
I've just found out that a spammer is sending email from our domain name, pretending to be us, saying:
Dear Customer,
This e-mail was send by ourwebsite.com
to notify you that we have ...
6
votes
4answers
1k views
What does this suspicious phishing code do?
A few of my non-IT coworkers opened a .html attachment in an email message that looks extremely suspicious. It resulted in a blank screen when it appears that some javascript code was run.
...
-2
votes
1answer
166 views
List of bank domains to stop phish
I'm looking for a full list of bank domain names to include in an anti-phish routine I'm planning, does anyone have a list/URL?
2
votes
6answers
416 views
What are the best ways to prevent your website from being Phished?
What are the best ways to prevent your website from being Phished? Please cite some technical suggestions and references if possible.
Thank you!
0
votes
1answer
442 views
Website url whitelists
I'm building a user content parser and am adding an automatic link parser. I'm adding a dialogue, that confirms that the user wants to go to the particular site being linked to. This is for two ...
4
votes
5answers
390 views
OAuth and phishing vulnerabilities, are they inexorably tied together?
I've been doing a fair bit of work with OAuth recently, and I have to say that I really like it. I like the concept, and I like how it provides a low barrier-of-entry for your users to connect up the ...
1
vote
2answers
148 views
spoofing e phishing
Hi
I created a small web application to send emails.
when i send an email Hotmail considers it as spoofing e phishing
how can i sort this problem?
thanks
2
votes
3answers
257 views
gravatar phishing - big deal?
Gravatar is linked to email address. If I enter somebody else's email - I can use his/her photo as avatar and that someone won't like it.
So the obvious solution is - validate email - which some ...
2
votes
8answers
479 views
Murphy's Law applied to Internet Security
I'm a fanatic of Murphy's Law and I have it in mind at programming time. There are a lot of "applied" versions in a variety of fields. Maybe (as stack overflow users) we can compile a list of them ...
0
votes
2answers
641 views
how do I get rid of the secure nonsecure warning on page with iframe under SSL with phishing filter?
I have a page under SSL with an iframe that refreshes itself every 20 seconds through an HTTP refresh prgama. If I browse the site with IE7 and phishing filter enabled I receive secure-nonsecure ...
5
votes
6answers
1k views
How do you combat website spoofing/phishing?
What is your suggested solution for the threat of website UI spoofing?