65
DefCon 23, Las Vegas 2015 Staying Persistent in Software Defined Networks

Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois [email protected]

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

DefCon 23, Las Vegas 2015

Staying Persistent in Software Defined Networks

Page 2: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Gregory Pickett, CISSP, GCIA, GPENChicago, Illinois

[email protected]

Hellfire Security

Page 3: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Overview

White Box EthernetStupid Is As Stupid Does!Exploiting it!Moving ForwardWrapping Up

Page 4: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

What Is It?

Standard Hardware (“Blank” Slate)Running Merchant Silicon

Trident and Broadcom ChipsetsIntel, AMD, and PowerPC processors

Common Operating System (Often Linux-Based)Critical for Software Defined NetworkingCan Be Used Without It!

Page 5: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Why Do It?

Reduced CostFlexibilityControl

TraditionalDevOpsSoftware Defined Networking

Page 6: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Open Compute Project

Started By FacebookTotal Redesign of Existing Technology To Meet Emerging NeedsSpecifications for Server, Storage, and the Data CenterDesigned to be efficient, to be inexpensive, and to be easy to service

Page 7: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Open Compute Project

Vanity Free and MinimalisticNot Tied To Brands or Anything ProprietaryComponents Are AbstractedTherefore … Interchangeable

Page 8: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Open Network Install Environment (ONIE)

Firmware for bare metal network switchesBoot Loader for Network Operating Systems (NOS)

Grub/U-Boot UnderneathFacilitates Installation and Removal of NOS

Comes Pre-InstalledAutomates Switch Deployment

Page 9: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

White Box Ethernet and ONIE

What Could Go Wrong?

Page 10: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Weaknesses (Operating System)

Privileged AccountsNo Root PasswordDoesn’t Force You To Change It!

Management ServicesUses TelnetSSH

Installation Mode (18-bits Entropy)Recovery Mode (26-bits Entropy)

Page 11: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Weaknesses (Installer)

Predictable URLSExact URLs from DHCPv4Inexact URLs based on DHCP ResponseIPv6 Neighbors TFTP Waterfall

Predictable File Name Search OrderNo Encryption or Authentication for Installs

Page 12: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Weaknesses (Implementation)

Exposed PartitionNo Secure Boot

Page 13: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

What Does This Mean?

Lot’s Of Opportunities to Blow It Up!

Page 14: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Here’s How

Compromise It’s InstallationsVia Rogue DHCP ServerVia IPv6 NeighborVia TFTP

Compromise ItForced Reboot EntrySniffing/MiTM (Telnet or SSH)

Page 15: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Even Better

Compromise ItGet Past Network Operating SystemModify ONIE

Exposed PartitionNo Secure Boot

Now You’re In the Firmware …Now You’re There Forever!

Page 16: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com
Page 17: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Network Operating Systems (NOS)

Gets Installed By ONIEOperates the SwitchONIE-Compatible Distributions

Open Network LinuxSwitch LightCumulus LinuxMLNX-OS

Page 18: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Open Network Linux

Linux distribution for "bare metal" switchesBased On Debian LinuxBare-Bones with No FeaturesDevelopment Platform OnlyMaintained by Open Compute Project

Page 19: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Switch Light

Linux distribution for "bare metal" switchesPackaged Open Network LinuxIndigo Openflow AgentExtension of Big Switch Fabric (SDN) Maintained by Big Switch Networks

Page 20: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Cumulus Linux

Linux distribution for "bare metal" switchesBased On Debian LinuxPuppet/Chef/Ansible AgentNetwork Automation and Orchestration (DevOps)Maintained by Cumulus Networks

Page 21: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

MLNX-OS

Linux distribution for "bare metal" switchesBased On Enterprise Linux 5 (Red Hat Enterprise Linux 5)Puppet/Chef/Ansible/eSwitch AgentNetwork Automation and Orchestration (DevOps) or Controller (SDN)Maintained by Mellanox

Page 22: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Weaknesses (Agent)

No Encryption and No AuthenticationSwitch Light (Indigo)MLNX-OS (eSwitch)

Out-Dated OpenSSLSwitch Light (Actually No SSL Used! WTF?)Cumulus Linux (OpenSSL 1.0.1e � Puppet)MLNX-OS (OpenSSL 0.9.8e-fips-rhel5)

Page 23: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Could Lead To …

