Presentation is loading. Please wait.

Presentation is loading. Please wait.

Digital Forensics Dr. Bhavani Thuraisingham The University of Texas at Dallas Network and Application Forensics October 8, 2010.

Similar presentations


Presentation on theme: "Digital Forensics Dr. Bhavani Thuraisingham The University of Texas at Dallas Network and Application Forensics October 8, 2010."— Presentation transcript:

1 Digital Forensics Dr. Bhavani Thuraisingham The University of Texas at Dallas Network and Application Forensics October 8, 2010

2 Network Forensics l Network Forensics - Network Attacks - Security Measures - Network Forensics and Tools - Types of Networks - Other info l Summary/Conclusion and Links l Special presentation of network forensic l http://www.infragard.net/library/congress_05/computer_foren sics/network_primer.pdf http://www.infragard.net/library/congress_05/computer_foren sics/network_primer.pdf

3 Network Attacks l Denial of service Denial of service attacks cause the service or program to cease functioning or prevent others from making use of the service or program. l These may be performed at the network layer by sending carefully crafted and malicious datagrams that cause network connections to fail. l They may also be performed at the application layer, where carefully crafted application commands are given to a program that cause it to become extremely busy or stop functioning. l Preventing suspicious network traffic from reaching hosts and preventing suspicious program commands and requests are the best ways of minimizing the risk of a denial of service attack. l It is useful to know the details of the attack method, so you should educate yourself about each new attack as it gets publicized.

4 Network Attacks l Spoofing This type of attack causes a host or application to mimic the actions of another. l Typically the attacker pretends to be an innocent host by following IP addresses in network packets. l For example, a well-documented exploit of the BSD rlogin service can use this method to mimic a TCP connection from another host by guessing TCP sequence numbers. l To protect against this type of attack, verify the authenticity of datagrams and commands. l Prevent datagram routing with invalid source addresses. Introduce unpredictablility into connection control mechanisms, such as TCP sequence numbers and the allocation of dynamic port addresses.

5 Network Attacks l Eavesdropping This is the simplest type of attack. l A host is configured to "listen" to and capture data not belonging to it. Carefully written eavesdropping programs can take usernames and passwords from user login network connections. l Broadcast networks like Ethernet are especially vulnerable to this type of attack. l To protect against this type of threat, avoid use of broadcast network technologies and enforce the use of data encryption. l IP firewalling is very useful in preventing or reducing unauthorized access, network layer denial of service, and IP spoofing attacks. l It not very useful in avoiding exploitation of weaknesses in network services or programs and eavesdropping.

6 Securing a Network l Need measures to secure a network and prevent breaches l Apply patches; User a layered network defense strategy l NSA (National Security Agency) ahs developed DiD Defense in Depth) and has three models of protection - People, Technology, Operations - People: Employees are trained well - Technology: Strong network architecture and testing tools - Operations: applying security patches, anti-virus software, etc.

7 Network Security Mechanisms l Network security starts from authenticating any user, most likely a username and a password. l Once authenticated, a stateful firewall enforces access policies such as what services are allowed to be accessed by the network users l Though effective to prevent unauthorized access, this component fails to check potentially harmful contents such as computer worms being transmitted over the network. l An intrusion prevention system (IPS) helps detect and prevent such malware. IPS also monitors for suspicious network traffic for contents, volume and anomalies to protect the network from attacks such as denial of service. l Communication between two hosts using the network could be encrypted to maintain privacy. l Individual events occurring on the network could be tracked for audit purposes and for a later high level analysis.

8 Network Security Mechanisms l Honeypots, essentially decoy network-accessible resources, could be deployed in a network as surveillance and early- warning tools. Honeypots l Techniques used by the attackers that attempt to compromise these decoy resources are studied during and after an attack to keep an eye on new exploitation techniques. l Such analysis could be used to further tighten security of the actual network being protected by the honeypot l Some tools: Firewall, Antivirus software and Internet Security Software. For authentication, use strong passwords and change it on a bi-weekly/monthly basis. When using a wireless connection, use a robust password. Network analyzer to monitor and analyze the network.Antivirus softwareauthenticationNetwork analyzer

