Live data from Hacker News

iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'

gitlab.com

41–50 of 114 posts

Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'

#43
post #15

Wow, this reminds me of how Cisco routers automatically try to SSH to anything that isn't a recognized command. (I may be mis-remembering part of this)

I remember it being telnet, not SSH. I started working with Cisco routers in the early 90's, before SSH was even a thing.

Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'

#44
post #23

It's horrifying to watch your own DNS traffic. All sorts of mysterious domains show up. (On a typical macbook on WiFi, this will do it:) sudo tcpdump -i en0 -s 5000 -n port 53 On mine, these get resolved every 30 seconds (probably some Adobe updater): scss-prod-ue1-notif-39.adobesc.com. Several servers get lookups of names long enough to be exfiltrating data: r3---sn-nvopjoxu-25ve.gvt1.com. (Google) gzunified-ecselas…

At least with the AWS ELB ones, the names can't be wildcards, so the only information that can be transmitted is info that the other party had set up ahead of time. 'gzunified-ecselast-1isehuisml2g4-663788831' is actually in someone's ELB list somewhere.

Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'

#45
post #26

One of the nice things about GitLab instead of GitHub is that there isn't a flood of low-information, high-anger comments once a thread makes the HN front page.

No, that's because the server is melting and giving 500 errors ;-)

Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'

#47
post #44
post #23

It's horrifying to watch your own DNS traffic. All sorts of mysterious domains show up. (On a typical macbook on WiFi, this will do it:) sudo tcpdump -i en0 -s 5000 -n port 53 On mine, these get resolved every 30 seconds (probably some Adobe updater): scss-prod-ue1-notif-39.adobesc.com. Several servers get lookups of names long enough to be exfiltrating data: r3---sn-nvopjoxu-25ve.gvt1.com. (Google) gzunified-ecselas…

At least with the AWS ELB ones, the names can't be wildcards, so the only information that can be transmitted is info that the other party had set up ahead of time. 'gzunified-ecselast-1isehuisml2g4-663788831' is actually in someone's ELB list somewhere.

That ELB is part of Bitdefender's infrastructure.

EDIT: For those who want to know how to determine that in the future, hit a generic ELB hostname with SSL and you should get the cert mismatch warning back with details.

Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'

#48

Given the level of concern, I will change the default and release a new version right away.

This is done. A summary of the issue and apology can be found here: https://gitlab.com/gnachman/iterm2/wikis/dnslookupissue

Thanks for owning it and thanks for fixing it. Better response than you're likely to get almost anywhere!

Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'

#49

Given the level of concern, I will change the default and release a new version right away.

This is done. A summary of the issue and apology can be found here: https://gitlab.com/gnachman/iterm2/wikis/dnslookupissue

Thank you for building the best terminal app in the world, and for responding to user feedback so quickly.

Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'

#50

Given the level of concern, I will change the default and release a new version right away.

This is done. A summary of the issue and apology can be found here: https://gitlab.com/gnachman/iterm2/wikis/dnslookupissue

iTerm2 is the only terminal I like in every way. Thanks for that.
Post reply on HN