Tagged Questions
The phishing tag has no wiki summary.
18
votes
3answers
271 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
...
8
votes
4answers
365 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?
7
votes
1answer
180 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:
...
5
votes
4answers
854 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.
...
5
votes
6answers
982 views
How do you combat website spoofing/phishing?
What is your suggested solution for the threat of website UI spoofing?
4
votes
6answers
576 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 ...
4
votes
5answers
344 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 ...
4
votes
5answers
188 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 ...
2
votes
2answers
68 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 ...
2
votes
2answers
187 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.
...
2
votes
6answers
152 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!
2
votes
3answers
215 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 ...
1
vote
3answers
99 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 ...
1
vote
1answer
110 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
vote
1answer
244 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 ...
1
vote
1answer
109 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 ...
1
vote
1answer
116 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){
...
1
vote
2answers
110 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
1
vote
8answers
434 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
0answers
23 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
34 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 ...
0
votes
0answers
53 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)) {
...
0
votes
1answer
135 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 ...
0
votes
2answers
206 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 ...
0
votes
1answer
101 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 ...
0
votes
2answers
519 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 ...
-1
votes
2answers
94 views
Phishing And CSS position:absolute [closed]
How CSS position:absolute rule actually helps phishing?
Can someone help me out, I'm confused :(
-2
votes
1answer
112 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?