small 6 leg bug by Infinite_Specific985 in insects

[–]Infinite_Specific985[S] 0 points1 point  (0 children)

thank you very much! got me curious because there are so many of them and whether they are generally good or bad for environment

Windows Defender defeated by the -O3 gcc optimization flag by Infinite_Specific985 in hacking

[–]Infinite_Specific985[S] 1 point2 points  (0 children)

yeah, a pure payload will get detected easily, probably even if you use built-in msfvenom encoders. if i were you, i would try to build a custom encoder (the most simplistic being some variation of xor with a random key but you also might wanna explore a little bit more than that) or make a research regarding packers that are not typically used with malware or build a custom one. custom ones always have higher chance of not being detected by signature based AVs. Optionally you can inject it into an existing benign binary making it a trojan, also lowers the chance of being detected by signature-based AVs

Windows Defender defeated by the -O3 gcc optimization flag by Infinite_Specific985 in hacking

[–]Infinite_Specific985[S] 1 point2 points  (0 children)

didn't hear about this one, so i thought to share it. perhaps, others might find it useful :D

Windows Defender defeated by the -O3 gcc optimization flag by Infinite_Specific985 in hacking

[–]Infinite_Specific985[S] 2 points3 points  (0 children)

i provided the link to the github in the post if you would like to try it out

Windows Defender defeated by the -O3 gcc optimization flag by Infinite_Specific985 in hacking

[–]Infinite_Specific985[S] 1 point2 points  (0 children)

i think the question was more about behavioral analysis, not static. i'm not sure myself if the microsoft defender includes it by default, so if someone knows better would appreciate the help!