Courseiva

ISACA Certified Cybersecurity Operations Analyst (CCOA) (CCOA) (CCOA) — Questions 151203

203 questions total · 3pages · All types, answers revealed

Page 2

Page 3 of 3

151
MCQeasy

Which role is primarily responsible for classifying data based on its value and sensitivity to the organization?

A.Data Owner
B.Chief Information Officer
C.Data Custodian
D.Auditor
E.Security Administrator
AnswerA

The Data Owner is accountable for data classification.

Why this answer

The Data Owner is the individual responsible for determining the classification and appropriate protection levels for data.

152
MCQhard

You are performing a credentialed vulnerability scan using Nessus Professional on a Linux server. The scan reports that the 'Remote Windows SMB' service is missing patches, but the target is Linux. What is the most likely cause of this discrepancy?

A.The scanner is configured to run 'Non-Credentialed' scans only, resulting in false positives.
B.The Nessus scanner has performed a fingerprinting mismatch due to an incorrect 'Credentialed Patch Audit' policy setting.
C.The Linux server is hosting a Windows VM, and the scanner is reporting on the guest OS.
D.The Linux server has Samba installed, and the vulnerability scanner is correctly identifying a vulnerability in the SMB stack.
AnswerB

The vulnerability scan likely applied a Windows plugin set because the credentials provided or the SSH banner allowed for a misidentification of the OS family during the initial discovery phase.

Why this answer

This is a common issue when the 'Safe Checks' are enabled or when the SSH service is configured to allow legacy protocols that trigger incorrect plugin attribution in the vulnerability database.

153
MCQhard

You are monitoring an AWS environment. A specific IAM role has suddenly started performing anomalous API calls. Which service should you review to see the history of these calls?

A.AWS Config
B.AWS Trusted Advisor
C.AWS X-Ray
D.AWS CloudTrail
AnswerD

CloudTrail provides a comprehensive history of API calls made by users, roles, and services.

Why this answer

AWS CloudTrail records all API activity within an AWS account, including the identity and source of the request.

154
MCQmedium

You are monitoring a network and detect a large number of ARP requests from a single host targeting the entire subnet. This is a sign of what?

A.DNS spoofing
B.DHCP starvation
C.ARP scanning
D.Network congestion
AnswerC

The activity of mapping the local subnet.

Why this answer

ARP scanning is a common technique used by attackers to map a network and identify active hosts.

155
MCQmedium

An organization is updating its BCP plan. Which step in the risk assessment process should occur immediately after identifying the critical assets?

A.Vulnerability assessment
B.Threat identification
C.Acceptable risk levels
D.Risk mitigation strategy
AnswerB

Threats must be identified against the specific assets found.

Why this answer

After identifying assets, the next logical step is to identify the threats that could impact those specific assets.

156
Multi-Selecthard

Which TWO actions should be taken if an incident is confirmed to involve sensitive PII?

Select 2 answers
A.Change all company Wi-Fi passwords
B.Activate the data breach response plan
C.Post a message on the company intranet
D.Delete all user databases
E.Notify legal counsel
AnswersB, E

Ensures compliance with reporting laws.

Why this answer

Confirmed PII incidents require legal notification and the activation of the data breach response procedure.

157
MCQmedium

You are configuring a Linux server and want to use 'iptables' to block all incoming traffic from a specific subnet (192.168.10.0/24). Which command is correct?

A.iptables -I OUTPUT -d 192.168.10.0/24 -j REJECT
B.iptables -A FORWARD -s 192.168.10.0/24 -j DROP
C.iptables -A INPUT -d 192.168.10.0/24 -j DROP
D.iptables -A INPUT -s 192.168.10.0/24 -j DROP
AnswerD

This is the correct command structure for blocking a subnet in the INPUT chain.

Why this answer

The 'iptables -A INPUT -s [network] -j DROP' syntax correctly appends a rule to the INPUT chain to drop traffic from the specified source.

158
Multi-Selecthard

You are evaluating a third-party application's access requirements. Which THREE of the following are considered 'Least Privilege' implementations?

Select 3 answers
A.Using a dedicated service account instead of a personal user account for application processes.
B.Defining an IAM policy that allows 's3:GetObject' only for the specific bucket used by the app.
C.Granting the application access to all internal databases 'just in case' it needs them later.
D.Granting the application service account 'Owner' role on the entire Azure Subscription.
E.Using 'Condition' keys in IAM to restrict access to requests originating from the corporate IP range.
AnswersA, B, E

