What will be a query for checking all the assets without Rapid7 Insight agent

Hello Everyone,

I’m trying to look for all the assets without the Rapid7 Insight agent, however, when I try to look it up with the query in the query builder software != Rapid7 Insight Agent, it still shows me the agents with the Rapid7 agent on it. Any suggestions how would someone look for the assets without an agent?

Thank you

Hi Pragnesh,

That’s how I thought the query should be run at first too, but it’s actually:

asset.agentKey IS NULL 

This will bring up all assets without an agent installed.

Cheers,
Gina

2 Likes

is there an api query we can use to filter off of this? or get all assets that IS NOT null?

Which API are you using? v3 or v4?