Users defined do not match requirement-checkpoint-secureplatform
Vendor: checkpoint
OS: secureplatform
Description:
Indeni can verify that only certain users are configured on a specific device and that others shouldn’t be.
Remediation Steps:
Update the configuration of the device to match the requirement.
chkp-secureplatform-users
name: chkp-secureplatform-users
description: displays list of users
type: monitoring
monitoring_interval: 10 minute
requires:
vendor: checkpoint
os.name: secureplatform
comments:
users:
why: |
To check the active users accounts configured over the environment
how: |
By using the linux file "etc/passwd"
can-with-snmp: false
can-with-syslog: false
steps:
- run:
type: SSH
command: ${nice-path} -n 15 cat /etc/passwd
parse:
type: AWK
file: users.parser.1.awk
crossvendor_compliance_check_users_defined
Failed to fetch the data: https://bitbucket.org/indeni/indeni-knowledge/src/master/rules/templatebased/crossvendor/compliance/crossvendor_compliance_check_users_defined.scala