SV-213502r615939_rule
V-213502
SRG-APP-000033-AS-000024
JBOS-AS-000075
CAT I
10
Identify the security realm used for management of the system. By default, this is called "Management Realm".
If a management security realm is not already available, reference the Jboss EAP 6.3 system administration guide for instructions on how to create a security realm for management purposes. Create the management realm, and assign authentication and authorization access restrictions to the management realm.
Assign the management interfaces to the management realm.
Log on to the OS of the JBoss server with OS permissions that allow access to JBoss.
Using the relevant OS commands and syntax, cd to the <JBOSS_HOME>/bin/ folder.
Run the jboss-cli script.
Connect to the server and authenticate.
Identify the management interfaces. To identity the management interfaces, run the following command:
For standalone servers:
"ls /core-service=management/management-interface="
For managed domain installations:
"ls /host=HOST_NAME/core-service=management/management-interface="
By default, JBoss provides two management interfaces; they are named "NATIVE-INTERFACE" and "HTTP-INTERFACE". The system may or may not have both interfaces enabled. For each management interface listed as a result of the previous command, append the name of the management interface to the end of the following command.
For a standalone system:
"ls /core-service=management/management-interface=<MANAGEMENT INTERFACE NAME>"
For a managed domain:
"ls /host=HOST_NAME/core-service=management/management-interface=<MANAGEMENT INTERFACE NAME>"
If the "security-realm=" attribute is not associated with a management realm, this is a finding.
V-213502
False
JBOS-AS-000075
Log on to the OS of the JBoss server with OS permissions that allow access to JBoss.
Using the relevant OS commands and syntax, cd to the <JBOSS_HOME>/bin/ folder.
Run the jboss-cli script.
Connect to the server and authenticate.
Identify the management interfaces. To identity the management interfaces, run the following command:
For standalone servers:
"ls /core-service=management/management-interface="
For managed domain installations:
"ls /host=HOST_NAME/core-service=management/management-interface="
By default, JBoss provides two management interfaces; they are named "NATIVE-INTERFACE" and "HTTP-INTERFACE". The system may or may not have both interfaces enabled. For each management interface listed as a result of the previous command, append the name of the management interface to the end of the following command.
For a standalone system:
"ls /core-service=management/management-interface=<MANAGEMENT INTERFACE NAME>"
For a managed domain:
"ls /host=HOST_NAME/core-service=management/management-interface=<MANAGEMENT INTERFACE NAME>"
If the "security-realm=" attribute is not associated with a management realm, this is a finding.
M
3987