AWS CloudHSM 审核日志参考
AWS CloudHSM 记录审核日志事件中的 HSM 管理命令。每个事件均有一个操作代码 (Opcode
) 值,该值标识已发生的操作及其响应。您可以使用 Opcode
值来搜索、排序和筛选日志。
下表定义了 AWS CloudHSM 审核日志中的 Opcode
值。
操作代码 (Opcode) | 描述 |
---|---|
用户登录:这些事件包含用户名和用户类型 | |
CN_LOGIN (0xd) |
用户登录 |
CN_LOGOUT (0xe) |
|
CN_APP_FINALIZE |
与 HSM 的连接已关闭。此连接中的所有会话密钥或仲裁令牌均已删除。 |
CN_CLOSE_SESSION |
与 HSM 的会话已结束。此会话中的所有会话密钥或仲裁令牌均已删除。 |
用户管理:这些事件包含用户名和用户类型。 | |
CN_CREATE_USER (0x3) |
创建加密用户 (CU) |
CN_CREATE_CO |
创建加密员 (CO) |
CN_DELETE_USER |
删除用户 |
CN_CHANGE_PSWD |
更改用户密码 |
CN_SET_M_VALUE |
Set 仲裁身份验证 (M of N) for a user action |
CN_APPROVE_TOKEN |
Approve a 仲裁身份验证 token for a user action |
CN_DELETE_TOKEN |
Delete one or more 仲裁令牌 |
CN_GET_TOKEN |
Request a signing token to initiate a 仲裁操作 |
密钥管理:这些事件包括密钥处理程序 | |
CN_GENERATE_KEY |
生成对称密钥 |
CN_GENERATE_KEY_PAIR (0x19) |
Generate an asymmetric key pair |
CN_CREATE_OBJEC |
Import a public key (without wrapping) |
CN_MODIFY_OBJECT |
Set a key attribute |
CN_DESTROY_OBJECT (0x11) |
Deletion of a 会话密钥 |
CN_TOMBSTONE_OBJECT |
Deletion of a 令牌密钥 |
CN_SHARE_OBJECT |
共享或取消共享密钥 |
CN_WRAP_KEY |
Export an encrypted copy of a key (wrapKey) |
CN_UNWRAP_KEY |
Import an encrypted copy of a key (UnwrapKey) |
CN_DERIVE_KEY |
Derive a symmetric key from an existing key |
CN_NIST_AES_WRAP |
使用 AES 密钥加密或解密密钥 |
CN_INSERT_MASKED_OBJECT_USER |
Insert an encrypted key with attributes from another HSM in the cluster. |
CN_ESTRACT_MASKED_OBJECT_USER |
Wraps/encrypts a key with attributes from the HSM to be sent to another HSM in the cluster. |
Back up HSMs | |
CN_BACKUP_BEGIN |
Begin the backup process |
CN_BACKUP_END |
Completed the backup process |
CN_RESTORE_BEGIN |
Begin restoring from a backup |
CN_RESTORE_END |
Completed the restoration process from a backup |
Certificate-Based Authentication | |
CN_CERT_AUTH_STORE_CERT |
Stores the cluster certificate |
HSM Instance Commands | |
CN_INIT_TOKEN (0x1) |
Start the HSM initialization process |
CN_INIT_DONE |
The HSM initialization process has finished |
CN_GEN_KEY_ENC_KEY |
Generate a key encryption key (KEK) |
CN_GEN_PSWD_ENC_KEY (0x1d) |
Generate a password encryption key (PEK) |
HSM crypto commands | |
CN_FIPS_RAND |
Generate a FIPS-compliant random number |