Topology, Flow, and Message Modification through Unauthorized Access

Add AccessRemove AccessHide TrafficChange Traffic

Information Disclosure through Exploitation

Switch Light (Indigo)

MLNX-OS (eSwitch)

Cumulus Linux (Puppet)

Page 24: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Weaknesses (Agent)

Running As RootSwitch Light (Indigo)Cumulus Linux (Puppet)

Vulnerable CodeLot’s of MEMCPY (Indigo)

Page 25: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Could Lead To …

But Still, It’s Kind Of Scary …

Page 26: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Weaknesses (Operating System)

Out-Dated BashSwitch Light (Bash version 4.2.37 )Cumulus Linux (Bash version 4.2.37)MLNX-OS (Bash version 3.2.9)

Page 27: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Weaknesses (Operating System)

Default (and Fixed) Privileged AccountsSwitch Light

adminroot (hidden/disabled)

Cumulus Linuxcumulusroot (disabled)

MLNX-OSadminroot (hidden/disabled)

Page 28: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Weaknesses (Operating System)

Doesn’t Force You To Change Default Passwords for Privileged Accounts

Switch Light (admin)Cumulus Linux (cumulus)MLNX-OS (admin)

Page 29: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Weaknesses (Operating System)

Easy Escape to ShellSwitch Light (enable, debug bash)Cumulus Linux (N/A)MLNX-OS (shell escape)

Instant ElevationSwitch Light (N/A)Cumulus Linux (sudo)MLNX-OS (su)

Remember that disabled root account?

Page 30: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Could Lead To …

Full Control of Your Network through Unauthorized Access

Add AccessRemove AccessHide TrafficChange Traffic

Compromise of Firmwarethrough Unauthorized Access

Switch Light

Cumulus Linux

MLNX-OS

Switch Light

Cumulus Linux

MLNX-OS

Page 31: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Like So …

admin:x:0:0::/root:/usr/bin/pcli

Page 32: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Exposed ONIE Partition

Page 33: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Exposed ONIE Partition

Page 34: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Once More With Feeling!

Page 35: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Why?

Disabled Root Accounts Can Still Be Used If Logged In Already!Just Need Shell AccessSince they are hidden from user, highly likely their passwords won’t be set!Just one “su”, and you are in …

Page 36: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

This Means

Is One Key Logger Away!

Page 37: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Scenario (Demo)

End-User System (Windows)Drive-By Web Attack/Phishing EmailKey Logging for Default AccountsSDN Discovery (Southbound API)Second Stage Attack

Network Operating System (Linux)Compromised LoginPlant and Start Binaries (Backdoor)

Page 38: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Scenario (Demo)

ONIEPlanted Binaries Added“onie-nos-install” Shell Script Modified

Wait! Our Switch Is Infected! Backdoor AccessibleEven from the Internet (Pivoting)

Page 39: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Scenario (Demo)

Environment Refreshonie-nos-install Downloads And Executes nos InstallerAfterwards

Adds Planted Binaries BackSet’s Run-Level!

Resurrection!Backdoor AccessibleEven from the Internet (Pivoting)

Page 40: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Delivery (Demo)

Metasploit Setupuse exploit/multi/browser/java_jre17_jmxbeanset EXE::Custom \path\to\Custom.exeset payload windows/meterpreter/reverse_https

Drive-ByDemo SiteClick LinkRedirect to Known Good

Page 41: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Malware (Demo)

AssumptionsManagement Station (Windows-Based)Switch

Linux-BasedSouthbound APIs Running

Management PlaneNot Accessible from InternetAccessible from Management Station

Page 42: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Malware (Demo)

Methods (First Stage)Scanning

Openflow Ports (6633, 6653)SSH Banners

ExploitationSSH ClientWrapper Escape Commands

Binary PlantedCross-Compiled for Demo-OS (netcat)Delivered Via printf | ddYes, I know It’s Ugly!

Page 43: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Malware (Demo)

Methods (First Stage)ONIE Modified (Shell Commands Modify onie-nos-install)Pivot (Reverse HTTP)

Methods (Second Stage) (netcat)

Page 44: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Malware (Demo)

DevelopmentFirst Stage

Python Script CompiledOnly Several Megabytes In Size

Second Stagenetcat from source

Page 45: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Demonstration

Page 46: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Malware (Improvements)

