To stay updated on your favorite discussions, please create an account or log in. Then, click the Bookmark icon to subscribe and receive notifications.

I am looking for a list of all the default Elements VM asset tags

Options

We are in the process of setting up a reporting portal using API and are interested in incorporating the default tagging names from the VM management portal. I'm reaching out to inquire whether there exists a comprehensive compilation of these default tag names.

Answers

  • JamesC
    JamesC W/ Partner, W/ Staff, W/ Moderator Posts: 509 Moderator
    Options

    Hi @Ernest_za ,

    Thank you for reaching out to WithSecure community.

    Regarding your inquiry, we have this information available about the Radar API.

    https://www.withsecure.com/userguides/product.html#business/radar/4.0/en/concept_35AD9E6374114D41B56275182796EE1A-4.0-en

    https://api.radar.f-secure.com/apidoc/integration/

  • Ernest_za
    Ernest_za W/ Partner Posts: 6 Security Scout
    Options

    Hi James,

    Thank you for the reply.

    We can get default and manual tags of scans that have already run. What we are looking for is a complete list of the default tags that WithSecure uses to tag assets.

  • JamesC
    JamesC W/ Partner, W/ Staff, W/ Moderator Posts: 509 Moderator
    Options

    Hi @Ernest_za I am checking with our product team and will update you as soon as I hear back.

  • JamesC
    JamesC W/ Partner, W/ Staff, W/ Moderator Posts: 509 Moderator
    edited August 2023
    Options

    Hi @Ernest_za , just received some feedback from our developer.

    There is an undocumented API method to get tags, that is being used for the dropdown selector in the UI:

    https://api.radar.f-secure.com/api/latest/tags?manualTags=false&detectedInScans=false

    /api/integration/tags is the same method, but you need to set the two parameters: manualTags=false&detectedInScans=false

    We believe this should satisfy your needs.