Skip to main content

Obfuscated Malware

Let me first discuss the dictionary meaning of obfuscated then it would be easier to relate and get the meaning of obfuscated malware.


Obsfucation: The action of making something obscure, unclear, or unintelligible.


Obsfucated malware means when authors make it's detection difficult. It's underlying functionality is not affected but it's strings are rendered unreadable.


Commonly adopted methods for obfuscation are:


Packing: This involves compressing the executable file. On compression, the hash of the file changes compared to the original one and many strings become incomprehensible. So, for a person relying on these two factors for static analysis, the outcome may not be correct.


Encryption: The code is encrypted to make it's analysis further, difficult.


Encoding: It is quite similar to encryption, but it does not use keys. An example is Base64 encoding.


Dead Code Insertion: This makes the code difficult to analyze but does not affect the working of the file.



Comments

Popular posts from this blog

Introduction to Ethical Hacking and Cyber Security

All of us get fascinated by images of people working on systems in dark rooms with their hoodies on their heads.  It looks so classy and cool after all! But, do we actually know what those people do, and do such people really exist? So in this very first blog  I would tell you what they do and who they are? What is hacking? It is the process of finding vulnerabilities and security breaches in a system to gain access to the data and/or corrupt files in a network, website, software, or any electronic device or to violate the privacy of others.  Then what is ethical hacking? Ethical Hacking is similar to hacking only the intention of gaining access is not malicious. It is legal and to safeguard systems from cyber-attacks and threats.  What is cyber security? It is the protection of data, confidential information such as passwords, pin codes etc., and personal information stored in inter-connected systems or software and hardware from cyber threats and digital attac...