We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
0x40
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I'm seeing many FPs for create thread bypassing process freeze for capa dynamic anlaysis of CAPE sandbox, e.g.:
capa is detecting
0x40
constant passed via Parameter but we only want to match if it is passed via CreateFlags.The text was updated successfully, but these errors were encountered: