Tagged Questions
The honeypot tag has no wiki summary.
334
votes
131answers
30k views
How do you stop scripters from slamming your website hundreds of times a second?
[update] I've accepted an answer, as lc deserves the bounty due to the well thought-out answer, but sadly, I believe we're stuck with our original worst case scenario: CAPTCHA everyone on purchase ...
15
votes
9answers
3k views
How can I throttle user login attempts in PHP
I was just reading this post http://stackoverflow.com/questions/549/the-definitive-guide-to-website-authentication-beta#477585 on Preventing Rapid-Fire Login Attempts.
Best practice #1: A short ...
4
votes
2answers
332 views
Interview question: Honeypots and web crawlers
I was recently reading a book as prep for an interview and came across the following question:
What will you do when your crawler runs into a honey pot that generates an infinite subgraph for you to ...
3
votes
1answer
89 views
What is the best way to achieve a honeypot style form captcha?
I have heard of honeypot style captcha systems either loading the form with javascript, which might load after the page has rendered. Or checking if a hidden field is filled in, which could possibly ...
3
votes
2answers
101 views
Advice for use of honeypot img tag to detect scrapers / bad bots
We want to setup a little honeypot image in our html bodies to detect scrapers / bad bots.
Has anyone set something like this up before?
We were thinking the best way to go at it would be to:
a) ...
2
votes
1answer
323 views
How much the honey pot practice is efficently against spam?
With honeypot, i mean more or less this practice:
#Register form
<style>
.hideme{
display:none;
visibility: hidden;
}
</style>
<form action="register.php">
...
1
vote
1answer
80 views
PHP Social Network Site User Spamming - Sent emails to all users using Macros
Looking for best solution for this problem ( Almost all the social networking sites encounter this issue)
I have a small social networking website for our community . One of the features is that a ...
1
vote
2answers
112 views
Zend Honeypot Validation
On my bootstrap I don't have a class, it's a simple php file:
I have added there:
$loader = Zend_Loader_Autoloader::getInstance ();
$loader->setFallbackAutoloader ( true );
...
1
vote
2answers
193 views
Setting up a SQL injection honeypot
I just stumbled on a website vulnerable to an SQL injection attack by mistake ( Is this site vulnerable to an SQL injection attack? ).
That made me curious about what is tried and how often an attack ...
1
vote
2answers
402 views
Should a honeypot captcha be more complicated than 'display: none;'?
I'm needing to implement some form of captcha support for comments on my blog. I would really prefer a mostly passive approach, as in, no ReCaptcha. I'm thinking about doing a combination of honeypot ...
0
votes
2answers
40 views
Form Validation & Honeypot - Is my code right?
I've been using the form verification below successfully so far. It has required fields, email validation and a honeypot for spam. However, one of my client is getting blank form results when really ...
0
votes
0answers
6 views
http:BL is reporting an error: wp_httpbl_log doesn't exist
The table is missing. I deactivated, deleted and reinstalled the plugin without any change. The table is still missing. I found this support tag, but the solution there did not work for me: ...
0
votes
0answers
70 views
Honeypot for Android Platform [closed]
I'm a computer science final year undergraduate,for my final year project, i m thinking of developing a honeypot as an Android application, so then you can monitor the real time attacks on OS and ...
0
votes
1answer
173 views
How can I make my TCP listening app safer?
I’m looking for advice on writing a very safe C/C++ app that will listen to a tcp port. I'd like to peek at what others are trying to do to my machine, but I’d rather not install an elaborate honeypot ...
0
votes
1answer
182 views
Honeypot research related to Android
I'm going to implement a honeypot for Android Smartphones as a research for my dissertation. I have never used android, java and honeypots. This the way i'm thinking to start this. I thought to use ...
0
votes
0answers
174 views
How to configure Honeyd config file?
Is there any standard rules or way of writing the Honeyd configuration file?
If let say, in an environment of a small network of 10 desktop PCs powered with Windows OSes, what is the templates that ...
0
votes
1answer
182 views
Send file and information about attack from honeypot to central repository trough HTTP
Hello people someone knows Dionaea honeypot?
I'm trying to send binary information collected locally and attack collected locally on the honeypot to a central server and I can not get it.
I've tried ...
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
237 views
Most important feature in VoIP honeypot today
I'm writing a VoIP honeypot. Right now, it's listening on a specific port (SIP) for incoming connections. What would you suggest are the most important features it should have in terms of ...