English

Optimizing Away JavaScript Obfuscation

Cryptography and Security 2020-09-22 v1

Abstract

JavaScript is a popular attack vector for releasing malicious payloads on unsuspecting Internet users. Authors of this malicious JavaScript often employ numerous obfuscation techniques in order to prevent the automatic detection by antivirus and hinder manual analysis by professional malware analysts. Consequently, this paper presents SAFE-Deobs, a JavaScript deobfuscation tool that we have built. The aim of SAFE-Deobs is to automatically deobfuscate JavaScript malware such that an analyst can more rapidly determine the malicious script's intent. This is achieved through a number of static analyses, inspired by techniques from compiler theory. We demonstrate the utility of SAFE-Deobs through a case study on real-world JavaScript malware, and show that it is a useful addition to a malware analyst's toolset.

Keywords

Cite

@article{arxiv.2009.09170,
  title  = {Optimizing Away JavaScript Obfuscation},
  author = {Adrian Herrera},
  journal= {arXiv preprint arXiv:2009.09170},
  year   = {2020}
}

Comments

6 pages, 1 figures, to be published at the IEEE International Working Conference on Source Code Analysis and Manipulation