First Stage (Additional Exploitation)Bash

Second Stage (Custom)Attacks

Network Modification and ManipulationAttacks Against Loopback Services (Escalation)

EvasionRecovery from ONIE UpgradeVarious Linux …

Worming

Page 47: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

And Now Some Pwnage …

Sorry Cumulus Linux!

Page 48: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Zero-Day Exploit

Cumulus Linux Has Several Command-Line Toolscl-bgp, cl-ospf, cl-ospf6, cl-ra, and cl-rctlMeant To Be Used By Reduced Privilege “admin”Commands Processed By “clcmd-server.py” On Unix Sockets

Command Injection Issues!Boom Goes CLCMD-SERVERAnd it runs as “Root”

Page 49: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

CLCMD-SERVER Running On A Switch

Page 50: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Demonstration

Page 51: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Exposed ONIE Partition

Page 52: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Available Solutions

HardwareInstall EnvironmentNetwork Operating SystemsAgentsEnterprise Architecture

Page 53: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Hardware

Trusted Platform Module (TPM)Rob Sherwood Had These Put In for Most x86-Based SwitchesLet’s Add Them to the PowerPC SwitchesThen, Let’s Use Them!

Page 54: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Install Environment

Remove TelnetIncrease Key EntropyForce Password ChangeRemove IPv6 and TFTP WaterfallSign the Installations

Page 55: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Operating Systems

Changeable Namesuid 0 accounts“reduced” privilege accounts

Force Password ChangeTighten Shell Access

Switch Light (Two-Factor Escape)Cumulus Linux (Wrapper)MLNX-OS (Two-Factor Escape)

Page 56: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Agents

Use TLSAdd Encryption and AuthenticationUse DevOps or SDN to Coordinate Certificate and Key Distribution

Page 57: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Enterprise Architecture

Isolate Management PlaneRarely DoneWhat’s wrong with Jump Boxes?

Audit SwitchesPassword ChangesONIE Partition Hashes

Page 58: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Impact On SecurityKeeping Pressure On Developers (Scaring Them)Making The Difference

Racing Ahead

Page 59: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Getting Products/Features To Market Is Important … I get it. We all get it.But You're Not Learning

Desktop Operating SystemsServer Operating Systems

These Are Not NewWake Up!

Impact On Security

Page 60: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

So Begins The Spinning of the Merry-Go-RoundWe Hack ItYou Fix It

Let The Clean-Up BeginIs It So Hard To Hire Someone for Security

I thought fixing It later was more expensive?Security Can Be A Feature Too

Scaring Developers!

Page 61: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Learn From Desktop and Server Operating SystemsLeverage Management Platforms (DevOps) or Controllers (SDN)

Security ReferenceAudit Capability (Reconciliation)

Logging

Logic Probes

Making The Difference

Page 62: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

SDN has the potential to turn the entire Internet into a cloudBenefit would be orders of magnitude above what we see nowBut there is hole in the middle of it that could easily be filled by the likes of the NSA … or worse yet, ChinaLet’s Not Let That HappenAnd That Start’s Here

Final Thoughts

Page 63: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Linkshttp://etherealmind.com/network-dictionary-whitebrand-ethernet/https://github.com/opencomputeproject/onie/wiki/Quick-Start-Guidehttps://github.com/opencomputeproject/onie/wiki/CLI-Referencehttp://opennetlinux.org/docs/buildhttp://opennetlinux.org/docs/deployhttp://www.bigswitch.com/sdn-products/big-cloud-fabrictmhttp://www.bigswitch.com/products/switch-lighthttp://labs.bigswitch.comhttps://github.com/floodlight/indigohttps://github.com/floodlight/ivshttp://docs.cumulusnetworks.com/http://cumulusnetworks.com/get-started/test-drive-open-networking/https://puppetlabs.com/blog/puppet-cumulus-linux

Page 64: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com

Links

https://github.com/puppetlabs/puppethttp://www.mellanox.com/page/mlnx_oshttp://h20564.www2.hp.com/hpsc/swd/public/detail?swItemId=MTX_8adfcbf6e0834d5a82564b4825https://github.com/mellanox-openstack/mellanox-eswitchdhttp://zeromq.org/intro:read-the-manual

Page 65: Staying Persistent in Software Defined Networks CON 23/DEF CON 23... · Staying Persistent in Software Defined Networks. Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com