1

In the documentation for SophosLabs File Malware Cloud Lookup API (https://api.labs.sophos.com/doc/lookup/files.html), a correlationId is mentioned. How should this be generated? Should be unique for a caller or for each lookup?

Bulletmagnet
  • 5,665
  • 2
  • 26
  • 56

1 Answers1

2

I would suggest to generate UUID4 (32 chars) for each request and add some constant pre/postfix (8 chars) as you wish.