Fetch Data

API
Description

POST /api/fetchSuspectSampleData

Fetch suspicious sample request/response data flagged during threat detection.

POST /api/fetchThreatActors

Retrieve details of identified threat actors (malicious sources).

POST /api/fetchFiltersThreatTable

Fetch available filters for organizing and querying the threat table.

POST /api/getThreatActivityTimeline

Retrieve the activity timeline of threats across a given period.

POST /api/fetchAggregateMaliciousRequests

Get aggregated statistics of malicious requests detected across APIs.

POST /api/fetchCountBySeverity

Retrieve counts of threats grouped by severity (Critical, High, Medium, Low).

POST /api/fetchRemediationInfo

Fetch remediation details and guidance for specific threats or issues.

POST /api/fetchThreatApis

Get the list of APIs targeted by threats or malicious traffic.

POST /api/fetchThreatCategoryCount

Retrieve the count of threats grouped by categories (e.g., Injection, Auth, DoS).

POST /api/fetchFilterYamlTemplate

Fetch the YAML template for building custom filters for threat analysis.

POST /api/fetchFiltersForThreatActors

Retrieve filter options for drilling into threat actor activity.

POST /api/getDailyThreatActorsCount

Get the count of active threat actors observed per day.

POST /api/getActorsCountPerCounty

Retrieve the distribution of threat actors grouped by country.

Last updated