SLIDE 1
Layering in Provenance Systems Kiran-Kumar Muniswamy-Reddy , Uri - - PowerPoint PPT Presentation
Layering in Provenance Systems Kiran-Kumar Muniswamy-Reddy , Uri - - PowerPoint PPT Presentation
Layering in Provenance Systems Kiran-Kumar Muniswamy-Reddy , Uri Braun, David A. Holland, Peter Macko, Diana Maclean, Daniel Margo, Margo Seltzer, Robin Smogor Observes system calls that applications make and infers relationships between
SLIDE 2
SLIDE 3
Observes system calls that applications make and infers
relationships between objects
Process P A B read read C write
- Prov. records
SLIDE 4
PASS write
- Prov. records
Application
- Prov. records
read
SLIDE 5
PASS write
- Prov. records
Browser read
URL1 URL2 URL3
SLIDE 6
PASS write Browser
URL1 virus.com
Browser knows virus came from virus.com, but doesn’t know which files were affected PASS knows which files were affected, but doesn’t know where the virus came from
SLIDE 7
SLIDE 8
SLIDE 9
SLIDE 10
PASS write
- Prov. records
Browser read
URL1 URL2 URL3
Need an interface to disclose file URL
SLIDE 11
PASS write
- Prov. records
Browser read
URL1 URL2 URL3
Plug-in module Need an interface to disclose plug-in algorithm browser
SLIDE 12
PASS write
- Prov. records
Browser read
URL1 URL2 URL3
Tab How do you represent a tab in PASS? Need to represent
- bjects non-existent in
another layer
SLIDE 13
PASS Browser
- Prov. records
URL1 URL2 URL3
Tab write Writing prov and data separately can compromise consistency
SLIDE 14
PASS Browser Tab Cache
URL Cycles
spanning layers
SLIDE 15
SLIDE 16
SLIDE 17
SLIDE 18
SLIDE 19
SLIDE 20
PASS
- Prov. records
Browser
URL1 URL2 URL3
Tab pass_write: File data + URL2
SLIDE 21
SLIDE 22
PASS Browser Tab Cache Cache’ Issue pass_freeze
SLIDE 23
SLIDE 24
PASS
- Prov. records
Browser Tab fd = pass_mkobj pass_write( f d,..,URL1)
URL1
pass_write( f d,..,URL2)
URL2
SLIDE 25
SLIDE 26
SLIDE 27
SLIDE 28
PASS Application fd = pass_mkobj pass_write( f d,…, file3) pass_write( f d,…, file2) pass_write( f d,…, file1) Data-set files
SLIDE 29
SLIDE 30
SLIDE 31
SLIDE 32
SLIDE 33
SLIDE 34
SLIDE 35
SLIDE 36
SLIDE 37
SLIDE 38
SLIDE 39
SLIDE 40
SLIDE 41
SLIDE 42
SLIDE 43
SLIDE 44
SLIDE 45
A set of wrappers to track provenance in
Python applications
Wrap objects, modules, basic types, and
- utput files
Create Python bindings for DPAPI
SLIDE 46
SLIDE 47
SLIDE 48
SLIDE 49
SLIDE 50
SLIDE 51
PASS
- Prov. records
Browser Tab
URL1 URL2
Tab’s provenance: URL1, URL2 are not manifested on disk, until it writes to a file. If you want to save the provenance even without file write, use pass_sync
SLIDE 52
SLIDE 53
SLIDE 54