Forum Discussion
CodnChips
Feb 16, 2022Brass Contributor
Files query
Hi, I'm brand new to Defender API and I've got 2 stupid questions: 1) Are you meant to specify the hash type of a file that I'm searching for? For example, I'm using the UK API I use this: https:...
David_Caddick
Feb 17, 2022Brass Contributor
Hi CodnChips
Try to leave out the Tenant name at the front of the URL - api-uk?
It might be better to step back a level or so - what are you trying to achieve?
Cheers,
Dave C
Try to leave out the Tenant name at the front of the URL - api-uk?
It might be better to step back a level or so - what are you trying to achieve?
Cheers,
Dave C
CodnChips
Feb 17, 2022Brass Contributor
I've found the answer to part 1 - you can't specify MD5 hashes in the GET:
So I just need some wisdom on if I can provide multiple GETs in one shot or call a list\txt file that contains multiple hashes to search for.