You can, on IRC, see which IP belongs to a user (whatever you need to know this for, obviously . This is achieved, inside mIRC, with the /dns command. So, for example, if you want to know what IP is using your channelmate Jogi you can do:
/dns Jogi
and you will see, after some time, the IP and the IP name (if there is one) of Jogi in the Status window. So, what’s he big deal you’ll ask, a page just for this command? Not actually, because it may be annoyng to switch to the Status window every time you need to check the IP of a user. So here we’ll make a script which will send a message to our current channel window with the regarding information.
You can use this addon to load the script from within mIRC, instead of writing the lines yourself.
If you want to add the lines yourself, here are the instructions.
Before we begin, let’s recall that you need to press the button
in mIRC to access the Remote panel, that is where you edit scripts.
What you need to write there is:
on *:DNS://echo -a Resolved $nick to: Name - $naddress , IP - $iaddress
and the output, after you add this line, press OK, and issue the /dns command on a user, will appear in the active window, and resemble this:
Resolved Joey42 to: Name - co3061808-a.eburwd1.vic.optushome.com.au , IP - 203.164.127.151
In the case the IPname was not available, the field after "Name -" would simply be empty.
You can check with this also the IP corresponding to websites. For example, if you want to know what IP is associated with www.microsoft.com just do:
/dns www.microsoft.com
and the output will be:
Resolved to: Name - www.microsoft.com , IP - 207.46.230.219
and as well see what IP name belongs to an IP you run into:
/dns 65.92.216.192
the output being:
Resolved to: Name - HSE-Montreal-ppp3473182.sympatico.ca , IP - 65.92.216.192
clear enough I’d say.
Now go on IRC and play a bit.
Related posts:
#1 by ephestione on June 17, 2010 - 9:57 am
Quote
[commenti dal vecchio sito]
[comments from old website]
Ephestione
2010-01-25 20:50:04
As explained to the first user in the comments, it must be your chat server which gives back modified hostnames for “privacy” reasons.
In other words, when you connect to your IRC server, your real hostname is masked by the server so other users are not able to discover your real IP, unless a DCC session is initiated. Microsoft works as it is a public, resolvable hostname
Alco
2010-01-25 20:10:55
Resolved Timothethug to: Name – Omerta-568f5e3b.direct-adsl.nl , IP -
Resolved Jap|Afk to: Name – Jap.users.omerta , IP -
Resolved Alco` to: Name – Alco-02309.users.omerta , IP -
The only thing that does work is “www.microsoft.com”
How come? and is there something to fix it??
Ephestione
2010-01-15 23:49:05
of course there is, mIRC had a very wide support for scripting language (and supposedly has a better one now, years after I used it), which I knew adequately back then. Now tho, even if I can assure you that it’s possible, and quite easily combining events and file-write functions, I wouldn’t have the sligthtest idea of the code to use :-/
drumm
2010-01-15 23:40:14
Very nice explanation. Is there a way to send the DNS name and/or IP to a log file? Even when a user joins (on JOIN?) with a time stamp?
Ephestione
2010-01-11 09:11:37
THat would be the chat program masking the original hostname of the client.
“.ip” is not a regular top level domain, normal hostnames end with .con, .net, .it, .fr, .uk, .us, and so on
opcinjen
2010-01-11 02:39:46
02:37:21 * Dns resolving ECA050A1.FEAC7A6B.B5003D43.IP
02:37:21 * Dns unable to resolve ECA050A1.FEAC7A6B.B5003D43.IP
#2 by ephestione on June 17, 2010 - 10:01 am
Quote
[commenti dal vecchio sito]
[comments from old website]
morte

2010-01-10 09:23:05
Grazie
Ephestione
2010-01-09 18:39:48
quello accade quando tenti di risolvere l’alias di un ip offline.
Ad esempio, se ricevi una DCC da una persona che subito dopo si disconnette da internet, tentando un dns sul suo alias riceverai un errore.
Comunque, guardando meglio l’alias, siccome comincia per IperChat, forse viene mascherato dal programma IperChat che rende volutamente impossibile eseguire un dns sulle persone connesse.
morte
2010-01-09 18:31:42
vorrei sapere cm mai con il comando dns nn mi risolve tutti gli ip …
* Risoluzione del DNS IperChat-B3326704.retail.telecomitalia.it
* Impossibile risolvere il DNS IperChat-B3326704.retail.telecomitalia.it
GRAZIE IN ANTICIPO
Ephestione
2009-06-09 22:30:42
Ciao Lady
non conosco il servizio di chat di cui parli, sono andato ora a vedere cos’è per curiosità. Comunque devi sapere che mIRC è un programma che si collega tramite il protocollo IRC… vabè, per farla breve, in IRC si può fare, sui servizi diversi come C6, MSN, oppure quello che usi te, il funzionamento è diverso, è come paragonare il fornello a gas col microonde
Lady84
2009-06-09 22:16:53
ciao leggendo la tua pagine ho trovato delel notizie interessanti..ora vorrei farti una domanda…su ciao amigos è possibile rintracciare ip..perkè purtroppo nn si può accedere con un mirc..speroo di avere tue notizie…a presto baci
Ephestione
2008-11-13 23:03:59
[Continua 2]
In altre parole dovresti avere un accesso fisico al server per controllare nel database dello stesso quali sono i canali attivi in un dato momento e che hanno l’attributo +s attivo.
Insomma, arrenditi, non è possibile; tra l’altro non avrebbe senso l’esistenza del +s se fosse aggirabile, non trovi?
Ephestione
2008-11-13 23:02:15
[Continuo in questo messaggio]
Se il canale è impostato come +s, il server lo escluderà da ogni listing, e siccome sei obbligato a passare dal server per ogni tipo di attività su IRC, a meno di gravi backdoor, o di notevoli exploit (che escludo data l’anzianità del sistema e quindi la sua sicurezza) non avrai nessun modo di costringere il server a dirti quali sono i canali segreti.
Ephestione
2008-11-13 22:59:24
Ciao. Purtroppo non uso IRC da secoli, o meglio non sono più attivo, salvo un costante lurking su un canale a cui sono affezionato.
Comunque conosco il concetto su cui si basa IRC, ovvero proprio la presenza di un server che gestisce centralmente tutte le attività, se si escludono i cosiddetti DCC tra utenti. Per questo motivo fare quello che tu vorresti fare è impossibile, per un motivo semplice
KiNG
2008-11-13 22:53:51
ciao si l’addon e carino ma io cercavo un addon che permette di vedere tutti i canali segreti cioè +s che sono in un server come potrei fare grazie in anticipo