Service accounts should be unique to the application to ensure accountability and scoping.

Why this answer

Least privilege requires granting only the absolute minimum permissions needed for a task, using granular roles, and scoping access by resource.

159
MCQhard

You are analyzing an incident where a user's machine was compromised via a malicious document. Which Windows log indicates that a macro was executed?

A.Application log
B.Office application logs
C.System log
D.Security log
AnswerB

Records macro execution details when auditing is configured.

Why this answer

Microsoft Office logs (or specific Windows Event logs, such as those related to Office applications) record macro execution if auditing is enabled.

160
MCQhard

In an Azure environment, you detect a malicious actor performing 'Pass-the-Token' attacks. Which sign-in log detail confirms this?

A.Successful MFA challenge
B.Token-based sign-in with no MFA
C.Location change
D.Successful password-based sign-in
AnswerB

Indicates the reuse of a stolen session token.

Why this answer

'Token-based' sign-ins that lack a corresponding MFA challenge or device registration are strong indicators of session theft or pass-the-token attacks.

161
MCQeasy

During an audit, you need to classify assets based on their criticality. Which of the following is the best example of a 'High' classification for an asset?

A.A central database containing customer Personally Identifiable Information (PII) and credit card data.
B.A guest Wi-Fi access point used for public internet access.
C.A local printer used for departmental documents.
D.An internal employee breakroom display showing weather and news.
AnswerA

Storing PII and financial data makes the asset critical due to regulatory and business impacts.

Why this answer

Assets that hold PII, financial data, or are critical to core business functions are universally classified as 'High'.

162
MCQhard

While using Microsoft Sentinel, you observe that incidents are not triggering for brute force attempts despite a KQL rule being enabled. What is the most likely cause related to the 'Incident Settings' configuration?

A.The KQL query lacks a 'summarize' operator
B.Incident creation is toggled off in the rule configuration
C.Log Analytics workspace ingestion limit reached
D.The analytics rule is set to 'Disabled' instead of 'Enabled'
AnswerB

This is a common configuration error where alerts are generated but not promoted to incidents.

Why this answer

If 'Incident creation' is disabled in the Microsoft Sentinel analytics rule settings, the rule will generate logs but will not group them into an incident for investigation.

163
MCQhard

In the context of the principle of least privilege, why should you avoid using a root or administrator account for daily system administration?

A.To improve performance.
B.To hide administrative activity.
C.To comply with hardware requirements.
D.To prevent accidental system-wide changes.
AnswerD

Least privilege limits the damage potential of errors and malware.

Why this answer

Using a high-privilege account for daily tasks increases the risk that an accidental error or a compromised process will have full system control.

164
MCQmedium

You are analyzing an endpoint and suspect a fileless malware attack. Which of the following is the most likely location for the malicious script to reside?

A.AppData/Roaming
B.System32 directory
C.Temp folder
D.Windows Registry keys
AnswerD

A common location for hiding fileless script execution.

Why this answer

Fileless malware often lives in the Windows Registry, specifically under 'Run' or 'RunOnce' keys, to ensure execution without a physical file on disk.

165
MCQhard

You are investigating a PowerShell-based attack. The attacker is using Base64 encoded commands. Which command line switch often indicates the use of encoded code?

A.-WindowStyle Hidden
B.-EncodedCommand
C.-NoProfile
D.-ExecutionPolicy Bypass
AnswerB

Used to execute base64-encoded strings.

Why this answer

The '-EncodedCommand' (or '-e', '-enc') switch in PowerShell is a common flag used to execute obfuscated or Base64 encoded scripts.

166
MCQhard

While investigating a web server breach, you find malicious PHP web shells. What is the most effective way to identify the source of the upload?

A.Check the file metadata (MACE)
B.Scan the server for viruses
C.Analyze web server access logs
D.Check system boot logs
AnswerC

Provides the evidence of the HTTP request used for upload.

Why this answer

Web server access logs record every HTTP POST request, including the URI and the time, allowing you to correlate file creation with specific web requests.

167
Multi-Selecthard

Which THREE controls are considered effective 'Administrative' controls according to the NIST framework?

Select 3 answers
A.Access control policy
B.Biometric locks
C.Security awareness training
D.Encryption
E.Incident response plan
AnswersA, C, E

A policy document is administrative.

Why this answer

Administrative controls are policies, procedures, and management tasks rather than technical or physical hardware.

168
MCQeasy

When a workstation is compromised, why is it recommended to isolate it rather than turning it off?

A.To allow the attacker to keep working
B.Because the OS might crash
C.To preserve volatile evidence in RAM
D.To save electricity
AnswerC

The main reason for preferring isolation over power-off.

Why this answer

Turning off the machine clears the RAM, which contains volatile evidence that is critical for incident analysis.

169
MCQhard

During a forensic investigation, you find an entry in the Windows Registry under 'Run' keys. How can you determine if this entry is malicious?

A.Verify the digital signature of the referenced executable.
B.Delete the registry key.
C.Reboot the server.
D.Rename the file to .txt.
AnswerA

Legitimate services are almost always digitally signed by a trusted publisher.

Why this answer

Checking the 'Image Path' and verifying the digital signature of the file are necessary to confirm if a startup entry is legitimate.

170
MCQeasy

What is a 'False Positive' in the context of SIEM alerting?

A.A system error causing a crash
B.A legitimate action flagged as malicious
C.A successful attack that was blocked
D.An incident that went undetected
AnswerB

Definition of a false positive.

Why this answer

A false positive is an alert that indicates a security incident when in reality, the activity is legitimate.

171
MCQeasy

Which of these is a 'Defense Evasion' technique?

A.Masquerading as a system process
B.Creating a scheduled task
C.Stealing a hash
D.Scanning ports
AnswerA

Making malware look like a standard Windows process evades observation.

Why this answer

Using masquerading (renaming files to look like system files) is a common way to hide malicious processes.

172
MCQeasy

Which of the following best describes the function of a 'container runtime' in a virtualization environment?

A.It encrypts network traffic between nodes.
B.It virtualizes the hardware layer.
C.It executes containerized applications.
D.It provides a web GUI for managing clusters.
AnswerC

Runtime components like containerd or runc are responsible for launching and managing container processes.

Why this answer

The container runtime is responsible for executing containers and managing image layers and namespaces.

173
MCQhard

A vulnerability report shows that your web application is susceptible to 'Clickjacking'. Which HTTP header should you implement to mitigate this?

A.Access-Control-Allow-Origin: *
B.Strict-Transport-Security: max-age=31536000
C.X-Content-Type-Options: nosniff
D.X-Frame-Options: DENY
AnswerD

The 'DENY' value prevents the page from being displayed in a frame, effectively mitigating clickjacking.

Why this answer

The 'X-Frame-Options' header (or the more modern 'Content-Security-Policy: frame-ancestors') prevents a site from being rendered within an iframe on an external site.

174
MCQmedium

You are configuring a SIEM alert to trigger when a user account is locked out. Which Windows Event ID should your filter target?

A.Event ID 4625
B.Event ID 4740
C.Event ID 4728
D.Event ID 4624
AnswerB

This is the correct event ID for an account lockout.

Why this answer

Event ID 4740 is the standard Windows Security log event for an account lockout.

175
MCQmedium

When reviewing cloud storage buckets, you find one is configured with 'public read access'. What is the risk?

A.SQL injection.
B.Service denial.
C.Increased latency.
D.Unauthorized data exfiltration.
AnswerD

Anyone on the internet can read and download the bucket's content.

Why this answer

Public read access allows anyone on the internet to list and download the contents of the bucket, leading to data exposure.

176
MCQhard

When analyzing a memory dump using Volatility 3, which plugin is most effective for detecting code injection in a suspicious process?

A.windows.info
B.windows.malfind
C.windows.netscan
D.windows.pstree
AnswerB

Specifically identifies injected code or hidden DLLs.

Why this answer

The 'windows.malfind' plugin in Volatility 3 is designed to locate injected code segments by scanning for memory regions with suspicious permissions (e.g., PAGE_EXECUTE_READWRITE).

177
MCQmedium

During a risk assessment using ISO 27001, you identify an unpatched vulnerability in an edge router. Management refuses to apply the patch due to legacy software dependencies. Which risk treatment option are they exercising?

A.Risk avoidance
B.Risk mitigation
C.Risk acceptance
D.Risk transfer
AnswerC

The organization has acknowledged the risk and chosen not to modify the environment.

Why this answer

Risk acceptance is the decision to accept the risk because the cost of mitigation outweighs the potential impact or because business requirements forbid the change.

178
Multi-Selecteasy

Which THREE factors should be considered when assessing the severity of a security incident?

Select 3 answers
A.Scope of the affected systems
B.The day of the week the incident occurred
C.Sensitivity of compromised data
D.Business impact
E.The analyst's personal opinion
AnswersA, C, D

Indicates the size of the compromise.

Why this answer

Severity assessment depends on the impact to business operations, the sensitivity of the compromised data, and the scope of the affected systems.

179
Multi-Selectmedium

You are configuring security monitoring for a database. Which THREE events should you definitely log to ensure compliance and detect malicious activity?

Select 3 answers
A.Successful and failed login attempts.
B.Changes to database user privileges or schema (e.g., 'GRANT' commands).
C.The specific hardware temperature of the server.
D.The number of active user sessions in the connection pool.
E.Large-scale data exports or queries affecting sensitive tables.
AnswersA, B, E

Necessary to detect brute-force or unauthorized access attempts.

Why this answer

Monitoring administrative changes, authentication success/failure, and data access are the pillars of database security logging.

180
Multi-Selecthard

You are hardening a web server. Which TWO of the following steps are critical for 'Endpoint Hardening' of the web service itself?

Select 2 answers
A.Changing the administrator's wallpaper to the company logo.
B.Configuring the server to auto-restart every 10 minutes.
C.Replacing the server's RAM with larger capacity sticks.
D.Disabling unused modules (e.g., WebDAV, directory listing) in the web server configuration.
E.Removing default 'welcome' pages and sample applications.
AnswersD, E

Reducing the attack surface by disabling unnecessary modules is a fundamental hardening step.

Why this answer

Disabling unnecessary features and removing default configuration files are standard hardening steps to reduce the attack surface.

181
Multi-Selectmedium

Which THREE of the following are considered 'Execution' techniques?

Select 3 answers
A.Account discovery
B.User Execution
C.Command and Scripting Interpreter
D.Native API
E.Registry persistence
AnswersB, C, D

Triggering by a user is an execution method.

Why this answer

Command scripting, binary execution, and scheduled task execution are all ways to start code.

182
MCQhard

A security analyst is investigating a suspected beaconing behavior in network traffic logs. The traffic consistently shows small, periodic connections to an external IP. Which statistical analysis method is most effective for identifying this pattern within high-volume PCAP or NetFlow data?

A.Perform a frequency analysis of connection time intervals
B.Identify top talkers by total bandwidth consumption
C.Filter connections by source port entropy
D.Calculate the mean of bytes transferred per session
AnswerA

Analyzing the variance in time intervals between connections identifies the regularity characteristic of automated malware beaconing.

Why this answer

Beaconing is characterized by high periodicity and low jitter, which can be identified by calculating the variance in the time interval between consecutive connections.

183
MCQmedium

You are configuring Microsoft Defender for Endpoint (MDE) to restrict USB storage access on corporate-managed Windows endpoints. Which policy setting should you configure in the Microsoft Intune Endpoint Security portal to ensure only authorized hardware IDs are permitted while blocking all others?

A.Modify the 'Administrative Templates' to set 'Prevent installation of removable devices'.
B.Set the 'USB Connection' state to 'Restricted' within the Defender for Endpoint configuration baseline.
C.Enable 'Removable Storage Access: Allow write access' and add the specific Hardware IDs to the 'Allow access to specific hardware IDs' setting.
D.Configure the 'Allow installation of devices that match any of these device IDs' policy.
AnswerC

This is the correct path in the Endpoint Security Device Control profile to restrict access while providing an allow-list for specific hardware.

Why this answer

In Intune, the 'Removable Storage Access' settings under 'Device Control' allow for granular control over USB access, specifically allowing the specification of Hardware IDs for allow-listing.

184
MCQmedium

A Windows server shows high disk I/O. Which tool can identify which specific process is performing the most write operations?

A.System Configuration (msconfig)
B.Event Viewer
C.Resource Monitor
D.Task Manager
AnswerC

Resource Monitor provides a detailed breakdown of disk I/O per process.

Why this answer

Resource Monitor is the standard Windows utility for granular monitoring of per-process disk, CPU, and memory activity.

185
Multi-Selecthard

