1
vote
1answer
42 views
Blacklist IP database
Hi,
Is there an open database of blacklisted IP for the Web? With a lot of public web proxy you know... such the blacklist used by the Global blocking of Wikipedia.
Thanks in advance.
0
votes
0answers
55 views
Blacklisting: IP’s or domains? [closed]
I am implementing a blacklisting system on my website that monitors contact forms for suspicious usage (both spam content and excessive frequency).
When I find somebody / robot that meets my criteria …
4
votes
0answers
56 views
Is there an SMS blacklist? [closed]
We have a few websites that allow their users to subscribe to SMS notifications when updates to the site are being made. The system will send out SMS notifications to the devices through the carriers …
0
votes
1answer
60 views
NOT match the regex
Due to limitations i need to write ONE regex and i would like to blacklist instead of whitelist certain strings (or sites)
Here i want to disallow youtube and IP address. Below is code that matches …
1
vote
3answers
70 views
What is whitelist and blacklist data?
I was reading about development of XPCOM component. I came across these terms called whitelist data and blacklist data, I tried to find out on google but couldn't .. I do not know how its related to …
0
votes
4answers
76 views
What is the best method for testing URLs against a blacklist in PHP
I have a script that is scraping URLs from various sources, resulting in a rather large list. Currently I've just got a collection of if statements that I'm using to filter out sites I don't want. …
2
votes
6answers
205 views
Blacklist of words on content to filter message.
Hi,
For a website that takes input from kids we need to filter any naughty / bad words that they use when they enter their comments in the website (running PHP).
The comments are a free field and …
0
votes
2answers
100 views
Detecting proxy server connections
We are having issues with users using proxy servers and causing trouble on our website. Is there an updated SQL list of proxy servers, indexed by IP, available anywhere so that we can query it and …
3
votes
3answers
315 views
Does anyone know of a phone number blacklist (for telemarketers) API
I'm about done with the spamming from telelmarketers on my phone. I was wondering if anyone knows of an API or a service that lets me query a phone number against a list of known spammers. Ultimately, …
1
vote
2answers
139 views
email whitelist/blacklist in python/django
Hello,
I am writing a django app that keeps track of which email addresses are allowed to post content to a user's account. The user can whitelist and blacklist addresses as they like.
Any addresses …
0
votes
1answer
176 views
Implementing a Blacklist of keywords in SQL
I have a list of keywords (strings) in which I need to identify any matches with a blacklist of keywords (strings in a separate table)
Any keyword/blacklist matches will be flagged in a bit field: …
9
votes
4answers
279 views
How to conduct legitimate email campaigns
We are working on a project that requires us to allow users to register to receive email notifications of certain events. There will potentially be tens or hundreds of thousands of email messages …
0
votes
0answers
100 views
Blacklists, Whitelists, Spam Folders and Email [closed]
I want to get on the whitelists for my email system, any recommendations whom to should contact about doing this, do I contact the big email providers directly (Yahoo, gmail, Microsoft hotmail/msn, …
1
vote
5answers
445 views
Best way to block large number of IPs? (efficiently) [closed]
I want to completely block access to my web server from ~25000 different IPs (or ~10000 CIDRs).
What is the best way to use such blacklist on Linux VPS? Preferably in user-space or available in …
1
vote
3answers
208 views
How to provide a smtp server for solicited promotional email?
I have a customer who needs to send some direct mailing to his contacts which is being collected from trade shows etc. I am thinking about providing a web based solution for them on sending direct …
