You may be able to view the IP by choosing to view "Unconfirmed" users in the User Database, then clicking Edit next to the entry.
You could then ban the user from subscribing with a line like this at the top of signup.php (any line after <?php )
if($_SERVER['REMOTE_ADDR']=='12.34.56.78') exit('you may not subscribe');
Regards