What kind of encryption does COM+ use when "Packet Privacy" is selected as the Authentication Level?
Packet Privacy. Authenticates credentials and encrypts the packet, including the data and the sender's identity and signature.
I have read the above article but it does not provide details about the type of encryption used. DPAPI? TLS? cipher? etc.
I know this is old tech, but we have some legacy apps still using this communication protocol and we would like to assess if meets the corporate security standards.
In short, it looks like NTLMSSP v1 is used, which is nowadays considered to be insecure.
Wireshark capture of the DCERPC package showing NTLMSSP Verifier - Version Number: 1.
See also https://learn.microsoft.com/en-us/windows/win32/com/ntlmssp
Answer from Microsoft Support: