- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-20-2022 11:01 AM
Is there any place that I can put in an IP address and see if it is on an external dynamic list somewhere? Going to this site:https://docs.paloaltonetworks.com/resources/edl-hosting-service and clicking around hoping to hit the right one (such as Azure > Public Cloud) and then having to go through each cider is brutal and time consuming.
12-20-2022 05:15 PM
Hi @RobertShawver ,
You should be able to check IP under firewall where EDL is configured. You can check it under List Entries And Exceptions tab.
Hope it helps!
12-20-2022 08:18 PM
Depending on how often you find yourself doing this a CLI check (or a script that uses the API) may be a more efficient answer than looking at the GUI and having to check each entry.
request system external-list show type ip find <value> name <ListToCheck>
Replace <value> with whatever you're searching for, and the <ListToCheck> with whatever your EDL names happen to be configured as. Ensure that type is set properly for whatever list you want to search through. I just find this solution easier if you're finding yourself having to do this on a frequent basis or need to search through a lot of lists rather than going to each entry and searching in the GUI.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!