• No results found

Cyber Analysis Tools:

N/A
N/A
Protected

Academic year: 2021

Share "Cyber Analysis Tools:"

Copied!
44
0
0

Loading.... (view fulltext now)

Full text

(1)

Cyber Analysis Tools:

The State of the Union

August 26, 2014

Start Time: 9am US Pacific /12 noon US Eastern/ 5pm London Time

(2)

Generously sponsored by:

(3)

Welcome

Conference Moderator

August 26, 2014

Start Time: 9am US Pacific /12 noon US Eastern/5pm London Time

Product Management, Threat Track Security

(4)

Agenda

• Speaker Introduction

Russ McRee Director, Threat Intelligence & Engineering, Microsoft Online Services Security & Compliance

Dipto Chakravarty EVP of Engineering and Products Jason Sabin Vice President of Research and Development,

DigiCert

• Open Panel with Audience Q&A

(5)

A Toolsmith Take:

Knowledge Before Application

Director, Threat Intelligence and Engineering, Microsoft Online Security & Compliance @holisticinfosec

(6)
(7)
(8)
(9)
(10)
(11)
(12)

Thank you!

Russ McRee

Russ McRee @holisticinfosec [email protected]

(13)

Cyber Forensic Tools

Dipto Chakravarty

EVP of Engineering and Products

[email protected]

(14)

Forensics 101

STEP 1:Preparation Identifies the purpose and resources STEP 2: Acquisition Pinpoints the sources of evidence STEP 3: Analysis Extracts, collects and analyze evidence STEP 4: Reporting Documents and presents the evidence

Cyber Forensics is the practice of analyzing digital information in form of evidence that is legally admissible. For example, Sony’s PlayStation network experienced a DDoS on August 25, 2014, and will undergo digital and cyber forensics to ensure the safety of its 53 million users’ personal information.

(15)
(16)

Cyber Forensics: Emails

• “Emails are like footprints in the snow.”

• Deleting an email doesn’t mean it erases the records. The work is similar to conventional detective work.

• MiTec Viewer

• Reads Outlook Express, Windows Live Mail with search and filtering capabilities

• PST-OST Viewer

(17)

Cyber Forensics: Data

• Data mirroring is key in cyber forensics. Exact copy is created without alteration.

• Live View

• Creates a VM of a physical disk. Allows us to view the data blocks with a user persona and full UX.

• DumpIt

(18)

Cyber Forensics: Disk

• Disk imaging in cyber forensics involves recovery of hidden and erased files. Exact copy is created without alteration.

• Recuva

– Free tool. Recovers deleted files from disks as well as SD cards, flash drives and cameras

• EDD

– For rapid IR, it is used as an encrypted disk detector. It checks for encrypted volumes, and tells which transient evidences need to be saved.

(19)

Cyber Forensics: Registry

• ‘R’ Forensics is about extracting contextual metadata

more than the data or the user.

• MuiCache

– Views the list in the MuiCache. (It is the Registry key that stores list of every application installed on the Windows o.s)

• USBDview

– Lists all USBs connected to the computer (now or earlier!)

(20)

Cyber Forensics: Network

• ‘N’ Forensics is about monitoring traffic, i.e, “data in motion” with the intent to collect evidence/samples.

• Wireshark

– Popular tool, with both hackers and law enforcements.

– Inspects frames  captures packets  displays user-data in its own GUI for analysis

• Network Miner

– Windows-specific tool to detect open ports of network hosts.

(21)

Cyber Forensics: Browser

• ‘B’ Forensics is all about scanning the session trail left behind in the browser cache. Note that almost every browser uses a cache to expedite internet surfing.

• MyLastSearch

– Scans the cache and browser history files looking for searches you’ve made with popular search engines and social networking sites.

• ChromeCacheView

– Reads the cache folder to display cached files, URLs, access

(22)

Cyber Forensics: Apps

• ‘A’ Forensics comprises of reading the app-specific log files without knowing the application password.

• SkypeLogView

– Displays details of incoming/outgoing calls, chat messages, and file transfers made by the Skype account.

• Y! Messenger Decoder

– Views the chat sessions, sms, private messages, including

emoticons without knowing the password. Similar tools exist for other browsers.

(23)

General Tools for Forensics Investigation

1. SANS SIFT

2. Linux ‘dd’ 3. Xplico

4. The Sleuth Kit 5. Hex Editor Neo

6. Oxygen Forensic Suite

(24)
(25)

Linux ‘dd’ – Investigative Uses

• Available on almost all Linux o.s distributions

• Used for multifarious forensic tasks, including – Forensically wiping a drive

dd if=/dev/zero of=/dev/drv1 bs=1024

• where if = input file, of = output file, bs = byte size

– Creating raw image of a drive

dd if=/dev/drv1 of=/home/diptoc/newimage.dd bs=512 conv=noerror,sync

