cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
657
Views
0
Helpful
1
Replies

Umbrella - List of application settings

masa.oym
Level 1
Level 1

Is there a way to get a list of applications registered in the Umbrella application settings?
Is there a way to detect newly registered applications in the Umbrella application settings?

To get a list of applications, I was able to move the mouse over an application in the Application Settings of the Umbrella dashboard, copy the selection, and paste it into a text file.
There are currently a massive number of Generative AI applications: 1,207.
Could you please let me know if there is a website that publishes a list of application settings?

Cisco Umbrella DNS Dashboard
Policies > Policy Components > Application Settings

1 Reply 1

wajidhassan
Level 4
Level 4

 

Get the List of Registered Applications

The App Discovery API provides endpoints that let you:

  • Retrieve the full list of applications (with hundreds or thousands of apps).

  • Fetch metadata: name, category, risk label, first/last seen, etc.

For example, the endpoint:

 

 

returns JSON data about each app community.cisco.com+15developer.cisco.com+15developer.cisco.com+15developer.cisco.com+1developer.cisco.com+1.

You’ll need to authenticate with Umbrella’s API credentials. From there, you can script:

  • Retrieval

  • Parsing

  • Storage (e.g. CSV, database)


2. Detect Newly Registered Applications

To detect new apps over time, use the label_timestamp or firstDetected fields:

  1. Fetch periodically (daily/weekly).

  2. Compare to previous run.

  3. Identify apps with firstDetected timestamp newer than your last run.

  4. These are your newly observed apps developer.cisco.com+1reddit.com+1.


3. Official Published Lists?