Custom User's Privileges for Cymetricx

Custom User's Privileges for Cymetricx

Oracle Database

Create a Database User:

CREATE USER Cymetricx
IDENTIFIED BY Password
DEFAULT TABLESPACE system
TEMPORARY TABLESPACE POWERCARD_TEMPORARY
PROFILE DEFAULT
ACCOUNT UNLOCK;

Roles for Cymetricx:
GRANT CONNECT TO Cymetricx;
GRANT SELECT_CATALOG_ROLE TO Cymetricx;
ALTER USER Cymetricx DEFAULT ROLE ALL;

System Privilege for Cymetricx:
GRANT CREATE SESSION TO Cymetricx;
Grant select on AUDIT_UNIFIED_POLICIES to Cymetricx;
Grant select on AUDIT_UNIFIED_ENABLED_POLICIES to Cymetricx;

Object Privilege for Cymetricx:
GRANT SELECT ON SYS.DBA_USERS_WITH_DEFPWD TO Cymetricx;

Notes:
- Username and Password can be changed.
- Default and temp Table-space can be changed.

CISCO IOS:
Privilege 15 User.

MSSQL Server:
You need to have a user to connect to the database, this user needs to connect to DB, and select queries (Domain User Recommended).

Fortis:
Root Privileged User.

Add these configurations:

config system accprofile
edit "prof_cymetricx"
set mntgrp read
set admingrp read
set updategrp read
set authgrp read
set sysgrp read
set netgrp read
set loggrp read
set routegrp read
set fwgrp read
set vpngrp read
set utmgrp read
set wanoptgrp read
set endpoint-control-grp read
set wifi read next
end
config system admin edit "cymetricx"
set accprofile "prof_cymetricx" set vdom "root"
set password YourPasswordHere next
end<br>

F5 BIG-IP:
Auditor Account with TMSH Shell.

    • Related Articles

    • The CYMETRICX Service was Installed on a CentOS or RHEL server and it’s not showing in the CYMETRICX Online Assets

      Description The Customer install the Cymetricx agent on a CentOS/RHEL server and the Service is active (running) as show in Figure 1. But looking at service logs in the Cymetricx service status and the service session keeps restarting as denoted by: ...
    • CYMETRICX New Version 1.4.97

      It is our pleasure to announce the new enhancements to our Cymetricx Solution. Through our close relationship with our customers and listening to your feedback, requirements, and demands, we bring you these new features and enhancements. Our team is ...
    • CYMETRICX ASV/External Scan Integration

      To Setup the  Integration between the CYMETRICX and ASV Clone system, the customer needs to do the following steps :        Make sure there’s connectivity between the clone system and the CYMETRICX server on port 443, check this by      apply the ...
    • CYMETRICX Nessus/Internal Scan Integration

      To Setup the  Integration between the CYMETRICX and Nessus system, the customer needs to do the following steps :        Make sure there’s connectivity between the Nessus system and the CYMETRICX server on port 8834 , check this by      apply the ...
    • CYMETRICX New Version 1.4.120

      We're pleased to announce that we have rolled out a significant update to Cymetricx, designed to deliver improved functionality, increased security, and an enhanced user experience. Here are some key highlights of this update: • Redesigned Platform: ...