A remote is trying to gain access to my linux server via ssh, which is open behind my router.
Checking my security log, I see a run of "input_userauth_request: illegal user BLA": where BLA
is either root, admin, user, etc. The logins fail so far.
I'd like to send a message to the perp (not a ping -f), but am getting to the point where I might not care what the repercussion, since this is only my home network.
Anyway, I nmap -P0 the remote and get:
Port State Service
21/tcp open ftp
22/tcp open ssh
23/tcp open telnet
25/tcp open smtp
53/tcp open domain
80/tcp open http
110/tcp open pop-3
135/tcp filtered loc-srv
136/tcp filtered profile
137/tcp filtered netbios-ns
138/tcp filtered netbios-dgm
139/tcp filtered netbios-ssn
143/tcp open imap2
199/tcp open smux
443/tcp open https
445/tcp filtered microsoft-ds
993/tcp open imaps
995/tcp open pop3s
3306/tcp open mysql
So there looks like possibilities, but I'd like to hear what you might recommend.
I've not yet tried to login to the obvious ftp, telnet or web server. I'd like to hit his lousy pop or imap and send a note to the root.
Please let me know what you'd do.
Thanks - Keith
Checking my security log, I see a run of "input_userauth_request: illegal user BLA": where BLA
is either root, admin, user, etc. The logins fail so far.
I'd like to send a message to the perp (not a ping -f), but am getting to the point where I might not care what the repercussion, since this is only my home network.
Anyway, I nmap -P0 the remote and get:
Port State Service
21/tcp open ftp
22/tcp open ssh
23/tcp open telnet
25/tcp open smtp
53/tcp open domain
80/tcp open http
110/tcp open pop-3
135/tcp filtered loc-srv
136/tcp filtered profile
137/tcp filtered netbios-ns
138/tcp filtered netbios-dgm
139/tcp filtered netbios-ssn
143/tcp open imap2
199/tcp open smux
443/tcp open https
445/tcp filtered microsoft-ds
993/tcp open imaps
995/tcp open pop3s
3306/tcp open mysql
So there looks like possibilities, but I'd like to hear what you might recommend.
I've not yet tried to login to the obvious ftp, telnet or web server. I'd like to hit his lousy pop or imap and send a note to the root.
Please let me know what you'd do.
Thanks - Keith