9 Network Forensics l What is Network Forensics? - http://searchsecurity.techtarget.com/sDefinition/0,,sid14_ gci859579,00.html http://searchsecurity.techtarget.com/sDefinition/0,,sid14_ gci859579,00.html l Network Forensics Analysis l Relationship to Honeynets/Honeypots l Policies for Networks Forensics l Example Prototype System l Some Popular Networks Forensics Analysis Tools (NFAT)

10 What is Network Forensics l Network forensics is the process of capturing information that moves over a network and trying to make sense of it in some kind of forensics capacity.network - Network forensics is the capture, recording, and analysis of network events in order to discover the source of security attacks or other problem incidents. l A network forensics appliance is a device that automates this process.network forensics appliance l Wireless forensics is the process of capturing information that moves over a wireless network and trying to make sense of it in some kind of forensics capacity.

11 What is Network Forensics? l Network forensics systems can be one of two kinds: - "Catch-it-as-you-can" systems, in which all packets passing through a certain traffic point are captured and written to storage with analysis being done subsequently in batch mode. This approach requires large amounts of storage, usually involving a RAID system.packetRAID - "Stop, look and listen" systems, in which each packet is analyzed in a rudimentary way in memory and only certain information saved for future analysis. This approach requires less storage but may require a faster processor to keep up with incoming traffic.

12 What is Network Forensics l Network Forensics is the process of collecting and analyzing raw network data and then tracking network traffic to determine how an attack took place l When intruders break into a network they leave a trail. Need to spot variations in network traffic; detect anomalies l Network forensics can usually help to determine whether network has been attacked or there is a user error l Examiners must establish standards procedures to carry out forensics

13 Network Analysis l Find analysis techniques developed for one type of network and apply it to another type of network l Types of networks - Computer and Communication Networks - Telecommunication Network - Transportation networks l Highways, Railroad, Air Traffic - Human networks l Terror networks, Relationship networks

14 Network Forensics Analysis Tools (NFAT): Relationships between IDS, Firewalls and NFAT l IDS attempts to detect activity that violates an organization’s security policy by implementing a set of rules describing preconfigures patterns of interest l Firewall allows or disallows traffic to or from specific networks, machine addresses and port numbers l NFAT synergizes with IDSs and Firewalls. - Preserves long term record of network traffic - Allows quick analysis of trouble spots identified by IDSs and Firewalls l NFATs must do the following: - Capture network traffic - Analyze network traffic according to user needs - Allow system users discover useful and interesting things about the analyzed traffic

15 NFAT Tasks l Traffic Capture - What is the policy? - What is the traffic of interest? - Intermal/Externasl? - Collect packets: tcpdump l Traffic Analysis - Sessionizing captured traffic (organize) - Protocol Parsing and analysis l Check for strings, use expert systems for analysis l Interacting with NFAT - Appropriate user interfaces, reports, examine large quantities of information and make it manageable

16 Network Forensics: NetworkMiner l NetworkMiner is a Network Forensic Analysis Tool (NFAT) for Windows. l NetworkMiner can be used as a passive network sniffer/packet capturing tool in order to detect operating systems, sessions, hostnames, open ports etc. without putting any traffic on the network. sniffer l The purpose of NetworkMiner is to collect data (such as forensic evidence) about hosts on the network rather than to collect data regarding the traffic on the network. l The main view is host centric (information grouped per host) rather than packet centric (information showed as a list of packets/frames).

17 Honeynets/Honeypots l Network Forensics and honeynet systems have the same features of collecting information about computer misuses l Honeynet system can lure attackers and gain information about new types of intrusions l Network forensics systems analyze and reconstruct he attack behaviors l These two systems integrated together build a active self learning and response system to profile the intrusion behavior features and investigate the original source of the attack.

18 Honeynet project l Honeynet project was established to make information about network attacks and solutions widely available l Objectives: Awareness, information, tools l Attacks: distributed Denial of Service, Zero day attacks l Honeypot is a computer set up to lure attackers l Honeywalls are computers set up to monitor what is happening to the honeypots in the network

19 Policies: Computer Attack Taxonomy l Probing - Attackers reconnaissance - Attackers create a profile of an organization's structure, network capabilities and content, security posture - Attacker finds the targets and devices plans to circumvent the security mechanism l Penetration - Exploit System Configuration errors and vulnerabilities - Install Trojans, record passwords, delete files, etc. l Cover tracks - Configure event logging to a previous state - Clear event logs and hide files

