Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

added kyphosis #127

Merged
merged 2 commits into from
Jan 21, 2016
Merged

added kyphosis #127

merged 2 commits into from
Jan 21, 2016

Conversation

secretsquirrel
Copy link
Contributor

In this pull request, I add kyphosis, a script to inspect Mach-O and Fat files for what is not loaded into memory. These artifacts bypass 'no-strict' checks and could be of interest to an investigator. This is enabled whether strict or no-strict checking is enabled.

Output is written to the json log using two parameters.

  • Anything that is not loaded into memory is base64 encoded and stored in the extra_data_check parameter.
  • If anything is found the extra_data_found parameter will be set to true

A quick regex of extra_data_check\": true will find all output that has extra data that is not loaded in memory.

Standalone code is here if you would like to test: https://github.com/secretsquirrel/kyphosis

jjsendor added a commit that referenced this pull request Jan 21, 2016
@jjsendor jjsendor merged commit c318762 into Yelp:master Jan 21, 2016
@jjsendor
Copy link
Contributor

Thanks a lot for the contribution @secretsquirrel!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants