Audit Trails in the Aeolus Distributed Security Platform

Download: pdf.

“Audit Trails in the Aeolus Distributed Security Platform” by Victoria Popic. Masters thesis, MIT, (Cambridge, MA, USA), Sep. 2010. Also as Technical Report MIT-CSAIL-TR-2010-048.

Abstract

This thesis provides a complete design and implementation of audit trail collection and storage for Aeolus, a distributed security platform based on information flow control. An information flow control system regulates all activities that concern information security. By recording all the operations monitored by Aeolus, our audit trails capture all actions that can affect system security. In our system, event records are collected on each system node and shipped to a centralized location, where they are stored and processed. To correlate audit trail events of different system nodes we store event dependencies directly in the event records. Each audit trail record keeps links to its immediate predecessors. Therefore, our audit trails form dependency graphs that capture the causal relationship among system events. These graphs can be used to reconstruct the chains of events leading to a given system state. Our results show that audit trail collection imposes a small overhead on system performance.

Download: pdf.

BibTeX entry:

@mastersthesis{popic10:_audit_trail_aeolus_distr_secur_platf,
   author = {Victoria Popic},
   title = {Audit Trails in the {Aeolus} Distributed Security Platform},
   school = {MIT},
   address = {Cambridge, MA, USA},
   month = sep,
   year = {2010},
   note = {Also as Technical Report MIT-CSAIL-TR-2010-048}
}

Back to PMG Aeolus publications .

Programming Methodology Group