Command-Injection-KrishnaG-CEO

2024 CWE Top 25 Most Dangerous Software Weaknesses: Improper Neutralisation of Special Elements used in a Command (‘Command Injection’) CWE-77

CWE-77 refers to the improper neutralisation of special elements used in a command. These special elements, when inadequately sanitised, allow attackers to inject malicious commands that the system interprets and executes. This vulnerability commonly appears in applications that dynamically construct system commands based on user inputs.

Emulation-Evasion-KrishnaG-CEO

Emulation Detection Evasion: Safeguarding Against Evasive Malware Strategies

Emulation detection evasion is a set of techniques employed by malware to detect analysis environments such as sandboxes or virtual machines and evade detection by altering their execution. By identifying the presence of emulation artifacts or behaviours, malware can stop executing or behave benignly, thereby avoiding detection and analysis.