PHP Malware Analysis

d8dfbba2b7934c19.htaccess

md5: 42708e99e1b9d382dd8a658b2bf76262

Jump to:

Screenshot


Attributes


Deobfuscated PHP code

<FilesMatch "\.(suspected)$">
   ForceType application/octet-stream
   Header set Content-Disposition attachment
</FilesMatch>

Execution traces


Generated HTML code

<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;FilesMatch "\.(suspected)$"&gt;
   ForceType application/octet-stream
   Header set Content-Disposition attachment
&lt;/FilesMatch&gt;</pre></body></html>

Original PHP code

<FilesMatch "\.(suspected)$">
   ForceType application/octet-stream
   Header set Content-Disposition attachment
</FilesMatch>