The iSystem command returns information about the client system where the rule is executed.
Note
Exploit Prevention is not supported in the ARM architecture.
Syntax
iSystem param
Parameters
Parameter | Returns |
|---|---|
version | Version of the operating system in the format major.minor.build. |
major | Major version of the operating system. |
minor | Minor version of the operating system. |
build | Build number of the operating system. |
csd | CSD value. Usually, this is the Service Pack in the form of a string, such as "Service Pack 1". |
platform | String with the platform name, for example, "Windows 7". |
type | System type:
|
cpu_arch | CPU architecture:
|
os_arch | Operating system architecture:
|
install_dir | Location of the Windows installation directory. |
sys32_dir | Location of the System32 folder. |
users_folders folder_types | List of folder locations for all users created on the system. You can specify the types of folders to return. The valid folder types are listed in HKEY_USERS\<user sid>\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders In addition, you can specify these special folder types:
|
For more Expert Rules examples, visit the Trellix Github repository.