20 Policies to enhance forensics l Retaining information l Planning the response l Training l Accelerating the investigation l Preventing anonymous activities l Protect the evidence

21 Example Prototype System: Iowa State University l Network Forensics Analysis mechanisms should meet the following: - Short response times; User friendly interfaces l Questions addresses - How likely is a specific host relevant to the attack? What is the role the host played in the attack? How strong are two hosts connected to the attack? l Features of the prototype - Preprocessing mechanism to reduce redundancy in intrusion alerts - Graph model for presenting and interacting with th3 evidence - Hierarchical reasoning framework for automated inference of attack group identification

22 Example Prototype System: Modules l Evidence collection module l Evidence preprocessing module l Attack knowledge base l Assets knowledge base l Evidence graph generation module l Attack reasoning module l Analyst interface module l Reference l http://delivery.acm.org/10.1145/1420000/1410238/a4- wang.pdf?key1=1410238&key2=9838895521&coll=GUIDE&dl= GUIDE&CFID=57276464&CFTOKEN=77054716 http://delivery.acm.org/10.1145/1420000/1410238/a4- wang.pdf?key1=1410238&key2=9838895521&coll=GUIDE&dl= GUIDE&CFID=57276464&CFTOKEN=77054716 l https://www.dfrws.org/2005/proceedings/wang_evidencegrap hs.pdf https://www.dfrws.org/2005/proceedings/wang_evidencegrap hs.pdf

23 Network Tools l Network Forensics tools help in the monitoring of the network l Example: the records that Ps tools generate can prove that an employee ran a program without permission l Can also monitor machines/processes that may be harmful l Problem is the attacker can get administrator rights and start using the tools l Chapter 11 discusses tools for Windows and Linux

24 Some Popular Tools l Raytheon’s SilentRunner - Gives administrators help as they attempt to protect their company’s assets - Collector, Analyzer and Visualize Modules l Sandstorm Enterprise’s NetIntercept - Hardware appliance focused on capturing network traffic l Niksun’s NetDetector - Its an appliance like NetIntercept - Has an alerting mechanism - Integrates with Cicso IDS for a complete forensic analysis

25 Network Forensics: Open Source Tools l Open source tools - Wireshark Wireshark - Kismet Kismet - Snort Snort - OSSEC OSSEC - NetworkMiner is an open source Network Forensics Tool available at SourceForge. NetworkMineran open source Network Forensics Tool available at SourceForge - Xplico is an Internet/IP Traffic Decoder (NFAT). Protocols supported: HTTP, SIP, FTP, IMAP, POP, SMTP, TCP, UDP, IPv4, IPv6 XplicoHTTP, SIP, FTP, IMAP, POP, SMTP, TCP, UDP, IPv4, IPv6

26 Network Forensics: Commercial Tools l Deep Analysis Tools (data mining based tools) - E-Detective - ManTech International Corporation - Network Instruments - NIKSUN's NetDetectorNetDetector - PacketMotion - Sandstorm's NetInterceptNetIntercept - Mera Systems NetBeholderNetBeholder - InfoWatch Traffic Monitor InfoWatch Traffic Monitor

27 Network Forensics: Commercial Tools l Flow-Based Systems - Arbor Networks - GraniteEdge Networks - Lancope http://www.lancope.com/http://www.lancope.com/ - Mazu Networks http://www.mazunetworks.com/http://www.mazunetworks.com/ l Hybrid Systems - These systems combine flow analysis, deep analysis, and security event monitoring and reporting. - Q1 Labs http://www.q1labs.com/http://www.q1labs.com/

28 Performing Live Acquisitions l Insert bootable forensics CD in the suspect system l Keep a log of all the actions l Send collected information to a network drive l Copy the physical memory l Determine if root kit is present; access system’s firmware, - - l Get forensics hash value of all files

29 Performing Live Acquisitions: Windows l Setup NetCat listener to send the forensics data l Load Helix CD in the CD-ROM drive l Click appropriate buttons – System Information; Glad arrow etc l Click Acquire Live Image if Widows System l Connect to NetCat listener to send the collected data (e.g., enter IP address of NetCat listener) l Click Incidence Response Tools l Click on appropriate tools to collect data

30 Standard procedures l Standard installation image, hash schemes (e.g., MD5, SHA-1) l Fix vulnerabilities if intrusion is detected l Retrieve volatile data (RAM, processes) l Acquire compromised drive and make forensics image of it l Compare forensics image and standard image and determine if anything has changed

