Vandaag zag ik een nieuwe variant, waarbij de producten waarin ze geïnteresseerd zijn, op een generische URL staat ......
IP in headers is 81.37.137.207, van Spaanse afkomst, en gekend bij https://www.projecthoneypot.org/ip_81.37.137.207 ... dus geen UK adres zoals in de signature
Omdat ik het zaakje niet vertrouw, heb ik de URL met curl gedownload .... wat ik in de code zie is zorgwekkend en een vorm van phishing :
Code: Selecteer alles
<form method='post' action='form.php'>
<div>
<h1>SECURED DOCUMENTS DATABASE</h1>
<p> Login with your Own Valid Business Email and Password to
get full access to Download Documents.</p>
<div class='centre'>
<table style='margin-left: auto; margin-right: auto; width: 300px'>
<tbody>
<tr>
<th style='width: 20%; text-align: right; padding-right: 1em'>
Email Address: </th>
<td style='text-align: left'><input type='text' name='email' size='30'/></td>
</tr>
<tr>
<th style='text-align: right; padding-right: 1em'>Password: </th>
<td style='text-align: left'><input type='password' name='pass' size='30'/></td>
</tr>
</tbody>
</table>
Die form.php geeft een static image terug:
Code: Selecteer alles
<HTML>
<HEAD>
<TITLE>302 Moved</TITLE>
</HEAD>
<BODY BGCOLOR=#FFFFFF>
<H1>302 Moved</H1>
The document has moved <A HREF="Image(225).jpg">here</A>.
</BODY>
</HTML>
http://www.kebabos.pl/components/com_jc ... e(225).jpg
Iemand zin om
while true
do
curl "http://www.kebabos.pl/components/com_jc ... ssword=you"
done
een tijdje te laten lopen
![Wink ;)](./images/smilies/icon_wink.gif)