Security/Automation/WinterOfSecurity2014: Difference between revisions
< Security | Automation
Jump to navigation
Jump to search
(Created page with "= Winter Of Security 2014 =") |
No edit summary |
||
Line 1: | Line 1: | ||
= Winter Of Security 2014 = | = Winter Of Security 2014 = | ||
== Web Security == | |||
== Forensic == | |||
=== Cross-platform memory scanning in Go === | |||
**mentor**: Julien Vehent | |||
The Mozilla InvestiGator (MIG) project needs a way to inspect the content of the memory of a system, and detect threats. The typical approach in memory forensic is to dump the memory of a system, and perform analysis on another system, using tools like Volatility. We are looking for an approach that is less invasive, where an agent running on a target system can inspect its own memory without disrupting operations. Existing libraries, such as Volatility, as hard to ship to remote system. The goal of this project is to design and build a lean, cross-platform, memory inspection library in the Go language that can be integrating into MIG. | |||
== Network Security == | |||
=== Active measurement of firewalls configuration compliance === | |||
=== Cross-platform firewall driver in Go === | |||
== System Security == | |||
== Risk Management == | |||
=== A playful way of teaching risk management to individuals === |
Revision as of 16:31, 4 April 2014
Winter Of Security 2014
Web Security
Forensic
Cross-platform memory scanning in Go
- mentor**: Julien Vehent
The Mozilla InvestiGator (MIG) project needs a way to inspect the content of the memory of a system, and detect threats. The typical approach in memory forensic is to dump the memory of a system, and perform analysis on another system, using tools like Volatility. We are looking for an approach that is less invasive, where an agent running on a target system can inspect its own memory without disrupting operations. Existing libraries, such as Volatility, as hard to ship to remote system. The goal of this project is to design and build a lean, cross-platform, memory inspection library in the Go language that can be integrating into MIG.