It adds the brackets and double quotes in the link, I am trying to do a regex to remove those brackets and quotes but unfortunely I am having no succes.
When you look at the second image I uploaded you can clearly see its not inside brackets and quotes there so if I typed https://www.virustotal.com/gui/file/{{[“Filter Hashes”].[matches].[0]}}/detection it would work. But then I somehow need to know how to keep incrementing that 0 inside the brackets.
I hope you guys have somewhat understood the question.
Thanks for reading
Also I am not really familiar with the code you provided. Am I suppose to paste that somewhere? I am still fairly new to InsightConnect. Appreciate the answer
Can we go back to how you are extracting hashes from the string? It appears however you are doing this its giving you an Array of Arrays of which there is only one item.
In its current state to get what you need I believe your syntax needs to look like the example below. You are essentially saying "give me the first (0 is first) item in the array.