Skip to content

Need simple example of "After" keyword used in Spotlight Vulnerability query #590

Answered by crowdstrikedcs
lox2095 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi There @lox2095 thanks for the question!

I Figured I'd show you a bit of the response I get from the API itself here before I show some FalconPy Examples.

For Spotlight we can use the combined endpoint to return up to 5000 records per API call with various facets these can be host details, remediation details etc. the full list is here.

Here I'm making a call to the CrowdStrike API to get Vulnerabilities that have been updated (or created) since a certain timestamp 2022-03-08T00:53:13Z' again, one of the many filter options this API has.

https://api.crowdstrike.com/spotlight/combined/vulnerabilities/v1?filter=updated_timestamp%3A%3E'2022-03-08T00:53:13Z'

Here's the meta response I get b…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lox2095
Comment options

Answer selected by jshcodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
spotlight Spotlight issues and questions
2 participants