How to mitigate credential disclosure in man in the middle attack

I have the followin scenario and looking for a secure solution.

There is a web application, hosted on IIS. The connection is established over TLS 1.2 and is encrypted.

So the steps are

Client connects to the server over ssl
Client send… Continue reading How to mitigate credential disclosure in man in the middle attack

How to listen on all encrypted (SSL/TLS) traffic of a (Windows) system under your control?

On one of my Windows machines (so I am admin and basically can do whatever I want with it) I’d like to analyse traffic which obviously is directed to a malware C&C server. The traffic is TLS encrypted and originates from an injected/in… Continue reading How to listen on all encrypted (SSL/TLS) traffic of a (Windows) system under your control?

Is there any Security issue if we not used SSL between AWS Cloudfront and AWS ALB?

I have an application that is hosted on AWS. It has an Application Load Balancer in its front and it is also attached to the Cloudfront to handle a heavy load. In my case, I have enabled SSL only on Cloudfront and haven’t had SSL on ALB. N… Continue reading Is there any Security issue if we not used SSL between AWS Cloudfront and AWS ALB?