Hi everyone,
I'm trying to fetch assets using the following Chronicle API endpoint:
https://backstory.googleapis.com/v1/artifact/listassets
While using this API, the input parameters require one of the following:
"artifact.domain_name"
"artifact.destination_ip"
"artifact.hash"
I'm a bit confused about the distinction between artifacts and assets in this context. Also, where can I find valid values for these artifact fields (like "domain_name", "destination_ip", or hash) to use in the request?
Could someone please help clarify:
What exactly is the difference between an artifact and an asset in Chronicle?
Where can I obtain artifact values to query the "listassets" API?
Any help or examples would be greatly appreciated.
Thanks!