Palo Alto VM Firewall in AWS
updated: 2022-09-08
(under construction…)
Introduction Description: I wanted to review the best practices to inpsect AWS traffic and how this would be architected. I ended up going through a few iterations of different designs and the pros and cons of each. This is a space on some of those designs and online resources I used.
I hope this becomes a sort of one stop shop in evaluating different methodoligies that can be leveraged to secure an AWS Cloud solution.
read morePalo Alto API Basics
orig: 2021-05-15
updated: 2022-08-28
Introduction Description: I was using the PaloAltoNetworks Github project, but wanted to customize it and also was looking at adding it to some internal projects and try to understand what I was doing. My original code was built around Palo Alto’s XML API, so I’ve been updating it against Palo Alt’s newer version since updating their API (begining in PanOS 9.0 release see PAN-OS Documents ) to use REST API Request and Response Structure, which, I feel, made it a lot easier to interact with.
read moreMicrosoft PAC
updated: 2022-08-21
Microsoft Project Description: I’ve been been looking for ways to enhance Microsoft O365 traffic that has generally always had to flow through an Enterprise Proxy. Pouring through online documentations to find out what traffic needs to go direct without being inspected.
my git repo for microsoft_pac Resources Office 365 IP Address and URL web service Office 365 URL categories to help you optimize the network traffic which really matters Generate Office 365 PAC Files with PowerShell Use tenant restrictions to manage access to SaaS cloud applications Use tenant restrictions to manage access to SaaS cloud applications Python Currently I’m working on a project that will allow sync between all the different services that Microsoft requires.
read moreCustom SSL Certificates
Table of Contents:
Customizing SSL Certificates Overview Sample Code Customizing SSL Certificates Description: In an Enterprise environment, where we are decrypting traffic for inspection or using interanally signed certificates, I’m constaintly running into SSL Errors. They are generally legitimate and always have a reason, but to minimize this I either directly use a custom CA or I use something like the below where I can leverage publicly known Trusted CA’s with a Custom Trusted CA.
read more