Add keychain artifact module#1543
Conversation
|
making a note here that @snoop168 has some related stuff in #1280 but looks like some different approaches. looking to get thoughts from y'all on how these can move forward together. also, what public images are out there with data to test against this keychain stuff? I dont have access to any of the keychain extraction commercial tools right now to make my own. |
|
For public images I'm using Josh Hickman's images and images found on CFReDS (primarily Magnet and Cellebrite CTF images): I'm going to look over the code in that other PR and do some testing. I do prefer the idea of processing/storing the keychain data in a more core location so it can be used more readily in other artifacts. I have another artifact I'm almost done with for Signal, that was making use of my keychain data by sloppily importing |
|
Thanks for the image info. Importing code from another module should be alright, but importing data would be risky as we can't guarantee order of module execution. Just a note. |
|
I think my code was made to the core ileapp portion so that the keychain can be used by the modules for parsing. Session depended on having the key in the keychain. I'm sure there are many other artifacts that would benefit from that code in the core. I haven't looked at this code yet but even though it's probably touching and parsing the same file I think it has a different goal. |
Artifact module that parses keychain data from an iTunes backup or the two major vendor acquisition formats. There are five different reports generated:
Code tested against various public test images, CTF images, and personal test images from iOS 13-26.