Skip to content

Instantly share code, notes, and snippets.

@hasherezade
Last active June 2, 2016 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hasherezade/061a93c92cd66e4e93d2 to your computer and use it in GitHub Desktop.
Save hasherezade/061a93c92cd66e4e93d2 to your computer and use it in GitHub Desktop.
Chimera info HTML
<!--
Take advantage of our affiliate-program!
We offer you 50% of our profits.
You can reach us via the bitmessage address:
BM-2cW44Yq9DWbHYnRSfzBLVxvE6WjadchNBt
----------------------------------------------------
Profitieren Sie von unserem Affiliate-Programm!
Wir bieten Ihnen 50% der erzielten Gewinne.
Sie erreichen uns ueber die Bitmessage Adresse:
BM-2cW44Yq9DWbHYnRSfzBLVxvE6WjadchNBt
-->
<html>
<head>
<meta http-equiv=content-type content="text/html; charset=utf-8">
<title>Chimera&reg; Ransomware</title>
<link rel=stylesheet type=text/css href="http://fonts.googleapis.com/css?family=Audiowide">
<style>
body {
font-family: 'Courier New', Courier, monospace;
font-size: 14pt;
color: #fff;
background-color: #000;
background-image: url(http://i.imgur.com/zHNCk2e.gif);
background-repeat: repeat;
background-position: center;
background-attachment: fixed
}
table {
margin: 20px;
font-size: 18pt;
font-weight: 700
}
ul {
list-style: none;
display: inline;
padding: 0;
margin: 0;
margin-left: 690px
}
li {
display: inline;
padding: 0;
margin: 0
}
.container {
padding: 25px;
width: 700px;
border: dashed 1px #333;
background-color: #000;
color: #FFF
}
</style>
<script>
var contentDE = 'Sie wurden Opfer der Chimera&reg; Malware. <font color="red">Ihre privaten Dateien wurden verschl&uuml;sselt und sind ohne eine spezielle Schl&uuml;sseldatei nicht wiederherstellbar.</font> M&ouml;glicherweise funktionieren einige Programme nicht mehr ordnungsgem&auml;&szlig;!<br/><br/>Hiermit werden Sie aufgefordert Bitcoins an die unten stehende Adresse zu transferieren, um Ihre pers&ouml;nliche Schl&uuml;sseldatei zu erhalten.<table><tr><td>Adresse:</td><td><font color="red" name="address">1DSAmJu7DWFmHScYUPQBabDNDMqnU7EMuV</font></td></tr><tr><td align="right">Forderung:</td><td><font color="red" name="demand">1,01999757</font><font color="red">&nbsp;Bitcoins</font></td></tr></table>Das Entschl&uuml;sselungsprogramm und weitere Informationen, die Sie zur Wiederherstellung Ihrer Dateien ben&ouml;tigen, werden auf der folgenden Webseite zur Verf&uuml;gung gestellt:<p style="font-weight: bold; font-size: 18pt;"><a href="https://mega.nz/#!TZIk1b6I!y7LBGdPeRfVhKOmwC0_MChcunxI5vslI2nlFOPU9ulI">https://mega.nz/ChimeraDecrypter</a></p>Wenn Sie der Forderung nicht nachgehen, werden wir Ihre pers&ouml;nlichen Daten, Fotos und Videos in Verbindung mit Ihrem Namen im Internet ver&ouml;ffentlichen.<br/><br/>Sollten Sie &uuml;ber keine technische Innung verf&uuml;gen kontaktieren Sie bitte einen Techniker, der Ihnen best&auml;tigen kann, dass diese Forderung echt ist.';
contentEN = 'You are victim of the Chimera&reg; malware. <font color="red">Your private files are encrypted and can not be restored without a special key file.</font> Maybe some programs no longer function properly!<br/><br/>Please transfer Bitcoins to the the following address to get your unique key file. <table><tr><td>Address:</td><td><font color="red" name="address">1HqoNfpAJFMy9E36DBSk1ktPQ9o9fn2RxX</font></td></tr><tr><td align="right">Amount:</td><td><font color="red" name="demand">0,93945085</font><font color="red">&nbsp;Bitcoins</font></td></tr></table>For the decryption programm and additional informations, please visit: <p style="font-weight: bold; font-size: 18pt;"><a href="https://mega.nz/#!TZIk1b6I!y7LBGdPeRfVhKOmwC0_MChcunxI5vslI2nlFOPU9ulI">https://mega.nz/ChimeraDecrypter</a></p>If you don\'t pay your private data, which include pictures and videos will be published on the internet in relation on your name.';
affiliateDE = "Profitieren Sie von unserem Affiliate-Programm!<br />Weitere Informationen im Quelltext dieser Datei.";
affiliateEN = "Take advantage of our affiliate-program!<br />More information in the source code of this file.";
</script>
<body>
<center>
<br><font color=red size=7 style=font-family:Audiowide,serif>Chimera&reg; Ransomware</font>
<br>
<br>
<ul>
<li onclick=changeLanguage(&quot;en&quot;)><img height=24 src="http://www.veryicon.com/icon/png/Flag/Flag%204/United%20Kingdom.png">
</li>
<li onclick=changeLanguage(&quot;de&quot;)><img height=24 src="http://www.veryicon.com/icon/png/Flag/Flag%204/Germany.png">
</li>
</ul>
<div class=container>
<center id=content></center>
</div>
<br>
<p id=affiliate style=font-size:11pt></p>
<br>
</center>
<script>
function changeLanguage(e) {
userLang == e ? (document.getElementById("content").innerHTML = contentDE, document.getElementById("affiliate").innerHTML = affiliateDE) : (document.getElementById("content").innerHTML = contentEN, document.getElementById("affiliate").innerHTML = affiliateEN)
}
var userLang = navigator.language || navigator.userLanguage;
changeLanguage(userLang);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment