Skip to content

Commit 7bc905d

Browse files
committed
Added all the changes per the review.
1 parent 6c0e04f commit 7bc905d

File tree

1 file changed

+6
-3
lines changed
  • security/ciso-office/start_right_with_oci

1 file changed

+6
-3
lines changed

security/ciso-office/start_right_with_oci/README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Start Right With OCI
22

3-
A 5 Step Approach to deploy on Oracle Cloud Infrastructure (OCI)
3+
A five-step approach to deploy on Oracle Cloud Infrastructure (OCI)
44

55
- [Start Right With OCI](#start-right-with-oci)
66
- [Introduction](#introduction)
@@ -12,7 +12,7 @@ A 5 Step Approach to deploy on Oracle Cloud Infrastructure (OCI)
1212
- [Step 5: Resource Management and Governance](#step-5-resource-management-and-governance)
1313
- [License](#license)
1414

15-
Last updated: 07.03.2025
15+
Last updated: 7 March 2025
1616

1717
## Introduction
1818

@@ -52,6 +52,8 @@ Securing OCI Administrators in the Default identity domain is crucial because th
5252

5353
Secure access to your OCI resources by implementing strict IAM controls:
5454

55+
56+
- **Set up an identity and access management (IAM) security model:** An initial version of a security model can help your organization [mitigate risk](https://docs.oracle.com/en-us/iaas/Content/cloud-adoption-framework/iam-security-structure.htm)
5557
- **Principle of Least Privilege:** Grant only the necessary permissions and regularly audit your [IAM policies](https://www.ateam-oracle.com/post/oci-iam-policies-best-practices).
5658
- **Breakglass Administrator:** Do not use the out-of-the-box OCI Adminstrator account for day-to-day operations. Configure additional administrators based on least privileges and secure the OCI Administrator account as a breakglass account, reserved for emergency use only, as defined in the [OCI IAM Security Best Practices](https://docs.oracle.com/en-us/iaas/Content/Security/Reference/iam_security.htm#Securing_IAM).
5759
- **Multi‑Factor Authentication (MFA):** Enable MFA for all users to protect against unauthorized access. Additional best practices are detailed in the [OCI IAM Security Best Practices](https://docs.oracle.com/en-us/iaas/Content/Security/Reference/iam_security.htm#Securing_IAM).
@@ -82,6 +84,7 @@ For detailed guidance on deploying specific workloads, refer to Oracle's [Refere
8284

8385
Establishing robust observability is key to maintaining the health of your environment. Follow these best practices:
8486

87+
- **SIEM Integration Pattern:** A SIEM platform is required to increase responsiveness to [security attacks](https://docs.oracle.com/en-us/iaas/Content/cloud-adoption-framework/siem-integration.htm)
8588
- **Enable Logging and Monitoring:** Utilize OCI’s logging and monitoring services to track your resources and applications. Setting up alerts for operational insights is crucial for maintaining system health. Refer to [OCI Best Practices](https://docs.oracle.com/en/solutions/oci-best-practices/index.html) for strategies.
8689
- **Data Visualization Tools:** Leverage OCI Monitoring and OCI Logging to visualize data in [dashboards and track performance metrics](https://docs.oracle.com/en-us/iaas/Content/Dashboards/Tasks/dashboards.htm). A number of [security dashboards](https://blogs.oracle.com/observability/post/oracle-cloud-infrastructure-security-fundamentals-dashboards-using-oci-logging-analytics) have been published to help you gain rapid visibility into your operational security metrics.
8790
- **Integrate with Third-Party Tools:** Integrate OCI with a [third-party SIEM](https://docs.oracle.com/solutions/?q=SIEM&cType=reference-architectures%2Csolution-playbook%2Cbuilt-deployed&sort=date-desc&lang=en) (if you are using one) to enhance your monitoring capabilities, as suggested in the OCI Architecture Center.
@@ -97,7 +100,7 @@ Effective resource management is crucial to maintain control over your OCI envir
97100

98101
# License
99102

100-
Copyright (c) 2024 Oracle and/or its affiliates.
103+
Copyright (c) 2025 Oracle and/or its affiliates.
101104

102105
Licensed under the Universal Permissive License (UPL), Version 1.0.
103106

0 commit comments

Comments
 (0)