Question 1mediummultiple choice
Read the full Access Controls Concepts explanation →ISC2 CC Access Controls Concepts • Complete Question Bank
Complete ISC2 CC Access Controls Concepts question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. ``` Policy Name: FinanceApp Access Subject: user role Resource: /finance/data Action: read, write Condition: time between 09:00 and 17:00 AND device.os == "Windows" Effect: Permit ```
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Discourages potential attackers
Blocks unauthorized access
Identifies and logs incidents
Restores after an incident
Alternative control when primary is not feasible
Drag a concept onto its matching description — or click a concept then click the description.
Password
Smart card
Fingerprint
GPS location
-rw-rw-rw- 1 user1 devteam 1024 Mar 10 10:00 project_data.txt
icacls C:\Projects\Financial
C:\Projects\Financial CONTOSO\Accounting:(R,W)
CONTOSO\Auditors:(R)
CONTOSO\Management:(F)
CONTOSO\Auditors:(DENY)(R){
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::bucket1/*"
}
]
}Refer to the exhibit.
```
show access-list 101
Standard IP access list 101
10 permit tcp any any eq 80
20 deny icmp any any
30 permit ip any any
```Refer to the exhibit.
```json
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::bucket1/*"
},
{
"Effect": "Deny",
"Action": "s3:*",
"Resource": "arn:aws:s3:::bucket2/*"
}
]
}
```Refer to the exhibit. ``` Mar 15 08:45:23 server sshd[1234]: Failed password for admin from 192.168.1.100 port 22 Mar 15 08:45:26 server sshd[1234]: Failed password for admin from 192.168.1.100 port 22 Mar 15 08:45:29 server sshd[1234]: Failed password for admin from 192.168.1.100 port 22 Mar 15 08:45:32 server sshd[1234]: Accepted password for admin from 192.168.1.100 port 22 ```