Which TWO actions are required to properly secure a compromised user account during the eradication phase?

Select 2 answers
A.Revoke all active sessions/tokens
B.Upgrade the user's OS
C.Reset the user's password
D.Block the user's physical building access
E.Delete the user's home directory
AnswersA, C

Prevents existing sessions from continuing.

Why this answer

Eradication of a compromised account requires both stopping the current access (revoking tokens) and preventing future unauthorized access (password reset).

186
MCQeasy

Which type of log provides the most granular detail regarding local account creation on a Windows Server?

A.System logs
B.Application logs
C.DNS logs
D.Security logs
AnswerD

Contains auditing information such as account management.

Why this answer

Windows Security Event Logs (specifically Event ID 4720) record the creation of new user accounts, providing the most granular detail.

187
Multi-Selectmedium

Which THREE actions are essential to the 'Identify' function of the NIST CSF?

Select 3 answers
A.Malware scanning
B.Risk management strategy
C.Software license management
D.Hardware asset inventory
E.Incident recovery time analysis
AnswersB, C, D

Strategy is a core part of Identify.

Why this answer

Identify covers inventory, risk management, and governance.

188
MCQhard

You are hardening a Linux server and want to disable all unused network ports. Which command would be best to identify listening ports and their associated processes?

A.lsof -i | grep LISTEN
B.ps aux | grep port
C.netstat -an | grep LISTEN
D.ss -tulpn
AnswerD

This command shows all TCP/UDP listening ports and the process ID (PID) owning the port.

Why this answer

'ss' (socket statistics) with the '-tulpn' flags is the modern, preferred tool over the deprecated 'netstat' for viewing listening sockets with process IDs.

189
Multi-Selecthard

Which THREE of the following are 'Privilege Escalation' techniques?

Select 3 answers
A.File discovery
B.Exploitation for privilege escalation
C.Network exfiltration
D.Process injection
E.Access token manipulation
AnswersB, D, E

The core technique.

Why this answer

Exploiting system software, abusing user accounts, and using local security exploits are common escalation vectors.

190
MCQeasy

Which type of risk assessment approach uses descriptive scales like 'High', 'Medium', and 'Low'?

A.Qualitative
B.Probabilistic
C.Deterministic
D.Quantitative
AnswerA

Qualitative uses descriptive risk levels.

Why this answer

Qualitative risk assessment uses subjective, descriptive ratings rather than numerical financial values.

191
MCQeasy

You are reviewing a list of vulnerabilities found by an automated scanner. Which type of vulnerability would be considered the most critical to remediate first?

A.Unsupported software version that has no known exploits.
B.Remote Code Execution (RCE) on an internet-facing application.
C.Information Disclosure of internal server paths.
D.Insecure cookie attributes (missing HttpOnly).
AnswerB

RCE on an internet-facing asset is the highest priority due to ease of exploitation and impact.

Why this answer

An RCE (Remote Code Execution) vulnerability allows an attacker to execute arbitrary code with the privileges of the application, representing the highest possible threat.

192
Multi-Selecteasy

Which THREE of the following are common 'Exfiltration' techniques?

Select 3 answers
A.Exfiltration over alternative protocol
B.Keylogging
C.Exfiltration over C2 channel
D.File system enumeration
E.Exfiltration to cloud storage
AnswersA, C, E

A common exfiltration technique.

Why this answer

Using cloud storage, scheduled transfers, and network protocols are common ways to move data out.

193
MCQmedium

You are performing a digital forensic image of a SATA drive. Which tool is standard for creating a bit-stream image while ensuring data integrity via a hash verification?

A.FTK Imager
B.Robocopy
C.Diskpart
D.Windows File Explorer
AnswerA

Designed for forensic imaging with built-in hash verification.

Why this answer

FTK Imager is a widely recognized industry tool for creating forensic bit-stream images and verifying the integrity of the data using MD5 or SHA-1 hashes.

194
Multi-Selectmedium

Which TWO of the following are examples of 'Persistence' tactics?

Select 2 answers
A.Credential dumping
B.Port scanning
C.Scheduled tasks
D.Startup folder modification
E.Data encryption
AnswersC, D

A common persistence technique.

Why this answer

Creating scheduled tasks and adding items to the Startup folder are standard ways to ensure malware survives reboot.

195
MCQmedium

