Sometimes conveniences become vulnerabilities, and most often people are still the weakest link in information security. So much of the security realm tends to focus tightly on automation to the detriment or exclusion of education that we attempt to solve basic human behavior problems in software. E-mail is still the most prevalent avenue of delivery for inbound threats, and it is undoubtedly the most common avenue of data loss. But how far has security awareness training gotten us? And are we adequately shoring up weaknesses, or just reaching for the latest elixirs? (more…)
August 5, 2009
E-mail: Does auto-complete equal auto-disclosure?
Posted by Robert under E-mail, Security | Tags: Auto-Complete, Blackberry, Data Protection, DLP, e-mail, iPhone, Microsoft Exchange, Outlook, Security |Leave a Comment
July 22, 2009
NTP Time Synchronization with XenServer 5
Posted by Robert under I.T. | Tags: glibc, iptables, NTP, Xen |Leave a Comment
NTP troubleshooting can involve checking configuration settings in ntp.conf, basic network connectivity and firewalls. Sometimes the problem is immediately apparent, but not always. While attempting to set up one XenServer 5 system as the NTP server for others (rather than having all of them contacting NTP servers on the Internet, and writing broader firewall rules to support that), I bumped into the following problem.
- The client system can
pingthe NTP server. - No network switch is imposing an ACL, nor is there a firewall between the two systems.
- A diagnostic check with
ntpq -preveals the following:
ntpq: read: No route to host
June 17, 2009
Debian/Ubuntu: Updating System V style init script links
Posted by Robert under I.T., Linux | Tags: Debian, Ubuntu |1 Comment
There are a number of methods for managing the System V style init script links in Debian and Debian-derived Linux distributions, such as Ubuntu. Using the built-in update-rc.d is perhaps the most common (look here for a couple of other tools). This is somewhat analogous to chkconfig on Red Hat based distributions. (more…)
March 23, 2009
DNS: new trojan targets your LAN
Posted by Robert under DHCP, DNS, I.T., Security | Tags: DNS, DHCP, Security |Leave a Comment
DNS has been a source of concern for security practitioners for years. I think of the domain name system as the language center of the Internet brain. Without it, we’re reduced to pantomime and smoke signals. The major news of last year was the practical method of poisoning DNS caches of remote servers discovered by Dan Kaminsky. Most recently, we’ve seen news of a trojan that seems to be a variant of Trojan.Flush.M, first seen last December, that targets your entire LAN by leveraging another commonly-used protocol.
(more…)
March 17, 2009
Exchange: Who has mobile handsets using ActiveSync?
Posted by Robert under E-mail, I.T., MS Exchange, Security | Tags: ActiveSync, Exchange, Security |Leave a Comment
Microsoft Exchange 2007 was a big step forward, but some common-sense settings are just not possible! To “fail safe” one would expect that some mailbox features could be globally disabled. A prime example would be ActiveSync, which allows Windows Mobile handsets (or those licensing the technology, i.e. the Apple iPhone) to synchronize e-mail, calendar, contacts, and tasks with your Exchange server. Rather than having mailboxes created with this feature disabled, it is enabled! (more…)
December 4, 2008
Active Directory: Automated password expiration warnings
Posted by Robert under E-mail, I.T., Security | Tags: Active Directory, LDAP, Password Expiration, Passwords, Perl, Windows |[2] Comments
The Microsoft Management Console provides plugins for managing many aspects of Active Directory, including user accounts. The Active Directory Users and Computers MMC plugin allows you to view and manage user accounts, but there are some things you cannot discover, such as last logon time or when a user’s password will expire (if at all). Password expiration can be particularly vexing for road warriors or those who use non-Windows platforms but still rely on ADS for authentication to numerous corporate resources. Windows users have two possible means of being warned, and non-Windows users are just out of luck! (more…)
November 27, 2008
Data Encryption for Mac OSX: Sparse images with enterprise recovery
Posted by Robert under Encryption, I.T., Security | Tags: Data Protection, Encryption, Macintosh |Leave a Comment
The use of data encryption is quickly becoming a mandated component of corporate security policies, and especially so for mobile devices. It is difficult to get exact figures for the number of lost or stolen laptops, much less USB drives, but no one wants to be in the position of having to disclose the loss of important information. (more…)
October 27, 2008
Password Safes: Everyone should use one!
Posted by Robert under I.T., Security | Tags: Passwords, Security |Leave a Comment
All of us have credentials for a variety of web sites, e-mail accounts, not to mention other sensitive personal information. Passwords alone can multiple like rabbits if you are careful not to reuse them (which is strongly advised). The temptation to record passwords, and other sensitive information, in an insecure fashion is strong. The proverbial sticky note under the keyboard is only one example. But what should you do? (more…)
October 12, 2008
Reverse Proxy: Why and how with Apache
Posted by Robert under I.T., Security | Tags: Apache, Debian, Linux, Reverse Proxy |[3] Comments
A proxy is a gateway service for users to access the Internet. This might be implemented to enforce security policy or simply as a performance enhancement since proxies often times are configured to cache fetched pages, increasing responsiveness for subsequent requests for the same content. But what is a reverse proxy? A reverse proxy acts as a gateway to internal servers. It can be used to cache pages for performance reasons, just as with a forward proxy. In my opinion, one of the most interesting reasons to use a reverse proxy is to provide an alternate or supplemental means of authenticated access to internal web-based services behind a firewall. The configuration example provided here uses Apache and the mod_proxy module. Diversification of access methods for road warriors and remote workers helps ensure that services are available under a variety of circumstances, some of which may preclude traditional IPsec VPN access, for example. This can be a simple alternative to SSL-based VPNs, such as OpenVPN or SSL-Explorer. (more…)
September 13, 2008
VS 2008 Does Not Launch After Install
Posted by Robert under I.T. | Tags: .NET Framework, Visual Studio 2008 |Leave a Comment
I spent several hours working to get Visual Studio 2008 to function properly. Following an apparently successful installation on Windows XP Professional SP3, Visual Studio 2008 refused to start. The splash screen would appear briefly, and then poof, nothing at all. (more…)