31 Network Logs l Network logs record traffic in and out of network l Network servers, routers, firewalls record activities and events that move through them l One ways is to run Tcpdump l When viewing network log, port information can give clues about suspicious activity l Use network analysis tool

32 Packet Sniffers l Devices or software to monitor (sniff) traffic l TCP/IP sniffers operate at the Packet level; in OSI operates at the Layer 2 or 3 level (e.g. Data link or Network layers) l Some sniffers perform packet captures, some perform analysis and some perform both l Tools exist for examining (i) packets with certain flags set (ii) email headers (iii) IRC chats

33 Summary l Network Forensics is the process of collecting and analyzing raw network data and then tracking network traffic to determine how an attack took place l Layered defense strategies to the network architecture l Live acquisitions are needed to retrieve volatile items l Standard procedure are needed to establish how to proceed after a network attack occurs l By monitoring network traffic can establish normal operations; then determine if there is an anomaly l Network tools used to monitor networks; but intruders can get admin rights to attack from the inside l Tools are available for monitoring network traffic for both Windows and Linux systems l Honeynet project enables people to learn latest intrusion techniques

34 Links l https://www.dfrws.org/2005/proceedings/wang_evidencegraphs.pdf https://www.dfrws.org/2005/proceedings/wang_evidencegraphs.pdf l http://www.cs.fsu.edu/~yasinsac/Papers/MY01.pdf http://www.cs.fsu.edu/~yasinsac/Papers/MY01.pdf l http://www.sandstorm.net/support/netintercept/downloads/ni- ieee.pdf http://www.sandstorm.net/support/netintercept/downloads/ni- ieee.pdf l http://www.giac.org/certified_professionals/practicals/gsec/2478.php http://www.giac.org/certified_professionals/practicals/gsec/2478.php l http://www.infragard.net/library/congress_05/computer_forensics/net work_primer.pdf http://www.infragard.net/library/congress_05/computer_forensics/net work_primer.pdf l http://dfrws.org/2003/presentations/Brief-Casey.pdf http://dfrws.org/2003/presentations/Brief-Casey.pdf l http://delivery.acm.org/10.1145/1070000/1066749/p302- ren.pdf?key1=1066749&key2=0512850911&coll=GUIDE&dl=GUIDE&C FID=36223233&CFTOKEN=49225512 http://delivery.acm.org/10.1145/1070000/1066749/p302- ren.pdf?key1=1066749&key2=0512850911&coll=GUIDE&dl=GUIDE&C FID=36223233&CFTOKEN=49225512 l http://dfrws.org/ http://dfrws.org/

35 Application Forensics l Email Forensics - UTD work on Email worm detection - revisited - Mobile System Forensics - Note: Other Application/systems related forensics l Database forensics, Network forensics (already discussed) l Military Forensics Overview l Optional paper to read: - http://www.mindswap.org/papers/Trust.pdf http://www.mindswap.org/papers/Trust.pdf

36 Email Forensics l Email Investigations l Client/Server roles l Email crimes and violations l Email servers l Email forensics tools

37 Email Investigations l Types of email investigations - Emails have worms and viruses – suspicious emails - Checking emails in a crime – homicide l Types of suspicious emails - Phishing emails i- they are in HTML format and redirect to suspicious web sites - Nigerian scam - Spoofing emails

38 Client/Server Roles l Client-Server architecture l Email servers runs the email server programs – example Microsoft Exchange Server l Email runs the client program – example Outlook l Identitication/authntictaion is used for client to access the server l Intranet/Internet email servers - Intranet – local environment - Internet – public: example: yahoo, hotmail etc.

39 Email Crimes and Violations l Goal is to determine who is behind the crime such as who sent the email l Steps to email forensics - Examine email message - Copy email message – also forward email - View and examine email header: tools available for outlook and other email clients - Examine additional files such as address books - Trace the message using various Internet tools - Examine network logs (netflow analysis) l Note: UTD Netflow tools SCRUB are in SourceForge

40 Email Servers l Need to work with the network administrator on how to retrieve messages from the server l Understand how the server records and handles the messages l How are the email logs created and stored l How are deleted email messages handled by the server? Are copies of the messages still kept? l Chapter 12 discussed email servers by UNIX, Microsoft, Novell

