LocalUser
Guid
TEXT
LIKE
, EQUAL
, NOT_EQUAL
A unique identifier that is a combination of GUID of selected Scan
and random GUID.
FSName
TEXT
LIKE
, EQUAL
, NOT_EQUAL
A special unique identifier that is a combination of the Name of the object
and the FSName of the computer
that contains local user.
ObjectSid
TEXT
LIKE
, EQUAL
, NOT_EQUAL
Local security identifier of object.
Name
TEXT
LIKE
, EQUAL
, NOT_EQUAL
Name of the specified object.
IsEnabled
BOOLEAN
N/A
Indicates whether the user is enabled.
HasNonExpiringPassword
BOOLEAN
N/A
Indicates whether the object's password is set to never expire.
DontReqPasswd
BOOLEAN
N/A
Indicates whether the object's password can be blank.
HasLocalService
BOOLEAN
N/A
Indicates whether the object has managing local services (without SPN).
can_rdp
BOOLEAN
N/A
Indicates whether the local user can have enough privilege to connect with RDP (Remote Desktop Protocol) to the computer.
can_exec_pwsh
BOOLEAN
N/A
Indicates whether the local user can have enough privilege to execute commands with Powershell on the computer.
admin_to
BOOLEAN
N/A
Indicates whether the local user can have admin privilege on the computer.
can_exec_dcom
BOOLEAN
N/A
Indicates whether the local user can have enough privilege to execute commands with DCOM(Distributed Component Object Model) protocol on the computer.
inComputerName
TEXT
LIKE
, EQUAL
, NOT_EQUAL
FSName of the computer that contains the local user.
inLocalGroupName
TEXT
LIKE
, EQUAL
, NOT_EQUAL
FSName of the local group that contains the local user.
inComputerGuid
TEXT
LIKE
, EQUAL
, NOT_EQUAL
Guid of the computer that contains the local user.
IsPasswordExpired
BOOLEAN
N/A
Indicates whether the object's password is expired and should be changed.
risk
NUMBER
EQUAL
, BETWEEN
, SMALLER
, LARGER
, SMALLER_EQUAL
, LARGER_EQUAL
The risk score of the object that calculated based on vulnerability counts and severities.
inLocalGroupGuid
TEXT
LIKE
, EQUAL
, NOT_EQUAL
Guid of the local group that contains the local user.
Last updated
Was this helpful?