Hi Velociraptor Team !
Hope you guys are doing great. I have tried to create a program in python that uses "run_artifact()" function of wrapper.py file of the pyvelociraptor package.
My main purpose is to be able to quarantine and un-quarantine an asset via an external program. But the problem is I am able to easily quarantine the asset but not un-quarantine.
So I discovered that in order to do that, I'd have to pass an argument as well. So I passed the function like this :
df=wrappers.run_artifact("<Hostname>","Windows.Remediation.Quarantine",artifact_parameters={"RemovePolicy":"Y"})
But still, the endpoint does not un-quarantine. Please help me with this. Also where can I pass OrgID in this one ?
Regards.