Last active
May 2, 2016 13:17
-
-
Save ikiril01/692e782c376055af4c9a9b8dc88bb6c7 to your computer and use it in GitHub Desktop.
CybOX Actions - Read Registry Key Value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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