LastSquirrelIT / MultiOneTimePassword-CredentialProvider

Aims to improve the overall security of the Windows logon process by adding 2FA Authentication. Uses multiOTP as authentication endpoint.
Apache License 2.0
94 stars 44 forks source link

Tries to connect to Akamai? #28

Closed tpharryman closed 7 years ago

tpharryman commented 7 years ago

Is there anything in this CP that tries to connect to akamai?

I have this installed on two servers in different locations. For both servers, I can see numerous and constant connection attempts to akamai IP's from svchost. When using RDP to connect to another host from these machines (next host does not have the CP), mstsc.exe & lsass try to connect to akamai IP's. Because both of these servers are firewalled, none of the akamai connections succeed

For Server A, these are rejected (firewall send back an ACK-RST packet). Server A has a delay of less than 1 second as measured by Wireshark. For Server B, the akamai packets are dropped (firewall does not send back any packets). Server B has a delay of 30 seconds while the connection to akamai times out then it connects quickly.

Is there anything in this CP that tries to connect to akamai? If yes, is there a way to disable that connection attempt when the PC cannot connect to akamai?

Thanks!

tpharryman commented 7 years ago

Issue seems to be with MSTSC.exe, not the CP. only showed up on these two because they have no Internet connection.

Sorry