You detect an adversary attempting to clear Windows Event Logs using 'wevtutil cl'. This falls under which tactic?

A.Impact
B.Defense Evasion
C.Persistence
D.Discovery
AnswerB

Removing logs is a classic technique to hide tracks.

Why this answer

Clearing logs is an explicit attempt to remove traces of activity to evade detection.

196
MCQmedium

A SIEM has triggered an alert for 'Excessive Failed Login Attempts' followed by a 'Successful Login'. Which technique is this most likely attempting to detect?

A.Data exfiltration
B.Brute force attack
C.DNS tunneling
D.Privilege escalation
AnswerB

Characterized by high failure rates followed by a successful credential match.

Why this answer

This pattern is characteristic of a password spraying or brute force attack, where the attacker tries many passwords until one is successful.

197
MCQeasy

You are tasked with ensuring the 'Confidentiality' of sensitive data in transit. Which mechanism best satisfies this security principle?

A.Two-Factor Authentication
B.Hashing Algorithms
C.Digital Signatures
D.AES-256 Encryption
AnswerD

Encryption makes data unreadable to unauthorized parties.

Why this answer

Confidentiality ensures that only authorized parties can access data, which is achieved through encryption.

198
MCQmedium

You are investigating an alert in CrowdStrike Falcon. To determine if a file was moved laterally after its initial execution, which feature provides the most accurate visualization?

A.Indicator of Compromise (IOC) search
B.Process Tree view
C.Detection dashboard filter
D.Host search history
AnswerB

Shows the causality and movement of processes across the environment.

Why this answer

The Process Tree visualization in CrowdStrike Falcon allows analysts to trace the execution history and lateral movement paths of malicious files across different endpoints.

199
MCQhard

During a digital forensics investigation of a Windows host, an analyst suspects an attacker used PowerShell 'Fileless' execution. Which artifact within the Windows Event Logs would provide the most definitive evidence of the specific command line arguments used during the execution?

A.Event ID 4688 with Command Line Auditing enabled
B.Event ID 1102
C.Event ID 4104
D.Event ID 4624
AnswerC

Event ID 4104 (PowerShell Script Block Logging) captures the entire code block executed, even if the command is obfuscated or fileless.

Why this answer

Event ID 4104 records Script Block Logging, which captures the full content of executed PowerShell blocks, including obfuscated code.

200
Multi-Selecthard

You are analyzing logs to detect a 'Lateral Movement' attack. Which THREE of the following behaviors are common indicators?

Select 3 answers
A.A user logging into 20 different workstations in 5 minutes.
B.An administrator logging into the domain controller once at 9:00 AM.
C.The user changing their desktop background image.
D.A sudden spike in RPC/WMI traffic between two internal servers.
E.Multiple successful logins using the same set of credentials from a single internal source IP.
AnswersA, D, E

This 'horizontal' movement pattern is a hallmark of credential harvesting/lateral movement.

Why this answer

Lateral movement often involves using legitimate tools like PowerShell or WMI (Living off the Land) to move between systems using captured credentials.

201
Multi-Selecteasy

Which THREE factors are commonly used to calculate risk in a basic qualitative model?

Select 3 answers
A.System age
B.Impact
C.Vendor name
D.Threat
E.Vulnerability
AnswersB, D, E

The harm caused to the organization.

Why this answer

Risk is typically defined by the combination of a threat, the vulnerability, and the potential impact.

202
MCQmedium

You are setting up a secure baseline for a new server. You need to ensure the operating system logs are sent to a centralized logging server. Which service should you configure?

A.rsyslog
B.NTP
C.DHCP
D.SNMP Trap
AnswerA

rsyslog is the standard service for collecting and forwarding system logs.

Why this answer

Syslog (or Syslog-ng/rsyslog) is the standard protocol and service for forwarding logs from a Linux server to a central collection point.

203
MCQmedium

You are reviewing AWS CloudTrail logs to investigate an unauthorized modification of an S3 bucket policy. Which event name should you search for?

A.UpdatePolicy
B.ModifyBucketPolicy
C.DescribeBucketPolicy
D.PutBucketPolicy
AnswerD

The correct API call for modifying S3 bucket policies.

Why this answer

'PutBucketPolicy' is the specific API call recorded in CloudTrail when an IAM identity modifies the bucket policy of an S3 bucket.

Page 2

Page 3 of 3

All pages