All Apps and Add-ons

Qualys Asset Tag Data

imarks005
Explorer

I just started using the TA-QualysCloudPlatform app and noticed that it is not pulling any of our Qualys Asset tags. Has anyone been able to figure out a way to tweak the API calls to include Qualys asset tags?

Lindaiyu
Path Finder

Hello imarks005,

This application doesn't pull tags par default.
But API V2 of Qualys provides this character. You can add it by changing some script of TA application.

The script you need change is detectionpopulator.py, located at $SPLUNK_HOME/etc/apps/TA-QualysCloudPlatform/bin/splunkpopulator/

1 add field "show_tags"
def get_api_parameters(self):
return dict({"action": "list", "show_igs": 1,"show_tags":1,
'truncation_limit': self.truncation_limit}.items() + self._detection_api_filters.items())

2 when process xml file, don't forget extract TAG from xml
in function _process_root_element(self, elem)

hope it could help you.

AlexeySh
Communicator

Hi @Lindaiyu

That's what I was searching for for a weeks. You're a lifesaver 🙂

Thanks for the help.

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...