PHP Malware Analysis

ya.php

md5: 44814ee8cb25d653b18df57ba15cecfb

Jump to:

Screenshot


Attributes

Execution


Deobfuscated PHP code

<?php

echo system('ls');

Execution traces

data/traces/44814ee8cb25d653b18df57ba15cecfb_trace-1676259660.827.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-13 01:41:26.724795]
1	0	1	0.000161	393464
1	3	0	0.000205	393224	{main}	1		/var/www/html/uploads/ya.php	0	0
2	4	0	0.000221	393224	system	0		/var/www/html/uploads/ya.php	1	1	'ls'
2	4	1	0.001894	393288
2	4	R			'ya.php'
1	3	1	0.001932	393224
			0.001986	314200
TRACE END   [2023-02-13 01:41:26.726653]


Generated HTML code

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

Original PHP code

<?=system('ls');