The iReg command reads information from the local registry.
Note
Exploit Prevention is not supported in the ARM architecture.
Syntax
iReg [-32] param
Parameters
To read the 32-bit hive on a 64-bit operating system, specify -32 as the first argument.
Parameter | Description |
|---|---|
open | Opens a registry key named |
exist | Tests to see if a registry key named |
value | Reads information from the registry key If the value is type:
|
keys | Returns a list of subkeys that exist under the key specified by |
v_exists | Tests to see if the |
You can use the following shortcuts for the registry keyname.
Keyname | Shortcut |
|---|---|
HKEY_LOCAL_MACHINE | HKLM |
HKEY_CLASSES_ROOT | HKCR |
HKEY_CURRENT_CONFIG | HKCC |
HKEY_CURRENT_USER | HKCU |
HKEY_USERS | HKUS |
For example, to specify the software hive on the local system, use HKLM\\Software.
For more Expert Rules examples, visit the Trellix Github repository.