Skip to content

Instantly share code, notes, and snippets.

@ikiril01
Last active May 2, 2016 13:17
Show Gist options
  • Save ikiril01/692e782c376055af4c9a9b8dc88bb6c7 to your computer and use it in GitHub Desktop.
Save ikiril01/692e782c376055af4c9a9b8dc88bb6c7 to your computer and use it in GitHub Desktop.
CybOX Actions - Read Registry Key Value
{
"actions": [{
"id": "action--1",
"type": "cybox-action",
"name": "read registry key value",
"associated_objects": [{
"type": "associated-object",
"object_ref": "registry-key-object--1",
"association": "input"
}]
}],
"objects": [{
"id": "registry-key-object--1",
"type": "registry-key-object",
"key": "hkey_local_machine\\system\\currentcontrolset\\hardware profiles",
"values": [{
"type": "registry-value",
"name": "currentprofile"
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment