PHP Malware Analysis

y.php

md5: 988de61a4dd97494f203f7fba6c0c417

Jump to:

Screenshot


Attributes

Execution


Deobfuscated PHP code

<?php

system('ls');

Execution traces

data/traces/988de61a4dd97494f203f7fba6c0c417_trace-1676244358.0231.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-12 21:26:23.920873]
1	0	1	0.000137	393464
1	3	0	0.000178	393192	{main}	1		/var/www/html/uploads/y.php	0	0
2	4	0	0.000194	393192	system	0		/var/www/html/uploads/y.php	1	1	'ls'
2	4	1	0.001502	393256
2	4	R			'y.php'
1	3	1	0.001525	393192
			0.001552	314200
TRACE END   [2023-02-12 21:26:23.922315]


Generated HTML code

<html><head></head><body>beneri.se_malware_analysis
y.php
</body></html>

Original PHP code

<?php system('ls');?>