41 Email Forensics Tools l Several tools for Outlook Express, Eudora Exchange, Lotus notes l Tools for log analysis, recovering deleted emails, l Examples: - AccessData FTK - FINALeMAIL - EDBXtract - MailRecovery

42 Worm Detection: Introduction l What are worms? - Self-replicating program; Exploits software vulnerability on a victim; Remotely infects other victims l Evil worms - Severe effect; Code Red epidemic cost $2.6 Billion l Goals of worm detection - Real-time detection l Issues - Substantial Volume of Identical Traffic, Random Probing l Methods for worm detection - Count number of sources/destinations; Count number of failed connection attempts l Worm Types - Email worms, Instant Messaging worms, Internet worms, IRC worms, File- sharing Networks worms l Automatic signature generation possible - EarlyBird System (S. Singh -UCSD); Autograph (H. Ah-Kim - CMU)

43 Email Worm Detection using Data Mining Training data Feature extraction Clean or Infected ? Outgoing Emails Classifier Machine Learning Test data The Model Task: given some training instances of both “normal” and “viral” emails, induce a hypothesis to detect “viral” emails. We used: Naïve Bayes SVM

44 Assumptions l Features are based on outgoing emails. l Different users have different “normal” behaviour. l Analysis should be per-user basis. l Two groups of features - Per email (#of attachments, HTML in body, text/binary attachments) - Per window (mean words in body, variable words in subject) l Total of 24 features identified l Goal: Identify “normal” and “viral” emails based on these features

45 Feature sets - Per email features l Binary valued Features Presence of HTML; script tags/attributes; embedded images; hyperlinks; Presence of binary, text attachments; MIME types of file attachments l Continuous-valued Features Number of attachments; Number of words/characters in the subject and body - Per window features l Number of emails sent; Number of unique email recipients; Number of unique sender addresses; Average number of words/characters per subject, body; average word length:; Variance in number of words/characters per subject, body; Variance in word length l Ratio of emails with attachments

46 Data Mining Approach Classifier SVMNaïve Bayes infected ? Clean ? Clean Clean/ Infected Test instance

47 Data set l Collected from UC Berkeley. - Contains instances for both normal and viral emails. l Six worm types: - bagle.f, bubbleboy, mydoom.m, - mydoom.u, netsky.d, sobig.f l Originally Six sets of data: - training instances: normal (400) + five worms (5x200) - testing instances: normal (1200) + the sixth worm (200) l Problem: Not balanced, no cross validation reported l Solution: re-arrange the data and apply cross-validation

48 Our Implementation and Analysis l Implementation - Naïve Bayes: Assume “Normal” distribution of numeric and real data; smoothing applied - SVM: with the parameter settings: one-class SVM with the radial basis function using “gamma” = 0.015 and “nu” = 0.1. l Analysis - NB alone performs better than other techniques - SVM alone also performs better if parameters are set correctly - mydoom.m and VBS.Bubbleboy data set are not sufficient (very low detection accuracy in all classifiers) - The feature-based approach seems to be useful only when we have identified the relevant features gathered enough training data Implement classifiers with best parameter settings

49 Mobile Device/System Forensics l Mobile device forensics overview l Acquisition procedures l Summary

50 Mobile Device Forensics Overview l What is stored in cell phones - Incoming/outgoing/missed calls - Text messages - Short messages - Instant messaging logs - Web pages - Pictures - Calendars - Address books - Music files - Voice records

51 Mobile Phones l Multiple generations - Analog, Digital personal communications, Third generations (increased bandwidth and other features) l Digital networks - CDMA, GSM, TDMA, - - - l Proprietary OSs l SIM Cards (Subscriber Identity Module) - Identifies the subscriber to the network - Stores personal information, addresses books, etc. l PDAs (Personal digital assistant) - Combines mobile phone and laptop technologies

52 Acquisition procedures l Mobile devices have volatile memory, so need to retrieve RAM before losing power l Isolate device from incoming signals - Store the device in a special bag - Need to carry out forensics in a special lab (e.g., SAIAL) l Examine the following - Internal memory, SIM card, other external memory cards, System server, also may need information from service provider to determine location of the person who made the call

53 Mobile Forensics Tools l Reads SIM Card files l Analyze file content (text messages etc.) l Recovers deleted messages l Manages PIN codes l Generates reports l Archives files with MD5, SHA-1 hash values l Exports data to files l Supports international character sets

54 Information Warfare l Information Warfare - Defensive Strategies for Government and Industry - Military Tactics - Terrorism and Information Warfare - Tactics of Private Corporations - Future IW strategies - Surveillance Tools - The Victims of Information Warfare l Military Forensics l Relevant Papers

55 What is Information Warfare? l Information warfare is the use and management of information in pursuit of a competitive advantage over an opponent. Information warfare may involve collection of tactical information, assurance that one's own information is valid, spreading of propaganda or disinformation to demoralize the enemy and the public, undermining the quality of opposing force information and denial of information collection opportunities to opposing forces.collectionassurancepropagandadisinformation demoralizeenemy l http://en.wikipedia.org/wiki/Information_warfare

56 Defensive Strategies for Government and Industry l Are US and Foreign governments prepared for Information Warfare - According to John Vacca, US will be most affected with 60% of the world’s computing power - Stealing sensitive information as well as critical, information to cripple an economy (e.g., financial information) l What have industry groups done - IT-SAC: Information Technology Information Sharing and Analysis l Will strategic diplomacy help with Information Warfare? l Educating the end user is critical according to John Vacca

57 Defensive Strategies for Government and Industry l What are International organizations? - Think Tanks and Research agencies - Book cites several countries from Belarus to Taiwan engaged in Economic Espionage and Information Warfare l Risk-based analysis l Military alliances - Coalition forces – US, UK, Canada, Australia have regular meetings on Information Warfare l Legal implications l Strong parallels between National Security and Cyber Security

58 Military Tactics l Supporting Technologies - Agents, XML, Human Computer Interaction l Military tactics - Planning, Security, Intelligence l Tools - Offensive Ruinous IW tools l Launching massive distributed denial of service attacks - Offensive Containment IW tools l Operations security, Military deception, Psychological operations, Electronic warfare (use electromagnetic energy), Targeting: Disable enemy's C2 (c0mmand and control) system and capability

59 Military Tactics l Tools (continued) - Defensive Preventive IW Tools l Monitor networks - Defensive Ruinous IW tools l Information operations - Defensive Responsive Containment IW tools l Handle hacking, viruses. l Other aspects - Dealing with sustained terrorist IW tactics, Dealing with random terrorist IW tactics

60 Terrorism and Information Warfare l Terrorists are using the web to carry out terrorism activities l What are the profiles of terrorists? Are they computer literate? l Hacker controlled tanks, planes and warships l Is there a Cyber underground network? l What are their tools? - Information weapons, HERF gun (high power radio energy at an electronic target), Electromagnetic pulse. Electric power disruptive technologies l Why are they hard to track down? - Need super forensics tools

61 Tactics of Private Corporations l Defensive tactics - Open course intelligence, Gather business intelligence l Offensive tactics - Packet sniffing, Trojan horse etc. l Prevention tactics - Security techniques such as encryption l Survival tactics - Forensics tools

62 Future IW Tactics l Electromagnetic bomb - Technology, targeting and delivery l Improved conventional method - Virus, worms, trap doors, Trojan horse l Global positioning systems l Nanotechnology developments - Nano bombs

63 Surveillance Tools l Data emanating from sensors: - Video data, surveillance data - Data has to be analyzed - Monitoring suspicious events l Data mining - Determining events/activities that are abnormal l Biometrics technologies l Privacy is a concern

64 Victims of Information Warfare l Loss of money and funds l Loss of shelter, food and water l Spread of disease l Identity theft l Privacy violations l Death and destruction l Note: Computers can be hacked to loose money and identity; computers can be used to commit a crime resulting in death and destruction

65 Military Forensics l CFX-2000: Computer Forencis Experiment 2000 - Information Directorate (AFRL) partnership with NIJ/NLECTC - Hypothesis: possible to determine the motives, intent, targets, sophistication, identity and location of cyber terrorists by deploying an integrated forensics analysis framework - Tools included commercial products and research prototypes - http://www.afrlhorizons.com/Briefs/June01/IF0016.html http://www.afrlhorizons.com/Briefs/June01/IF0016.html - http://rand.org/pubs/monograph_reports/MR1349/MR1349. appb.pdf http://rand.org/pubs/monograph_reports/MR1349/MR1349. appb.pdf

66 Digital Forensics Dr. Bhavani Thuraisingham The University of Texas at Dallas Appendix Social Network Analysis and Forensics October 8, 2010

67 Social Network Analysis of 9/11 Terrorists (www.orgnet.com) Early in 2000, the CIA was informed of two terrorist suspects linked to al-Qaeda. Nawaf Alhazmi and Khalid Almihdhar were photographed attending a meeting of known terrorists in Malaysia. After the meeting they returned to Los Angeles, where they had already set up residence in late 1999.

68 Social Network Analysis of 9/11 Terrorists What do you do with these suspects? Arrest or deport them immediately? No, we need to use them to discover more of the al- Qaeda network. Once suspects have been discovered, we can use their daily activities to uncloak their network. Just like they used our technology against us, we can use their planning process against them. Watch them, and listen to their conversations to see... who they call / email who visits with them locally and in other cities where their money comes from The structure of their extended network begins to emerge as data is discovered via surveillance.

69 Social Network Analysis of 9/11 Terrorists A suspect being monitored may have many contacts -- both accidental and intentional. We must always be wary of 'guilt by association'. Accidental contacts, like the mail delivery person, the grocery store clerk, and neighbor may not be viewed with investigative interest. Intentional contacts are like the late afternoon visitor, whose car license plate is traced back to a rental company at the airport, where we discover he arrived from Toronto (got to notify the Canadians) and his name matches a cell phone number (with a Buffalo, NY area code) that our suspect calls regularly. This intentional contact is added to our map and we start tracking his interactions -- where do they lead? As data comes in, a picture of the terrorist organization slowly comes into focus. How do investigators know whether they are on to something big? Often they don't. Yet in this case there was another strong clue that Alhazmi and Almihdhar were up to no good -- the attack on the USS Cole in October of 2000. One of the chief suspects in the Cole bombing [Khallad] was also present [along with Alhazmi and Almihdhar] at the terrorist meeting in Malaysia in January 2000. Once we have their direct links, the next step is to find their indirect ties -- the 'connections of their connections'. Discovering the nodes and links within two steps of the suspects usually starts to reveal much about their network. Key individuals in the local network begin to stand out. In viewing the network map in Figure 2, most of us will focus on Mohammed Atta because we now know his history. The investigator uncloaking this network would not be aware of Atta's eventual importance. At this point he is just another node to be investigated.

70 Social Network Analysis of 9/11 Terrorists Figure 2 shows the two suspects and

71 Social Network Analysis of 9/11 Terrorists

72 We now have enough data for two key conclusions: All 19 hijackers were within 2 steps of the two original suspects uncovered in 2000! Social network metrics reveal Mohammed Atta emerging as the local leader With hindsight, we have now mapped enough of the 9-11 conspiracy to stop it. Again, the investigators are never sure they have uncovered enough information while they are in the process of uncloaking the covert organization. They also have to contend with superfluous data. This data was gathered after the event, so the investigators knew exactly what to look for. Before an event it is not so easy. As the network structure emerges, a key dynamic that needs to be closely monitored is the activity within the network. Network activity spikes when a planned event approaches. Is there an increase of flow across known links? Are new links rapidly emerging between known nodes? Are money flows suddenly going in the opposite direction? When activity reaches a certain pattern and threshold, it is time to stop monitoring the network, and time to start removing nodes. The author argues that this bottom-up approach of uncloaking a network is more effective than a top down search for the terrorist needle in the public haystack -- and it is less invasive of the general population, resulting in far fewer "false positives".

73 Social Network Analysis of Steroid Usage in Baseball (www.orgnet.com) Figure 2 shows the two suspects and When the Mitchell Report on steroid use in Major League Baseball [MLB], was published, people were surprised at who and how many players were mentioned. The diagram below shows a human network created from data found in the Mitchell Report. Baseball players are shown as green nodes. Those who were found to be providers of steroids and other illegal performance enhancing substances appear as red nodes. The links reveal the flow of chemicals -- from provider to player.

74 Applying to Network Forensics l Start with infected machines l Then follow the chain to other machines l Visualization techniques for the network of affected machines l Iowa State University Prototype is an example


Download ppt "Digital Forensics Dr. Bhavani Thuraisingham The University of Texas at Dallas Network and Application Forensics October 8, 2010."

Similar presentations


Ads by Google