If you are unable to generate a ThreatDown Nebula client ID and secret in the ThreatDown Nebula dashboard, you can use Postman to generate these values.
These actions are required:
- Sign in to the ThreatDown Nebula dashboard.
- Navigate to .
- Open Developer Tools:
- Right-click anywhere on the page, and then select Inspect.
- n the Dev Tools panel, click the Network tab.
- In the Network tab of the Dev Tools panel, look for a request to
https://api.threatdown.com/nebula/v1/grid/endpoints/search.
- Click on the request, and then scroll down to Request Headers.
- Find and copy the Authorization header value, excluding the
Bearer prefix.
- Open Postman or a similar HTTP header request tool.
- In Postman, go to the Authorization tab, and then select Bearer Token.
- Paste the token that you copied from the Dev Tools panel.
- Set these Request Headers in Postman:
- In the Body section, enter:
{
"client_name": "<client_name>",
"scopes": ["read", "write", "execute"]
}
- Use Postman to send a POST request to:
https://api.threatdown.com/api/v2/applications/client.
The response includes a client_id and client_secret.
- Copy the client ID and client secret to a safe, encrypted location to provide to Arctic Wolf later.
- Proceed to Provide ThreatDown Nebula credentials to Arctic Wolf.