• where bs = byte size, conv = conversion option

• Very powerful tool – Handle with care.

(26)

Xplico – Investigative Uses

• Open source tool for network forensic analysis

• Extracts application data from the net traffic, e.g.

• Live capture of email stream from SMTP traffic

(27)

Summarizing Cyber Forensics

Assess user activity w.r.t usage patterns

Analyze data remnants in transient states

Audit logs to unravel stealth data that’s encrypted

Assert usage of content and contextual artifacts

Answer the hard stuff:

• “the known knowns”  Facts

• “the known unknowns”  Questions

• “the unknown knowns”  Intuitions

(28)

Thank You!

Dipto Chakravarty On LIn, Tw: dipto On G+, Y!: diptoc

(29)

Types of Forensics

• Email Forensics

– PST-OST Viewer – MiTec Mail Viewer

• Data Forensics

– DumpIt – Live View

• Disk Forensics

– Recuva

– Encrypted Disk Detector

• Registry Forensics – Proc Monitor – Regshot – USBDeview – MuiCache View • Network Forensics – Wireshark – Network Miner • Internet Forensics – MyLastSearch – Password Fox – ChromeCache View – MozillaCookies View • Application Forensics – SkypeLogView – Y! Messenger Decoder http://resources.infosecinstitute.com/computer-forensic-tools-laymen/

(30)

Thank you!

Dipto Chakravarty

[email protected]

@dipto

(31)

Vice President of Research & Development, DigiCert

Jason Sabin

(32)

SSL: What can we do better?

• 51% of enterprises do not know

all of the keys and certs on their network*.

• About 2 in 3 enterprises still use ciphers vulnerable to BEAST. • Still seeing 1024-bit key sizes or

lower.

• Only 6% of SSL certificates on the web use SHA-2.

• Heartbleed in hardware and statically compiled applications.

(33)

Improper implementation

Some high profile stories:

Heartbleed

Goto Fail

BEAST, CRIME, BREACH, etc.

Weak cipher suites

Weak algorithms

(34)

Is your network secure?

• What do most potential exploits have in common?

(35)

SSL “best practices”

• Always-On SSL

• Secure Cookies

• HSTS (Http Strict Transport Security)

• Disable Weak Cipher Suites

• Secure Renegotiation

• Disable TLS Compression

(36)
(37)
(38)
(39)
(40)

Thank You!

SSL Analysis Tools

https://www.ssllabs.com https://www.digicert.com/cert-inspector.htm http://www.whynopadlock.com/

Jason Sabin

Vice President of Research & Development

[email protected]

(41)

Russ McRee

Director, Threat Intelligence and Engineering, Microsoft Online Security & Compliance

Dipto Chakravarty

EVP of Engineering and Products, Threat Track Security

Jason Sabin

Vice President of Research & Development, DigiCert

#ISSAWebConf

(42)

Join us on Thursday, Sept. 11, 2014

12:00 PM - 2:00 PM EDT

ISSA Annual State of the Association Discussion ISSA 2014 Annual Members’ Meeting Webinar

Space is limited.

Reserve your Webinar seat now at:

(43)

Thank you

Citrix for donating the Webcast service

#ISSAWebConf

(44)

Within

24 hours of the conclusion

of this webcast, you

will receive a link via email to a post Web Conference

quiz.

After the successful completion of the quiz you will be

given an opportunity to

PRINT

a certificate of

attendance to use for the submission of CPE credits.

On-Demand Viewers Quiz Link information:

http://www.surveygizmo.com/s3/1778276/ISSA-Web-Conference-Aug-2014-Cyber-Analysis-Tools-The-State-of-the-Union

#ISSAWebConf

http://resources.infosecinstitute.com/computer-forensic-tools-laymen/ https://wwps://www.digicert.com/cert-inspector.htm http://www.whynopadlock.com/ https://www2.gotomeeting.com/register/622368642

References

Related documents

Information Technology (IT) in Saudi Arabia: culture and the acceptance and use of IT. Information and Management. User acceptance of information technology:

[r]

This report presents several risk assessment and related grant program options for congressional consideration: (1) maintain the status quo in the inextricably linked areas of

Hence, it could be concluded that even the contractual structure and the BIM work activities in the design stage of this residential project remained the same with those of

In order to outperform the methods based on gaze only, future hybrid interfaces for target selection could be based on similar fusion approach, rather than on sequential

Jie Lu is currently the Associate Dean (Research) in the Faculty of Engineering & IT, and the Director of the Decision Systems and e-Service Intelligence

Rotifer dikultur pada beberapa bak dengan umur yang berbeda, untuk keperluan pakan pada larva dan untuk mempertahankan agar kultur rotifer bisa bertahan lama tidak

Hence, computer simulation can be used effectively to analyze the resource loading and manpower requirements needed to complete a task in a given time frame, based on