How to make a well-known malicious programs undetectable by anti-virus solutions?

I want to make well-known malicious programs, like Mimikatz and Incognito, undetectable by anti-virus solutions.

I have already tried various approaches myself, like packing the binary with UPX or modifying the source code i… Continue reading How to make a well-known malicious programs undetectable by anti-virus solutions?

What is the best way to access/interact with the code signing server from build server (Jenkins) to sign the binaries in automated way

we have a dedicated build (Jenkins based )server and code signing server,
As part of the post build process,build script access the signing server and perform the code signing.
Is there any way to restrict the signing proce… Continue reading What is the best way to access/interact with the code signing server from build server (Jenkins) to sign the binaries in automated way