mandiant / mandiant/capa

extract strings/bytes from pointer tables

Open
#227 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
6.2k
Forks
726
Avg merge
11d 11h
Merged PRs (30d)
7

Description

Register is used as index into table of string pointers @ `mimikatz:0x44EE5A`:

![snipmi_1](https://user-images.githubusercontent.com/42192796/89834670-25e9d180-db18-11ea-9937-44531f657f57.PNG)

The table of string pointers @ `mimikatz:0x4475ca0` contains pointers to four strings:

Screen Shot 2020-08-10 at 2 41 20 PM

`capa` currently extracts the first string `INPUTEVENT` but it would be great if it extracted the other three strings too.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named. Start by reproducing the current capa extraction for the pointer table at mimikatz:0x4475ca0 and compare it with the register-indexed table at mimikatz:0x44EE5A. Done means capa extracts all four strings from the pointer table rather than only INPUTEVENT.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
reverse-engineering
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.