A blacklist is a list of entities that are banned from some access or action (entities not in the blacklist are authorized, including unknown entities).
0
votes
1answer
19 views
CloudBees and DoS Protection/Blacklisting
Does CloudBees offer anything in the way of DoS protection or IP blacklisting? I'm wondering what the recommended practices are for protecting CloudBees apps from these kinds of attacks, and don't see ...
0
votes
0answers
33 views
How to disable tcp dump on specific port? [closed]
I have to give access some users to run tcpdump command via sudo, for example
user ALL=(ALL) NOPASSWD: /usr/sbin/tcpdump *
But for security reasons I would like to disable dumping LDAP port (389)*.
...
0
votes
0answers
12 views
My XP PC discriminate common web sites like Google and Wikipedia
My XP PC discriminates common web sites like Google and Wikipedia, and can not accesss these websites, while other computers in the same LAN could access these web sites.
I have a simple home ...
0
votes
0answers
50 views
Getting redirected while trying to scrape a website: HTTP/1.1 302 Moved Temporarily
I have written a Cocoa app to scrape the text of different languages of content of a website. It worked really well until all of the sudden it stopped working. In order to build the scraper I had to ...
1
vote
1answer
44 views
PHP Blacklist checker script
I want to create an system to check some emails from a list, if there are blacklisted or not. More example, I want to create a MySQL table where is put some emails like @gmail.com or @yahoo.com
Now, ...
0
votes
0answers
47 views
Controlling calls and sms (Phonegap/Android)
I use phonegap. Is there any call and sms events ? Can I develop a blacklist program using phonegap ?
0
votes
0answers
22 views
android location blacklist issue happened in GoogleMap
Once when I used Google Map, there happens a issue.The GPS icon has not been blinked, but the map didn't locate to the current area.
And the captured log has pointed the problem :"LocationBlacklist: ...
1
vote
0answers
19 views
Global Authority for Blacklisting IPs
I know that there are few common ways to block spam and attacking IPs (such as deny in htaccess). Additional to that, we could get a huge list of IPs to block from misc sites such as :
...
0
votes
1answer
30 views
Is there a safe way to differentiate types of SendFailedExceptions from JavaMail
I am currently getting SendFailedException because my sendmail instance has some email addresses blacklisted (to filter out all emails to non-developers during testing). But SendFailedException could ...
0
votes
3answers
57 views
Extending Zend request object getParams() method in order to sanitize uesr input
I am trying to ensure we sanitize user input in our web app by filtering user input (blacklisting user data such as tags etc). Basically, Zend suggests that this be done specifically by the developer ...
1
vote
0answers
26 views
Server blacklisted from Facebook?
Yesterday we installed a new plugin on our site to allow our posts to be posted to our Facebook page automatically. Well early morning Monday's and some testing code was left in that made the call a ...
1
vote
2answers
53 views
How to allow non-existent privileges in Zend_Acl?
I'm using ZF 1.12.2, and I'd like to create a blacklist for my Zend_Acl privileges since I have less to restrict than to allow. I'm basing my ACL resource names on my controller names and my ...
0
votes
1answer
167 views
How to blacklist an IP on TIdHTTPServer
In a TIdHTTPServer component, I'd like to enable a blacklist of IP addresses to block. I'd like to make sure this is on the lowest level possible to prevent any unnecessary data streaming in from a ...
0
votes
1answer
205 views
Symfony2 Access Denied Exception - More Details?
I have the following problem:
In my symfony 2 application I have a voter called "ClientIpVoter", that checks if the client ip is blacklisted (http://symfony.com/doc/2.0/cookbook/security/voters.html). ...
0
votes
0answers
24 views
System email deliverability concerns for SaaS [closed]
We are working on a SaaS system that will allow our customers to use our system essentially as a POS system. Part of the offering is email notifications for their customers. Each customer that signs ...
0
votes
0answers
87 views
How to stop Blacklisting mass emails (non-spam)
I am designing a software for an industry that sends mass emails. It is very common for these companies to receive 1,000 to 2,000 emails a day (no, I'm not exaggerating) and to send out just as many ...
0
votes
0answers
34 views
De-Referrer: check target-sites for malware
I used to have a de-referrer in my blog and the admin-area. I did this in order to hide the referring address from the target-site, since the referring URL might contain a login-ID.
My provider ...
0
votes
0answers
110 views
Editing “hosts” file, vs. Proxy Server? [closed]
I want to prevent access to certain websites.
So far I've found two ways:
Edit hosts file (...\System32\drivers\etc\hosts)
Make (program) a proxy server, and filter requests using a blacklist (not ...
0
votes
0answers
39 views
Sending HTML emails using Mailenable - Links appear to be blacklisted
Ive been scratching my head regarding this all day and google searches dont seem to provide much so I hope someone has a similar experience!
Our windows server running plesk and mailenable hosts a ...
0
votes
0answers
5 views
Error generating App ID and App Secret [duplicate]
Possible Duplicate:
Site not valid - but it is
My website developer has asked me to generate an App ID and App Secret but I'm stuck as the system is generating an error message: App Domain ...
0
votes
1answer
138 views
IPTables rules being applied multiple times at startup
Specifically talking about an Ubuntu 10.04 LTS server (Lucid Lynx), although its probably applicable to other Linux versions.
I was trawling through the logs for a few websites, doing some spring ...
2
votes
1answer
180 views
Return 404 from MVC routehandler
I have a list of IP's that keep crawling our live site which throw exceptions when they use certain URL's with no parameters (because of the MVC routing). I want to block those IP addresses and return ...
1
vote
1answer
75 views
Blocking remote IPs temporarily on Google Appengine
I would like to implement a feature in my AppEngine server that prevents people from guessing passwords in rapid succession or hammering me with random requests (DoS, etc.). For this, I am looking for ...
0
votes
0answers
24 views
How do I get my site unblacklisted? [closed]
I was in the airport a while back and when I tried to go to a site I was developing, it was blocked by their firewall because it was believed to be Pornography. Then I was during testing a week ago at ...
0
votes
1answer
104 views
How can I blacklist usernames with Devise?
I have Devise setup to allow login with email or username. With your username you can have a vanity URL like so: vanity.com/username. My User model thus has attr_accessible :username as well as ...
0
votes
0answers
203 views
Block incoming calls android 2.3 & above
I have been readng a lot about blocking incoming calls on Android, i have seen that the neat little trick of using Java Reflection works but i read that as of 2.3(GB) its broken. So currently there is ...
1
vote
3answers
179 views
Rails custom e-mail validator | Blacklist
Situation:
I got a user model, which needs to be validated by a list of blacklisted e-mail addresses. The blacklisted e-mail addresses are located in an extra model called blacklist
models/user.rb:
...
0
votes
1answer
123 views
Blacklists in Lists Python, while grabbing data from webpages
Basically, I have created a very messy code to grab links from bing search queries.
The problem I am facing, is that I am receiving too many bing related links.
I have tried this current code to ...
0
votes
1answer
328 views
IP Blacklist in PHP+MySQL
I have been trying to implement a sort of IP blacklisting in PHP, where I store failed login attempts to a MySQL table with the following schema:
CREATE TABLE blacklist(
`ip_address` VARCHAR(35) ...
1
vote
2answers
692 views
Where can I find Chrome's WebGL GPU blacklist?
I know Google Chrome blacklists some GPUs from running WebGL content. Where can I find this blacklist?
4
votes
3answers
111 views
Best way to enable blacklists for users
I want to allow my users to create blacklists of content sources (users/categories/words/?). They shouldn't be able to see any content from these sources.
For example: If user A blacklisted user B ...
0
votes
0answers
33 views
Chrome external extesnion blacklist removal
I have made a windows installer of my extension using inno, it worked fine but when user removes extension from chrome, windows installer can not install extension it any more in chrome as per chrome ...
0
votes
1answer
80 views
Blacklist domains in htaccess
I found a guide that helps blacklist certain domains from accsessing your site ,
RewriteCond %{HTTP_REFERER} ^http://.*somebadforum\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*example\.com ...
5
votes
2answers
194 views
Google App Engine and dos.xml
My understanding is that the only way to really mitigate a DDoS attack is to automate the process of blacklisting IP addresses/ranges.
Google App Engine (GAE) allows you to configure and upload a ...
1
vote
1answer
350 views
How to filter incomming calls (blacklist) - no reflection
I was wondering if there is a way that I can filter (block) incoming calls on Android (consider 2.1 and up). I found solutions using reflection, but it seem not to be very clean and reliable solution. ...
0
votes
1answer
126 views
Need to get IP address to add to GAE blacklist
I'm getting a lot of requests to my appengine app from a malicious user and I suspect it might be an attempt at a DOS attack. I need to add thier IP address to blacklists on GAE. However when I look ...
0
votes
2answers
422 views
Stopping ringtone
I am trying to stop ringtone.
When the phone rings it plays a tone. I am trying to stop that sound
depending on some factors, for example, caller in on a black list.
public class ReceiverClass ...
0
votes
4answers
149 views
Blacklist words in XML
My requirement is :
"Dont allow blacklisted words to appear in a specific XML tag".
I am trying with xs:restriction using XML regex pattern.
I referenced the following link : Restrict word list in ...
0
votes
0answers
433 views
Google Play App ID? [closed]
Do you know what Google Play's app ID is? I am trying to blacklist Google Play and I need the App ID in order to do so.
I can locate all App IDs except for Google PLay's, I think this may be because ...
0
votes
2answers
118 views
How to add class to elements containing blacklist words
I want to add a class to HTML elements whichever contains one of the blacklist words.
For example, my blacklist consists of "bad" and "ugly", I want to add class to their span:
<div id="main">
...
-3
votes
1answer
2k views
Hotmail IP Blacklist. No solution [closed]
Our IP has blocked by Hotmail servser showing the 550 SC-001 (COL0-MC3-F15) error code.
Message Delivery Failure: (IP is not the real one)
...
1
vote
1answer
136 views
How do I know if my IP is blacklisted for Deezer API?
On my local machine, I visit the url http://api.deezer.com/2.0/search/artist?q=feeder and get the correct json data returned. On my live server, I curl the same url, and get returned the json.
...
1
vote
1answer
201 views
Black listed url in Facebook. Support not replying [closed]
We have our main URL black listed by Facebook for almost half a year now. What can we do in order to get some reply from the support team ?
We're a sitebuilder: http://www.cabanova.com. We give our ...
0
votes
1answer
55 views
how to schedule an expiration time when the last user leaves the conference asterisk
I am working in ubuntu 9.10. I am using asterisk and meetme.conf. I would like to ask what should I write in extensions.conf for expiring a conference call when the last participant left?
How can I ...
0
votes
1answer
631 views
How to work with BlackList?
I am new to asterisk. i am working under ubuntu 9.10. I use asterisk 1.8. I want to create a conference room.
in meetme.conf
conf => 1234,1234
in extensions.conf
exten =>1234,1,MeetMe(1234)
...
0
votes
1answer
191 views
check a mail ip adress in mail blacklist using php
how can i query a mail ip address in mail black list.i have try some think like that:
if ( $ip ) {
$quads = explode( ".", $ip );
$rip = $quads[ 3 ].".".$quads[ 2 ].".".$quads[ 1 ...
0
votes
1answer
676 views
iOS: Blacklist the application remotely [closed]
I have to blacklist the applications in iPhone remotely ,I have gone through the MDM functionality in the iOS_MDM but I have not seen the blacklist feature in iOS MDM.So I want to is there any ...
0
votes
2answers
274 views
javascript regex: blacklist 5 chars
I want to blacklist the following chars:
' ( = < >
So every char is allowed but not the 5 listed above.
How do I replace them with regex?
myString.replace(regexString, '');
0
votes
1answer
627 views
RBL check on DNS way - Proofpoint doesn't work
If I remember I check DNS based RBL using a simple command:
host 12.34.56.170.bl.spamcop.com (This is a fake ip)
If the DNS returns 127.0.0.2, this host is blacklisted in Spamcop.
In Proofpoint ...
0
votes
1answer
172 views
PHP keyword function breaks after merging two arrays
This php function retrieves a list of common words used in a string and excludes a blacklist of words.
Array1: a,b,c
Although a default blacklist is useful, I needed to add words to the blacklist ...

