- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-02-2022 01:46 PM
Hi everybody,
is there a way how to get following information in XSOAR?
- NSLOOKUP - I have an IP address and need to get name from internal DNS server
- Threat Vault info - I have an information from the firewall (threat name and threat ID) and I need to get more info like CVE number, threat description etc.
Thank you,
Jan
12-05-2022 04:27 PM
As far as I know the only one for the threat vault is the one I listed. If you need extra info from your calls creating a copy and extending the existing integration is probably simpler than creating a new one from scratch.
Reverse DNS is just a standard forward DNS lookup with a special domain/type, so this still works.
Set the type to PTR and the domain to query to be the IP address in reverse order as a subdomain of in-addr.arpa
If you need to do this in a lot of different places perhaps it would make sense to handle it all inside an automation.
12-04-2022 05:11 PM
For nslookup, you can use the GetDomainDNSDetails automation.
For threat vault info you can use the threat vault integration: https://cortex.marketplace.pan.dev/marketplace/details/PaloAltoNetworks_Threat_Vault/ although if you have generic details (URL, IP, file hash etc) you could also query those through multiple sources through the standard url/ip/file commands.
12-05-2022 01:39 AM
Hi Chrking,
thank you, I found both mentioned options, but there are few things not clear to me:
- Threat Vault integration is marked as Deprecated and doesn't contain things that I need to get like Threat description, CVE etc. I could get it using API calls described here https://pan.dev/cdss/docs/getstarted/ but there is no pre-built integration for it, am I right?
- GetDomainDNSDetails is able to return IP address when you have a domain name, but I'm not able to do reverse lookup - when I have an IP address and I need FQDN from internal DNS server.
Thank you,
Jan
-
12-05-2022 04:27 PM
As far as I know the only one for the threat vault is the one I listed. If you need extra info from your calls creating a copy and extending the existing integration is probably simpler than creating a new one from scratch.
Reverse DNS is just a standard forward DNS lookup with a special domain/type, so this still works.
Set the type to PTR and the domain to query to be the IP address in reverse order as a subdomain of in-addr.arpa
If you need to do this in a lot of different places perhaps it would make sense to handle it all inside an automation.
12-05-2022 11:43 PM
That looks good. Thank you for your help and excuse my stupid questions, I'm a newbie to XSOAR and it isn't the easiest topic to grasp.
Jan
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!