Table of Contents
Security Links
SSL / TLS
- Wikipedia about SSL/TLS
OpenSSL
- OpenSSL → http://www.openssl.org/
- OpenSSL vulnerability in Debian → http://www.debian.org/security/2008/dsa-1571
- OpenSSL for Windows (link from Colubris)
→ http://www.slproweb.com/products/Win32OpenSSL.html
Test SMTP-over-SSL:
openssl s_client -connect host.domain.net:3525
X509 Certificates
- X509 is an ITU-T standard for a public key infrastructure (PKI), specifies public key certificates.
- Public Key Cryptography Standards → PKCS
- DER (Distinguished Encoding Rules) is a different format (non-Base64)
- Common Certificate filename extensions for X.509 certificates are:
- .pem - (Privacy Enhanced Mail) Base64 encoded DER certificate
- .cer, .crt, .der - usually in binary form (DER), but Base64-encoded (PEM) certificates are common too.
- .p7b, .p7c - PKCS7 SignedData structure without data, just certificate(s) or CRL(s)
- .p12 - PKCS12, may contain certificate(s) (public) and private keys (password protected)
- .pfx - PFX, predecessor of PKCS#12 (usually contains data in PKCS#12 format, e.g., with PFX files generated in IIS)
- PKCS#7 is a standard for signing or encrypting (officially called “enveloping”) data.
- PKCS#10 is Certification Request Standard (CSR)
- PKCS#12 evolved from the PFX (Personal inFormation eXchange) standard and is used to exchange public and private objects in a single file.
- Multi-site certification voor MS Exchange, zie
→ http://www.sslcertificaten.nl/multidomein.php - multi-site = Unified Communications Certificaten (UCC)
- SAN: The Subject Alternative Name field explained
→ http://www.digicert.com/subject-alternative-name.htm - Extended Validation → https://www.sslcertificaten.nl/GroeneAdresbalk
- Generate UCC cert on Exchange-2007 → https://www.digicert.com/easy-csr/exchange2007.htm
- OCSP = Online Certificate Status Protocol (alternative to CRL)
Publicly Signed SSL certificates
- Xolphin → http://www.sslcertificaten.nl/
- SSL.NU → https://www.ssl.nu/nl/
Security
- MD5/SHA1 database → http://md5.rednoize.com/
- MD5 GUI for Windows → http://www.toast442.org/md5/
SSH
Secure FTP Overview
SFTP/SCP
Rootkit
Token
- Alladin Safeword Tokens
→ http://www.aladdin.com/safeword/authenticators.aspx
Encryption Apps
Secure Editor
VPN tunneling
IPsec
- IPSec Overview Part Four: Internet Key Exchange (IKE)
→ http://www.ciscopress.com/articles/article.asp?p=25474&seqNum=7
- What is IKE ID mode?
→ There are 2 IDs in an IKE exchange:
ID in phase 1 = authentication of the remote VPN gateway: ID_IPV4_ADDR/ID_FQDN/ID_USER_FQDN/ID_DER_ASN1_DN ID used in phase 2 = proxy id = retrieved from the pre-configured policy = ID_IPV4-ADDR/ID_IPV4_SUBNET/ID_IPV4_RANGE
IPsec overview: - IKE phase 1: establish ISAKMP-SA (used to encrypt IKE phase-2) - IKE phase 2: establish IPsec-SA (used to encrypt IPsec ESP) - IPsec ESP tunneling IKE phase 1: - ISAKMP - match local/remote IKE ID (IP/FQDN/U-FQDN) - negotiate proposals with elements: * d
OpenVPN
Links to local pages:
Links:
- James Yonan's OpenVPN → http://openvpn.net/
- OpenVPN GUI → http://openvpn.se/
- Endian (an OpenVPN based VPN/Firewall) → http://www.endian.com/
- Endian forked from IpCop → http://www.ipcop.org/
- OpenVPN Web GUI (old) → http://openvpn-web-gui.sourceforge.net/
- Article by SANS: OpenVPN and the SSL VPN Revolution
→ http://www.sans.org/reading_room/whitepapers/vpns/1459.php - SurfBouncer uses OpenVPN → http://www.surfbouncer.com/
- Tips OpenVPN on Windows7
- OSPF over OpenVPN → http://openmaniak.com/openvpn_routing.php
IPsec clients
- Safenet SoftRemote (before NS Remote Client)
→ http://biz.safenet-inc.com/prod/software/index.asp - The GreenBow → http://thegreenbow.com/vpn.html
- (replacement Netscreen Secure Client): Universal IPsec VPN Client
→ van NCP-E: http://www.ncp-e.com/
Open-Source IPsec clients
IPsec info
- IKE = Internet Key Exchange
- Xauth = IKE Extended Authentication
- Cisco on Xauth
- XAuth info → draft-beaulieu-ike-xauth-02.txt
Linux Security
Tokens
Aladdin SafeWord
- NZV 'Aladdin SafeWord 2008' → http://www.aladdin.com/SafeWord/default.aspx
- SafeWord and Juniper → http://www.aladdin.com/partners/findresults.aspx?id=231
Firewall
Juniper Netscreen ScreenOS
- Juniper KB: Configuring PPTP, IPSec pass-through or L2TP over IPSec solutions on a Juniper Firewall device
→ http://kb.juniper.net/InfoCenter/index?page=content&id=KB8536
SSG-140
SSG documentation
WebSense on Juniper
Log Analyzer
- SecureWorks: A Firewall Log Analysis Primer
- Stonylake Firewall Reporter → http://www.stonylakesolutions.com/sls/about%20sfr.jsp
- ManageEngine Firewall Analyzer → http://www.manageengine.com/products/firewall/
- SnortAlog → http://jeremy.chartier.free.fr/snortalog/
hint
- SNMP Traffic Grapher STG → http://www.wtcs.org/informant/stg.htm

