丰宁县建设局网站,全国域名备案查询,建立网站的主要流程有哪些步骤,福建企业seo推广这是3级等保中oracle的检查方法#xff0c;剩下的检查项可通过询问的方式进行检查。1.身份鉴别a.1 查看数据库用户select username,account_status from dba_users;b.1 检查用户的profileselect username,account_status,profile from dba_users;b.2 检查密码策略select profi…这是3级等保中oracle的检查方法剩下的检查项可通过询问的方式进行检查。1.身份鉴别a.1 查看数据库用户select username,account_status from dba_users;b.1 检查用户的profileselect username,account_status,profile from dba_users;b.2 检查密码策略select profile,resource_name,limit from dba_profiles where resource_typePASSWORD and profileDEFAULT;推荐值口令被修改后原有口令被修改多少次才允许重新使用 PASSWORD_REUSE_MAX6口令被修改后原有口令隔多少天被重新使用 PASSWORD_LIFE_TIME1800口令有效期PASSWORD_REUSE_TIME90口令复杂度校验函数PASSWORD_VERIFY_FUNCTIONVERIFY FUNCTIONc 登录失败推荐值多少次被锁 FAILED_LOGIN_ATTEMPTS3口令修改宽限期PASSWORD_GRACE_TIME10账户被锁定后等待时间PASSWORD_LOCK_TIME1/1440 (1/14401分钟)2.访问控制d.1 检查PUBLICselect granted_role from dba_role_privs where granteePUBLIC;推荐值nulld.2 数据字典访问Show parameter 07_DICTIONARV_ACCESSIBILITY推荐值falsee 删除多余或过多账户select username,account_status from dba_users where usernameSCOTT or usernameCTXSYS or usernameDMSYS or usernameOLAPSYS;3.安全审计a.1 启用审计show parameter audit_sys_operations;推荐值audit_sys_operationsTRUEa.2 启用审计show parameter audit_trail;推荐值:audit_trailos或dbb 关键操作审计select * from dba_stmt_audit_opts;推荐值f 审计记录保护select grantee from dba_tab_privs where table_nameAUD$ and grantee not in(DELETE_CATALOG_ROLE) and grantee not in (select grantee from dba_role_privs where granted_roleDBA);推荐值null4.资源控制select resource_name,limit from dba_profiles where profileDEFAULT and resource_typeKERNEL;推荐值idle_time10