louismaxx

Results 5 comments of louismaxx

> I think many of them use requests, so this might be a solution. > > I tried to do something similar, haven't succeeded yet. One problem I might encounter...

Bumping the issue has its really useful ! Thank you @X0x1RG9f

Hi @lucian1337 In your example, you are submitting a file as an argumenrt for the virus scan. This won't work because this action expects a machine ID ``` def runFullVirusScan(machineId):...

Have you tried adding a comma between your paths ? ``` urls = [ #"https://download.thehive-project.org/responders.json", #"/absolute/path/of/responders", "/opt/cortex/Cortex-Analyzers/analyzers" ] ```

Ah! We must have manually added this datatype a long time ago and I thought it was one provided by TheHive.