Skip to content

Instantly share code, notes, and snippets.

@Jon-IBM
Last active December 21, 2022 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jon-IBM/8c954d2d8ce3b55ac92d7edc9afe8b08 to your computer and use it in GitHub Desktop.
Save Jon-IBM/8c954d2d8ce3b55ac92d7edc9afe8b08 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<WinCollectScript version="10.1.0" >
<Update objPath="Destinations">
<Parameter name="Description" value="" />
<Destination Name="<mTLSQRadarSample>" >
<Parameter name="Enabled" value="true" />
<Parameter name="Address" value="<QRadar_Hostname>" />
<Parameter name="Port" value="6514" />
<Parameter name="Protocol" value="mTLS" />
<Parameter name="ClientCertificate" value="<@test>" />
<Parameter name="ClientKey" value="<test>" />
<parameter name="Passphrase" value="<sampleNewPassphrase>"
</Destination>
</Update>
</WinCollectScript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment