Live data from Hacker News

Neovim tee.exe binary dependency exhibiting illegitimate / unauthorized behavior

github.com

1–10 of 14 posts

Re: Neovim tee.exe binary dependency exhibiting illegitimate / unauthorized behavior

#6
post #5

Probably Windows checking certificate revocation on a signed binary (or linked library).

[flagged]

> It is absolutely not that. To suggest this, considering the evidence posted, goes beyond idiocy into potential maliciousness

The scary IPs are part of DigiCert's CDN for OCSP responder (probably depending where you are and their anycast):

https://github.com/hoshsadiq/adblock-nocoin-list/issues/452

The "evidence" is the system made some network calls and DNS lookups. Which you know, you would do when validating a certificate. He also lists some SMB calls to the localnet which are clearly unrelated. tee.c source contains no network code so this would be truly easy to audit. So tell me again what is the damning evidence?

Also, are we to believe malware gangs are hosting on Akamai now? They must be in the major leagues.

And you call me an idiot?

Have a nice day.

Re: Neovim tee.exe binary dependency exhibiting illegitimate / unauthorized behavior

#7

Probably Windows checking certificate revocation on a signed binary (or linked library).

Yeah, I'm inclined to agree. The binaries were probably built by mingw and I've seen "hello world" get flagged by virus total when built by mingw.

If it is the binary itself making those calls (and not the OS), then anyone with a little bit of reverse engineering experience should be able to prove it and post the assembly.

Edit: I was wrong about the build toolchain, they were built by visual studio, see comment below.

Re: Neovim tee.exe binary dependency exhibiting illegitimate / unauthorized behavior

#9

The potentially malicious IP is owned by akamai. Not sure why tee would want to talk out https://www.whois.com/whois/23.216.147.64

It's not.

This is almost certainly Windows performing certificate validation.

The "evidence" was just copy pasted from VirusTotal. In fact he forgot to copy from below the cut, which would have shown it also called out to www.microsoft.com - depending who you ask, definitely a malicious address!

VirusTotal just notes all network traffic during the time the binary executed in the sandbox. It doesn't mean it emanated from the binary.

Post reply on HN