ADVERTISEMENT

The art of concealment: how hackers hide malware

Hackers use various techniques to conceal their malicious code to evade detection. Windows Defender stays pretty busy analyzing files, checking trusted certificates, and warning users about potentially malicious websites they may be trying to visit.

Hacker malware

Image by Cybernews.

Jesse William McGraw
Jesse William McGraw Contributor
Jun 16, 2024 Updated: 10 July 2024 6 min read

Steganography

Least Significant Bit steganography

File splitting

ADVERTISEMENT

Droppers

Malicious CSS Rules

Base 64 encoding example: background-image: url('data:text/plain;base64,aHR0cDovL21hbGljaW91cy1zaXRlLmNvbS9tYWx3YXJlLmV4ZQ==');
Hexidecimal encoding example:background-image: url('\68\74\74\70\3A\2F\2F\6D\61\6C\69\63\69\6F\75\73\2D\73\69\74\65\2E\63\6F\6D\2F\6D\61\6C\77\61\72\65\2E\65\78\65');
ADVERTISEMENT