Stochastic forensics

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Stochastic forensics is a method to forensically reconstruct digital activity lacking artifacts, by analyzing emergent properties resulting from the stochastic nature of modern computers.[1][2][3] Unlike traditional computer forensics, which relies on digital artifacts, stochastic forensics does not require artifacts and can therefore recreate activity which would otherwise be invisible.[3] Its chief application is the investigation of insider data theft.[1][2][4][5]

History

Stochastic forensics was invented in 2010 by computer scientist Jonathan Grier to detect and investigate insider data theft.[2] Insider data theft has been notoriously difficult to investigate using traditional methods, since it does not create any artifacts (such as changes to the file attributes or Windows Registry).[3][6] Consequently, industry demanded a new investigative technique.[7]

Since its invention, stochastic forensics has been used in real world investigation of insider data theft,[7] been the subject of academic research,[1][8] and met with industry demand for tools and training.[2][9][10]

Origins in statistical mechanics

Stochastic forensics is inspired by the statistical mechanics method used in physics.[2][7] Classical Newtonian mechanics calculates the exact position and momentum of every particle in a system. This works well for systems, such as the solar system, which consist of a small number of objects. However, it cannot be used to study things like a gas, which have intractably large numbers of molecules. Statistical mechanics, however, doesn't attempt to track properties of individual particles, but only the properties which emerge statistically. Hence, it can analyze complex systems without needing to know the exact position of their individual particles.

<templatestyles src="Template:Blockquote/styles.css" />

We can’t predict how any individual molecule will move and shake; but by accepting that randomness and describing it mathematically, we can use the laws of statistics to accurately predict the gas’s overall behavior. Physics underwent such a paradigm shift in the late 1800s... Could digital forensics be in need of such a paradigm shift as well?

— Jonathan Grier, Investigating Data Theft With Stochastic Forensics, Digital Forensics Magazine, May 2012

Likewise, modern day computer systems, which can have over 2^{8^{10^{12}}} states, are too complex to be completely analyzed. Therefore, stochastic forensics views computers as a stochastic process, which, although unpredictable, has well defined probabilistic properties. By analyzing these properties statistically, stochastic mechanics can reconstruct activity that took place, even if the activity did not create any artifacts.[2][3][7]

Use in investigating insider data theft

Stochastic forensics chief application is detecting and investigating insider data theft. Insider data theft is often done by someone who is technically authorized to access the data, and who uses it regularly as part of their job. It does not create artifacts or change the file attributes or Windows Registry.[6] Consequently, unlike external computer attacks, which, by their nature, leave traces of the attack, insider data theft is practically invisible.[3]

However, the statistical distribution of filesystems' metadata is affected by such large scale copying. By analyzing this distribution, stochastic forensics is able to identify and examine such data theft. Typical filesystems have a heavy tailed distribution of file access. Copying in bulk disturbs this pattern, and is consequently detectable.[1][2]

Drawing on this, stochastic mechanics has been used to successfully investigate insider data theft where other techniques have failed.[1][2][3][7] Typically, after stochastic forensics has identified the data theft, follow up using traditional forensic techniques is required.[5][7]

Criticism

Stochastic forensics has been criticized as only providing evidence and indications of data theft, and not concrete proof. Indeed, it requires a practitioner to "think like Sherlock, not Aristotle." Certain authorized activities besides data theft may cause similar disturbances in statistical distributions.[1][7]

Furthermore, many operating systems do not track access timestamps by default, making stochastic forensics not directly applicable. Research is underway in applying stochastic forensics to these operating systems as well as databases.[2]

Additionally, in its current state, stochastic forensics requires a trained forensic analyst to apply and evaluate. There have been calls for development of tools to automate stochastic forensics by Guidance Software and others.[2]

References

  1. 1.0 1.1 1.2 1.3 1.4 1.5 Grier, Jonathan (2011). "Detecting data theft using stochastic forensics". Journal of Digital Investigation. 8(Supplement), S71-S77.
  2. 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 Schwartz, Mathew J. (December 13, 2011)."How Digital Forensics Detects Insider Theft". Information Week.
  3. 3.0 3.1 3.2 3.3 3.4 3.5 Chickowski, Ericka (June 26, 2012). "New Forensics Method May Nab Insider Thieves". Dark Reading.
  4. "Insider Threat Spotlight". (August 2012). SC Magazine
  5. 5.0 5.1 Security Suite."A New Forensics Method to Nab Rogue Insiders". Retrieved 2013-01-20.
  6. 6.0 6.1 Carvey, Harlan. "Windows forensic analysis DVD Toolkit". 2nd ed. Syngress Publishing; 2009.
  7. 7.0 7.1 7.2 7.3 7.4 7.5 7.6 Grier, Jonathan (May 2012). "Investigating Data Theft with Stochastic Forensics". "Digital Forensics Magazine."
  8. Nishide, T., Miyazaki, S., & Sakurai, K. (2012). "Security Analysis of Offline E-cash Systems with Malicious Insider". Journal of Wireless Mobile Networks, Ubiquitous Computing, and Dependable Applications, 3(1/2), 55-71.
  9. Department of Defense Cyber Crime Center, 2012 DC3 Agenda.
  10. Black Hat Briefings, USA 2012.Catching Insider Data Theft with Stochastic Forensics.

External links