Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynamic: "create thread bypassing process freeze" FPs #1023

Open
mike-hunhoff opened this issue Mar 14, 2025 · 0 comments · May be fixed by #1025
Open

dynamic: "create thread bypassing process freeze" FPs #1023

mike-hunhoff opened this issue Mar 14, 2025 · 0 comments · May be fixed by #1025
Labels
false positive False positive rule hit

Comments

@mike-hunhoff
Copy link
Collaborator

I'm seeing many FPs for create thread bypassing process freeze for capa dynamic anlaysis of CAPE sandbox, e.g.:

  NtCreateThreadEx(
    ThreadHandle=0x3f8,
    ProcessHandle=0xffffffff,
    StartAddress=0x100100,
    Parameter=0x40,
    CreateFlags=0x1,
    ThreadId=0x1df8,
    ProcessId=0x1a70,
    Module="example.exe",
  ) -> 0x0

capa is detecting 0x40 constant passed via Parameter but we only want to match if it is passed via CreateFlags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
false positive False positive rule hit
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant