The Day the Telnet Died
labs.greynoise.io
The Day the Telnet Died
1–10 of 414 posts
Re: The Day the Telnet Died
#2Re: The Day the Telnet Died
#3ps.
telnet SDF.org
just works...
Re: The Day the Telnet Died
#4Re: The Day the Telnet Died
#5Does this impact traffic for MUDs at all? I know several MUDs operate on nonstandard Telnet ports, but many still allow connection on port 23. Does this block end-to-end Telnet traffic, or does it only block attempts to access Telnet services on the backbone relays themselves?
Re: The Day the Telnet Died
#6Re: The Day the Telnet Died
#7> Someone upstream of a significant chunk of the internet’s transit infrastructure apparently decided telnet traffic isn’t worth carrying anymore. That’s probably the right call. Does this impact traffic for MUDs at all? I know several MUDs operate on nonstandard Telnet ports, but many still allow connection on port 23. Does this block end-to-end Telnet traffic, or does it only block attempts to access Telnet service…
Since Telnet is totally plain text that would absolutely be easy to do right?
Re: The Day the Telnet Died
#8Re: The Day the Telnet Died
#9 $ telnet smtp.example.co.uk 25
HELO me
MAIL FROM: gerdesj@example2.co.uk
RCPT TO: gerdesj@example.co.uk
DATA
.. or you can use SWAKS! For some odd reason telnet is becoming rare as an installed binary.Re: The Day the Telnet Died
#10> Someone upstream of a significant chunk of the internet’s transit infrastructure apparently decided telnet traffic isn’t worth carrying anymore. That’s probably the right call. Does this impact traffic for MUDs at all? I know several MUDs operate on nonstandard Telnet ports, but many still allow connection on port 23. Does this block end-to-end Telnet traffic, or does it only block attempts to access Telnet service…
It wasn’t clear from the article but I assumed they were filtering for the attack specifically. Since Telnet is totally plain text that would absolutely be easy to do right?