elastic get vulns

PHOTO EMBED

Sun Apr 28 2024 04:32:34 GMT+0000 (Coordinated Universal Time)

Saved by @pmoolrajani

GET /ariksa-integration-v5-ariksa-vulnerability-report/_search
{
  "query": {
    "bool": {
      "filter": [
        {
          "range": {
            "timestamp": {
              "gte": "now-7d"
            }
          }
        },
        {
          "term": {
            "resource_type.keyword": "LambdaFunction"
          }
        }
      ]
    }
  }
}
content_copyCOPY