The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Filter scan counts in Burpsuite Enterprise

Ganesh | Last updated: Jun 26, 2024 08:57PM UTC

I want to filter the scans by status and get the number of scan counts for particular date between or month wise. Is there any way to do in Burp enterprise portal or using Graphql API query.

Thomas, PortSwigger Agent | Last updated: Jun 27, 2024 03:03PM UTC

In the Burp Suite Enterprise web interface, you can filter scans by their scan status using the Filter button in the Scans view. However, there is no date range option for this. Using GraphQL, you can request scans of a specific scan status and retrieve the date as a field. Using the date field, you can add filtering for the date using whatever data ingestion tool you use. I have linked below some resources that may be helpful: https://portswigger.net/burp/documentation/enterprise/user-guide/api-documentation/graphql-api/getting-started https://portswigger.net/burp/extensibility/enterprise/graphql-api/

Ganesh | Last updated: Jun 27, 2024 03:19PM UTC

Please share Graphql API query to filter using date range

Thomas, PortSwigger Agent | Last updated: Jun 27, 2024 04:46PM UTC