
In talking with Alexis Brignoni I had found some other stream categories that iLEAPP doesn't parse quite yet (as of this blog). I was dumping out full file listings using my Arc2Lite tool and filtering the columns for "streams" to manually look for other locations until the lightbulb went on. Why don't I just make a tailored script for this.
So lo and behold, another one-off research script I'm calling SEGB Hunter. In essence it takes a zip or tar as input (or folder if you want) and traverses already identified paths pulling out information about these SEGB streams:
- File name
- Relative path
- Stream category
- Record count
- Modified timestamps
- If it's a tombstone or not
As more paths become known I will update the targets. I wanted to avoid the "scan all files" type of search for speed purposes.
Output formats include CSV or SQLiteDB. Give it a try and let me know if this is beneficial to your research!
| Figure 1: Sample SQLite output |
Download 🔗: https://github.com/stark4n6/script-stash