Layer 7 Inspection Keep us Safe. As long as we are able to inspect..

in #programming6 years ago (edited)

Call it legitimate man-in-the-middle, or HTTPS inspection, Re-encryption become crucial in protecting mission critical infrastructures, especially in BYOD environment.

ssl.png

Until recently.

Starting with Android 7, a new policy has been applied allowing apps to ignore user installed root certificates and set their own rules “who to trust”. Shortly after, Firefox joined, blocking custom generated certificates even if trusted on the system level.

While this could make some sense from the point of securing the transmission from hackers, it obviously prevents Layer 7 inspection of SSL traffic - or if you like, forces administrators to switch off SSL re-encryption in order for tons of application to work. Surprising, social media apps was among first to embrace new rules, completely ignoring user level root certificates installed on Android starting version 7.

nougat.png

From the business point of view, if such inspection take place, preventing it, will likely result in ban of such app usage in corporate environment. Security is a lame excuse here, since root certificate deployment is impossible without setting the password, even enforcing it over the swap / pin unlock starting Android 4 making it very hard for hacker to deploy certificate without full device control in order to perform man in the middle.

At least, if full control over the device is already possessed, such attack does not makes much sense.

The whole initiative lead by Android and Mozilla makes not much rationale for improved security. If we can’t inspect the traffic in real time while ensuring all the application works, it gets difficult to protect from breaches.

monitor.png

A warning was more then suitable in my opinion, making you aware you are entering BYOD controlled zone, leaving you a choice to decide if you are fine for inspection to take place.

Currently, the only known solution requires Android rooting, installing the re-encryption certificates in kernel space rather then userspace.

openssl x509 -inform PEM -subject_hash_old -in newauthority.crt | head -1

Following by placement into /system/etc/security/cacerts/ using old naming convention.

Re-mounting the system partition is necessity. (root access therefore required)


How do you handle such scenarios in corporate BYOD environment?
Is it an attempt to push-away traditional bare-metal in-house equipment such as Cisco in further pushes to move towards a cloud solution such as GCP. What's your opinion.

Source, Personal Blog

Coin Marketplace

STEEM 0.29
TRX 0.12
JST 0.032
BTC 63410.49
ETH 3058.61
USDT 1.00
SBD 3.99