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.