Posts Tagged ‘Security’

Service and Network monitoring tool

Monday, October 6th, 2008
  • Nagios – “[...] Open Source host, service and network monitoring program”.

Anomaly Detection tools

Monday, October 6th, 2008

Tools to search files by headers

Tuesday, September 30th, 2008
  • Foremost “[...] console program to recover files based on their headers, footers, and internal data structures”.
  • TRID “[...] utility per l’identificazione di binary files”.
  • WinHex “[...] universal hexadecimal editor, particularly helpful in the realm of computer forensics, data recovery, low-level data processing, and IT security”.

Encrypt tools

Tuesday, September 30th, 2008
  • AxCrypt “[...] is free and easy to use open source strong file encryption for Windows”.
  • TrueCrypt “Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux”.
  • GnuPGP “GnuPG allows to encrypt and sign your data and communication, features a versatile key managment system [...]“.

Suggestions about wireless security

Sunday, May 6th, 2007

One of my passions is wireless security. Even if I have to say that securest wireless net is a turned-off wireless net :), we need to know how we can guarantee at least a mininum level of security against intrusions. There are a lot of websites that can explain you everything about wireless nets, so I say you only few suggestion (I’m considering 802.11b/g standard):

  • Don’t leave your router/wireless connection totally opened, without any encryption security. Doing that, even a baby can use your wifi connection to search informations about his favourite candy on the net. :)
  • Don’t use WEP (Wired Equivalent Privacy) encryption. It is breakable in 5 minutes using simple programs.
  • WPA/WPA2 (Wi-Fi Protected Access) is securer then the previous one (WPA2 is better then WPA). You can chose PSK security mode, where every user is given the same pass-phrase.
  • Use a long and not-simply-hitting pass-phrase (use alphanumeric characters, lower and upper case, numbers, special characters as !, @, #,…), don’t use a dictionary based word.
  • If you can, use AES WPA algorithm, actually it is the strongest.
  • Change the default SSID (Service Set Identifier) and disable the SSID broadcast on your Access Point, so your A.P. will be hided from not-skilled wardrivers.
  • You can use MAC filters to increase your wireless network protection. Doing that, only PCs with their mac address registered can enter the network; but remember that MAC addresses can be spoofed and that exist MAC address changing softwares.
    From Wikipedia: “While giving a wireless network some additional protection, MAC filtering can be circumvented by scanning a valid MAC (via airodump-ng) and then spoofing one’s own MAC into a validated one. This can be done in the Windows Registry or by using commandline tools on a Linux platform.”
  • If you don’t need so, disable File and Printer sharing and Client for Microsoft Networks on your wireless adapter.
  • Pay attention to your Access Point:
  1. Change your Access Point default password. Do it long and difficult to hit.
  2. Keep your Access Point and wifi cards firmware updated.
  3. Keep your Access Point and PC firewalled.
  4. Use SSH to administer your Access Point, or use https instead http.
  5. If you can, don’t use DHCP server and assign static IP address to each client.
  6. If your firewall supports this function, enable logging and check if something is not normal.
  7. Turn of Wireless LAN when you don’t use it.
  • Finally I think that the best choice to protect your WLAN can be a VPN (Virtual Private Network), in particular OpenVPN (that is under GNU GPL), that allows you to create a tunnel between computers using preshared private key, certificates, or username/password.