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

Virus detected #418

Open
danieloateslee opened this issue Jan 22, 2024 · 2 comments
Open

Virus detected #418

danieloateslee opened this issue Jan 22, 2024 · 2 comments

Comments

@danieloateslee
Copy link

Hi Support team,

Unfortunately, Microsoft Defender smart screen and other AV engines are detecting your .exe's as containing a TrojanDownloader:Win32/Cekar.gen!A.

Please check the virtual total web page

https://www.virustotal.com/gui/file/837b6d827746b9201ec8623008c9e69f3ece532c65484aee169f1ee9f5b8f245

@knowhatamine
Copy link

knowhatamine commented Oct 14, 2024

Yeah I'd really like to know how that assessment was made by these tools.

Unobfuscated yara rules?

5f0d05b

@ruppde
Copy link

ruppde commented Oct 14, 2024

Yeah I'd really like to know how that assessment was made by these tools.

here you go: https://github.com/matterpreter/DefenderCheck

Takes a binary as input and splits it until it pinpoints that exact byte that Microsoft Defender will flag on, and then prints those offending bytes to the screen. This can be helpful when trying to identify the specific bad pieces of code in your tool/payload.

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

No branches or pull requests

3 participants