How Can I Determine Internet Requirements for Application Whitelisting?

0
4
Asked By TechExplorer492 On

I'm working with a device in a highly restricted network segment where internet access is limited to whitelisted domains. I've installed a few applications, like SentinelOne, ThreatSpike Wire, and Tenable Nessus, which need internet access. Sometimes the documentation for these apps provides the necessary domains or IP ranges (like with SentinelOne and ThreatSpike Wire), but other times (like with Tenable Nessus) it's not specified. Is there an effective way to identify which internet resources an application tries to access so that I can create a precise whitelist without just opening up blanket internet access? Just to note, the device is running Windows 11, is entra-joined, and managed via Intune, all connected through a FortiSwitch and FortiGate firewall.

5 Answers

Answered By NetworkNinja77 On

If the software provider doesn't give you a list of ports to whitelist, a solid way to find out is to open the app and check the firewall logs for any blocked attempts. This can give you direct insight into what needs to be whitelisted.

Answered By FortiExpert1985 On

Checking firewall logs or performing a packet capture on the device is also a smart move. If you create an explicit deny rule for traffic from the device to the internet, it will help focus on what's being blocked. Also, adding the application in question to Fortinet’s application library can simplify things since they manage lots of IP addresses.

Answered By FirewallWatcher88 On

I’ve found filtering through FortiGate's logs is tricky due to all the background noise from Windows. It might be beneficial to implement a deny policy that targets known domains, making it easier to sift through relevant entries. Watching the deny logs closely can reveal what you need to whitelist. Just be careful of the interface—it can be a bit of a maze!

Answered By PacketSnifferGuru On

Wireshark is a great tool for analyzing network traffic. You can also use Process Monitor (procmon) because it has network filtering options. Syncing outputs from Wireshark and procmon can be really powerful, but even running them separately might help you track the application traffic you need.

Answered By IPSeeker42 On

You might want to try searching online for public IPs related to the application vendor. For instance, searching for "Tenable public IPs" can lead you to their documentation for cloud sensors. If that doesn't yield results, opening a support ticket might be worthwhile. Otherwise, you'll be sifting through firewall logs trying to identify the traffic on your own.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.