Coming into contact with IEF
Recipe Difficulty: Medium
Python Version: 3.5
Operating System: Any
We can take further advantage of the IEF results in the SQLite database by manipulating and gleaning, even more, information from artifacts that IEF does not necessarily support. This can be particularly important when new artifacts are discovered and are unsupported. As the internet, and many businesses using the internet change constantly, it is unrealistic for software to keep up with every new artifact. In this case, we will look at cached Yahoo Mail contacts that get stored on the local system as a byproduct of using Yahoo Mail.
Getting started
All libraries used in this script are present in Python's standard library. Again, as in the previous recipe, if you would like to follow along, you will need an IEF results database. We used IEF version 6.8.9.5774 to generate the database used to develop this recipe. In addition to that, you will likely need to generate Yahoo Mail traffic to create the...