PHP Malware Analysis

ssl.phtml

md5: 681db431ff021e8caafa598749bf658c

Jump to:

Screenshot


Attributes

Title


Deobfuscated PHP code

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <h1>Up to date</h1>
</body>
</html>

Execution traces

data/traces/681db431ff021e8caafa598749bf658c_trace-1676258033.631.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-13 01:14:19.528821]
1	0	1	0.000223	393512
1	3	0	0.000269	393352	{main}	1		/var/www/html/uploads/ssl.phtml	0	0
1	3	1	0.000288	393352
			0.000320	314224
TRACE END   [2023-02-13 01:14:19.528957]


Generated HTML code

<html lang="en"><head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <h1>Up to date</h1>

</body></html>

Original PHP code

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <h1>Up to date</h1>
</body>
</html>