PHP Malware Analysis

dl_php3.PHp

md5: 45e75405b82e4becb62f7812e79ef908

Jump to:

Screenshot


Attributes


Deobfuscated PHP code

<?php

echo "122";

Execution traces

data/traces/45e75405b82e4becb62f7812e79ef908_trace-1676238997.6535.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-12 19:57:03.551331]
1	0	1	0.000164	393528
1	3	0	0.000213	393088	{main}	1		/var/www/html/uploads/dl_php3.PHp	0	0
1	3	1	0.000234	393088
			0.000264	314240
TRACE END   [2023-02-12 19:57:03.551467]


Generated HTML code

<html><head></head><body>122</body></html>

Original PHP code

<?php
echo '122';