Remote Connectivity and VoIP Hacking

Slides:



Advertisements
Similar presentations
Encrypting Wireless Data with VPN Techniques
Advertisements

Security in VoIP Networks Juan C Pelaez Florida Atlantic University Security in VoIP Networks Juan C Pelaez Florida Atlantic University.
Nicolas FISCHBACH Senior Manager, IP Engineering/Security - COLT Telecom - version 1.0 Voice over IP (VoIP)
Internet Security CSCE 813 Network Access Layer Security Protocols.
WAN Technologies Dial-up modem connections Cheap Slow
1 Configuring Virtual Private Networks for Remote Clients and Networks.
Virtual Private Networks Shamod Lacoul CS265 What is a Virtual Private Network (VPN)? A Virtual Private Network is an extension of a private network.
COEN 252: Computer Forensics Router Investigation.
Remote Networking Architectures
Faten Yahya Ismael.  It is technology creates a network that is physically public, but virtually it’s private.  A virtual private network (VPN) is a.
1 © J. Liebeherr, All rights reserved Virtual Private Networks.
Module 11: Supporting Remote Users. Overview Establishing Remote Access Connections Connecting to Virtual Private Networks Configuring Authentication.
1 Chapter 6 Network Security Threats. 2 Objectives In this chapter, you will: Learn how to defend against packet sniffers Understand the TCP, UDP, and.
Copyright Security-Assessment.com 2005 VoIP 2 Is free too Expensive? by Darren Bilby and Nick von Dadelszen.
SYSTEM ADMINISTRATION Chapter 13 Security Protocols.
CHAPTER 2 PCs on the Internet Suraya Alias. The TCP/IP Suite of Protocols Internet applications – client/server applications The client requested data.
Chapter 12 Chapter 12: Remote Access and Virtual Private Networks.
Network Protocols. Why Protocols?  Rules and procedures to govern communication Some for transferring data Some for transferring data Some for route.
12-Sep-15 Virtual Private Network. Why the need To transmit files securely without disclosing sensitive information to others in the Internet.
WAN Technologies Dial-up modem connections
Remote Access Chapter 4. Learning Objectives Understand implications of IEEE 802.1x and how it is used Understand VPN technology and its uses for securing.
Remote Access Chapter 4. Learning Objectives Understand implications of IEEE 802.1x and how it is used Understand VPN technology and its uses for securing.
Copyright Security-Assessment.com 2004 Security-Assessment.com Hacking VoIP Is your Conversation confidential? by Nick von Dadelszen and Darren Bilby.
1 Chapter 8 Copyright 2003 Prentice-Hall Cryptographic Systems: SSL/TLS, VPNs, and Kerberos.
VIRTUAL PRIVATE NETWORK By: Tammy Be Khoa Kieu Stephen Tran Michael Tse.
11.59 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 11: Introducing WINS, DNS,
Hands-On Microsoft Windows Server Introduction to Remote Access Routing and Remote Access Services (RRAS) –Enable routing and remote access through.
H.323 An International Telecommunications Union (ITU) standard. Architecture consisting of several protocols oG.711: Encoding and decoding of speech (other.
Tunneling and Securing TCP Services Nathan Green.
Remote Connectivity and VoIP Hacking
TCP/IP Model & How it Relates to Browsing the Internet Anonymously BY: HELEN LIN.
Virtual Private Network. ATHENA Main Function of VPN  Privacy  Authenticating  Data Integrity  Antireplay.
Chapter 6 Remote Connectivity and VoIP Hacking Last modified
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 1 – Introduction to VoIP.
Virtual Private Networks Ed Wagner CS Overview Introduction Types of VPNs Encrypting and Tunneling Pro/Cons the VPNs Conclusion.
SIP & How It Relates To YOUR Business. Jeff S. Olson Director of Marco Carrier Services David Bailey-Aldrich Technology.
Secure Communications ● Cleartext vs. encryption and encapsulation ● Protocols not to use ● SSH – scp/ftp – SSH tunnelling ● VPN.
Virtual Private Networks
Virtual Private Network
Virtual Private Network Access for Remote Networks
Network customization
VoIP ALLPPT.com _ Free PowerPoint Templates, Diagrams and Charts.
Virtual Private Networks and IPSec
Virtual Private Networks
IPsec Problems and Solutions
Virtual Private Networks
IP Telephony (VoIP).
Protocols and the TCP/IP Suite Overview and Discussion
Virtual Private Networks
Virtual Private Network (VPN)
Virtual Private Network
Microsoft Windows NT 4.0 Authentication Protocols
Remote Access Lecture 2.
VPN: Virtual Private Network
Virtual Private Networks (VPN)
IPSec VPN Chapter 13 of Malik.
Introduction to Networking
Net 431: ADVANCED COMPUTER NETWORKS
Goals Introduce the Windows Server 2003 family of operating systems
Virtual Private Network
Virtual Private Networks
VoIP—Voice over Internet Protocol
VPN: Virtual Private Network
Introduction to Network Security
Chapter 12: Remote Access and Virtual Private Networks
Network customization
Unit 32 Every class minute counts! 2 assignments 3 tasks/assignment
Virtual Private Networks (VPN)
Virtual Private Network zswu
Topic 12: Virtual Private Networks
Presentation transcript:

Remote Connectivity and VoIP Hacking Unit 6 Remote Connectivity and VoIP Hacking

Virtual Private Network (VPN) A VPN connects two computers securely over an insecure network (usually the Internet), using tunneling Internet Internet Physical connection Logical connection

Tunneling An Ethernet frame is encapsulated in an IP packet, so it can be sent over the Internet It can be done with other protocols too Usually the frame is also encrypted, so that only the intended recipient can read it The end result is like you used a long cable to connect the two computers

Cost Savings You could use a T-1 line or a POTS phone call with a modem, to make a secure connection between two computers But a VPN is much cheaper, requiring only an Internet connection at each end

VPN Standards The modern way Older techniques IP Security (IPSec) and the Layer 2 Tunneling Protocol (L2TP) Older techniques Point-to-Point Tunneling Protocol (PPTP) Microsoft proprietary Layer 2 Forwarding (L2F) An obsolete Cisco protocol

Breaking Microsoft PPTP Microsoft's secure authentication protocol, MS-CHAP, uses LM Hashes Easily cracked with Ophcrack Session keys and encryption are poorly implemented and vulnerable to attacks The control channel is open to snooping and denial of service PPTP clients could act as a backdoor into the network

Fixing PPTP Microsoft patched PPTP in Win NT Service Pack 4 by using MS-CHAPv2 And it's really much better (link Ch 614) Win 2000 and later also offer IPSec and L2TP, which is safer "In our opinion, IPSec is too complex to be secure" -- Schneier and Ferguson (link Ch 615) But it's the best IP security available now

Google Hacking for VPN Search for filetype:pcf Stored profile settings for the Cisco VPN client You get encrypted passwords in this file I truncated the hash in this example

Cracking VPN Password with Cain It cracked instantly for me Password removed from figure It took longer for a stronger password

Attacking IKE IPSec VPNs use Internet Key Exchange (IKE) to establish the session The faster, less secure, "Aggressive mode" IKE is vulnerable to an offline brute force attack Tool: IKECrack

Voice over IP (VoIP) Voice on an IP Network Most VoIP solutions rely on multiple protocols, at least one for signaling and one for transport of the encoded voice traffic The two most common signaling protocols are H.323 and Session Initiation Protocol (SIP) Their role is to manage call setup, modification, and closing

H.323 H.323 is a suite of protocols Defined by the International Telecommunication Union (ITU The deployed base is larger than SIP Encoding is ASN.1 – different than text, a bit like C++ Data Structures (link Ch 618) Designed to make integration with the public switched telephone network (PSTN) easier

Session Initiation Protocol (SIP) The Internet Engineering Task Force (IETF) protocol People are migrating from H.323 to SIP Used to signal voice traffic, and also other data like instant messaging (IM) Similar to the HTTP protocol The encoding is text (UTF8) SIP uses port 5060 (TCP/UDP) for communication

Real-time Transport Protocol (RTP) Transports the encoded voice traffic Control channel for RTP is provided by the Real-time Control Protocol (RTCP) Consists mainly of quality of service (QoS) information (delay, packet loss, jitter, and so on) Timing is more critical for VoIP than other IP traffic

Most Common VoIP Attacks Denial of Service Send a lot of SIP INVITE packets, initiating calls Flood a phone with unwanted IP traffic Spoofing the CLID (Caller ID) Swatting is a popular and dangerous attack, spoofing caller ID and calling police (link Ch 619) Injecting data into an established call

Most Common VoIP Attacks Altering the phone's configuration Connect to the phone via Telnet or HTTP Sometimes no password is needed Or upload malicious code with your own DHCP and TFTP servers When a phone boots, it can upload updated firmware with TFTP

Most Common VoIP Attacks Attacking though services linked to VoIP Advanced voicemail Instant messaging Calendar services User management Attacks may use XSS (cross-site scripting), client-side JavaScript alteration, SQL injection, and so on

Most Common VoIP Attacks Accessing repository of recorded calls Making free calls through a company's VoIP-to-PSTN gateway

Interception Attack Sniff the IP Packets With ARP poisoning Attacker is set to route traffic, but not decrement the TTL

Captured RTP Traffic It's compressed with a codec Common codecs G.711 (uses up a lot of bandwidth) G.729 (uses less bandwidth)

VOMIT vomit - voice over misconfigured internet telephones Converts G.711 to WAV It works because many IP phones don't or can't encrypt traffic Link Ch 620 Scapy is an even better tool, plays traffic from eth0 right out the speakers

Interception Countermeasures Turn on the security features available for your phones, such as encryption They are often left turned off, to get higher quality or just through laziness