When using Symantec security, is our IP address our own or shared, should we whitelist?

The company I work for uses Symantec security. When I am connected to the network (by cable) I can see that my IP address is registered to Symantec.

My question is, do other companies that are also using Symantec get this sa… Continue reading When using Symantec security, is our IP address our own or shared, should we whitelist?

Why should class names be whitelisted?

I am using the Accept known good validation strategy to sanitize user input (rich HTML) and are using a 3rd party component to do this.

The component by default requires every permitted class name to explicitly listed, but also has a checkbox to suspend this rule (i.e. every class name will be accepted). The help text for this checkbox says:

Bypassing this rule may lead to security vulnerabilities. Only grant this filter to trusted roles.

I understand by checking that box, I would permit user input such as:

<div class="exploit">…</div>

However, I am unable to think of what to replace “exploit” with that may be a security vulnerability.

Can anyone explain to me why I need to whitelist class names.

Continue reading Why should class names be whitelisted?

Is SSH public key authentication sufficient for protecting a server if IP Whitelisting is disabled?

I’m currently working for a startup company who maintains a server on AWS. Currently, our server is set up so that in order to access it via SSH, you need to be on a white listed IP (set up in AWS) and have a valid RSA key to… Continue reading Is SSH public key authentication sufficient for protecting a server if IP Whitelisting is disabled?

Has there ever been a country that implemented whitelist-based internet censorship?

We hear time and time again of countries censoring internet traffic by blocking IP Ranges.

Without getting into the politics of it, let’s take for example China’s Great Firewall. Even though it is not the most oppressive of firewalls, it … Continue reading Has there ever been a country that implemented whitelist-based internet censorship?