Copy-DbaLogin and Sync-DbaLoginPermission security concern #8674
-
Hello. I am testing using commands Copy-DbaLogin and Sync-DbaLoginPermission to sync logins between AG replicas running on SQL 2019. Our security team has reported that they receive this error when the commands are run. The process (powershell.exe) executed the files several files that reside in the folder (c:\program files\windowspowershell\modules\dbatools) and made connections to the malicious IP address; (93.184.220[.]29). The total transmitted data is 1180 B and the received is 4 KB. This IP address was classified as malicious by threat intel. This activity appears to be related to MSSQLSERVER. [Recommendation] It is recommended to blocklist the IP address: (93.184.220[.]29) in your organization's firewall, proxy, mail filtering, and web filtering. Does anyone know what the 93.184.220.29 IP address is? Many Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @simon-appleyard - to enhance security, we sign our module using a Code Signing Certificate from DigiCert. This is Windows checking to ensure the certificate is still valid. The categorization as a malicious IP is inaccurate. You can confirm this is a DigiCert IP from their site: https://knowledge.digicert.com/generalinformation/INFO4629.html
https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol If you decide to block it, you may want to |
Beta Was this translation helpful? Give feedback.
Hello @simon-appleyard - to enhance security, we sign our module using a Code Signing Certificate from DigiCert. This is Windows checking to ensure the certificate is still valid.
The categorization as a malicious IP is inaccurate.
You can confirm this is a DigiCert IP from their site: https://knowledge.digicert.com/generalinformation/INFO4629.html
https://…