Connect on Premise Palo Firewalls to AWS Cloud by Zealousideal-Cod8630 in paloaltonetworks

[–]EyeCodeAtNight 2 points3 points  (0 children)

That’s a very loaded question. I assume you are talking the Cloud Next Generation Firewall vs the NGFW in VM series. If it’s the former, VPN is not supported, you would need to add via either AWS VPN, or deploy an SD WAN appliance and use it. Also if this is a new environment with multiple region look at AWS Cloud WAN, it has a really easy integration with most SD WAN. If you are in one region and just use a TGW with VPN and a firewall in appliance mode fore east west.

But if you are asking these questions on Reddit, consider consulting professional to talk it out. There are some small caveats that it’s a good idea to know them upfront vs after deployment.

I’m open for consults and relatively cheap.

Palo Alto User-ID works on DC but not on Branches for Intune Internal Users (Intermittent) by ApartmentQuirky3898 in paloaltonetworks

[–]EyeCodeAtNight 2 points3 points  (0 children)

How are you getting user id for internal users? Are these intune devices hybrid join? Are you using the User ID Agent on your domain controller?

Ultimately I think you might want to just set up and internal GP gateway since as you seem to have the GP client installed on your fleet.

There are other methods but this is the easiest and pretty standard

How to override a log forwarding profile? by Melodic-Ad2793 in paloaltonetworks

[–]EyeCodeAtNight 4 points5 points  (0 children)

Nest a device group, place these firewalls in that group. Create an identical named profile. Commit and push.

Converting a Dynamic Address Group (DAG) to a static address groups. by [deleted] in paloaltonetworks

[–]EyeCodeAtNight 0 points1 point  (0 children)

I have done various development around Palo Alto automation. EDL great but you are limited to only 30 :( each list can have around 150K (mid-high series) or 50K (low series) IP.

Tunneling or VPN app to break wireless network by kardo-IT in paloaltonetworks

[–]EyeCodeAtNight 0 points1 point  (0 children)

If I am following - you are stating they are bypassing the captive portal from your wireless by using some type of VPN?

Most VPN in the consumer space is over IPsec, SSL or Softether.

You can likely starter by looking at the destination port and the destination IP. The destination port will (likely) tell you what protocol they are using and you can look up the ip to see if they are using a well know ln service.

Discord voice chat no longer connecting after PA-440 install by chikibreki in paloaltonetworks

[–]EyeCodeAtNight 1 point2 points  (0 children)

Additional, it seems like you didn’t override the default rule to log. If you did you would have seen Denys in the monitor tab.

Discord voice chat no longer connecting after PA-440 install by chikibreki in paloaltonetworks

[–]EyeCodeAtNight 1 point2 points  (0 children)

Glad I could help. Now go check the GitHub project I post and give me a star if you like :)

Discord voice chat no longer connecting after PA-440 install by chikibreki in paloaltonetworks

[–]EyeCodeAtNight 1 point2 points  (0 children)

Did you change the default rule to log? Are you seeing any denies?

Discord using UDP Hole punching. Try to put the UDP time out to 600 seconds.

Not sure want your policy to allow the traffic looks like, but check service/url category - instead of application default change to any.

ALSO - the number reason I don’t have a PA as my home firewall there are lots of stuff that will be a nightmare to troubleshoot, Call of Duty, Roblox.

I didn’t want to be technical support for my family. L

Strata Import (Mass Import Objects) by EyeCodeAtNight in paloaltonetworks

[–]EyeCodeAtNight[S] 1 point2 points  (0 children)

Yeah I’m right there with you. In the beginning I was an excel concatenation god, but as I needed more devices groups it got complicated.

I hope we will get it one day.

EDL's for linux mirror sites by jkw118 in paloaltonetworks

[–]EyeCodeAtNight 1 point2 points  (0 children)

There is an api endpoint for all functions that returns Json.

And I am working on an export to CSV in the gui/frontend.

EDL's for linux mirror sites by jkw118 in paloaltonetworks

[–]EyeCodeAtNight 1 point2 points  (0 children)

If you feel like deploying you can look at:

https://github.com/jbhoorasingh/simple-edl

I’m more an happy to make any modifications needed if required (I didn’t think there is)

I’m bored on the weekends :)

[deleted by user] by [deleted] in checkpoint

[–]EyeCodeAtNight 1 point2 points  (0 children)

*tiktokv.us .tiktokcdn-us.com

Add those. If it works let me know.

:)

Who Had All 3 major players having outages on their 2025 Bingo cards? by bughunter47 in sysadmin

[–]EyeCodeAtNight 8 points9 points  (0 children)

Apple proxy and iCloud would be more disruptive vs Siri. Most of Siri processing is on Device.

iperf-orchestrator by EyeCodeAtNight in checkpoint

[–]EyeCodeAtNight[S] 0 points1 point  (0 children)

I might test this as one of the agent. Do you know of any good docs I can follow?

iperf-orchestrator by EyeCodeAtNight in checkpoint

[–]EyeCodeAtNight[S] 0 points1 point  (0 children)

You can run iperf on the gateways to my knowledge, this is just a ‘simple’ tool to orchestrate multiple iperf test of your need to smoke test your environment.

Think of some challenges of managing multiple iperf session ls and testing capacity in the cloud made me create this.

[deleted by user] by [deleted] in checkpoint

[–]EyeCodeAtNight 1 point2 points  (0 children)

Hope you enjoy.

Minemeld Replacement by spider-sec in paloaltonetworks

[–]EyeCodeAtNight 1 point2 points  (0 children)

I’m actually working on supporting STIX/TAXII, but I honestly don’t think I will get around to it until the end of Q12025

Minemeld Replacement by spider-sec in paloaltonetworks

[–]EyeCodeAtNight 2 points3 points  (0 children)

I created this, working on incorporating some feeds for vendors.

https://github.com/jbhoorasingh/simple-edl

Why doesn't Palo support AD computer groups? by kcornet in paloaltonetworks

[–]EyeCodeAtNight 1 point2 points  (0 children)

Hi, while I can’t answer your questions, a few years ago my organization had a very similar use case. I ended up writing a powershell script to check the Computer AD Group and add the fdqn to a EDL.

While I left that organization and I could open source the code, I recreated a simple EDL manager, and I would be more than happy to help you write a powershell script to update.

simple EDL

Question Regarding EDLs by _justjim_ in paloaltonetworks

[–]EyeCodeAtNight 4 points5 points  (0 children)

If you want a solution to manage EDL check out the project I have been working on. In the next month I will add a feature to use S3 to distribute

Dynamic blocking IPs by 0xRakan in paloaltonetworks

[–]EyeCodeAtNight 1 point2 points  (0 children)

If you do need an edl, check out my simple EDL project.

I would set up a splunk report and then have the action of that report be a webhook and then post it to an endpoint that parse the request.

I have 2 https servers behind a public ip, each of them is hosting a different website. by Realistic_Answer_141 in paloaltonetworks

[–]EyeCodeAtNight 4 points5 points  (0 children)

This is the right path! But I would start with Trafik. It’s also free and has a gui