Question 1mediummultiple choice
Read the full NAT/PAT explanation →SSCP Systems and Application Security • Complete Question Bank
Complete SSCP Systems and Application Security question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. ``` [IDS Alert] Timestamp: 2023-10-05 14:23:45 Signature: ET WEB_SERVER Possible SQL Injection Attempt Source IP: 192.168.1.100 Destination IP: 10.0.0.50 Payload: ' OR '1'='1' -- ```
Refer to the exhibit. ``` [Windows Security Log] Event ID: 4688 Process Name: C:\Windows\System32\cmd.exe Command Line: cmd.exe /c "echo %USERNAME% && whoami" Parent Process: C:\Program Files\Microsoft Office\root\Office16\WINWORD.EXE ```
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.
Same key for encryption and decryption
Key pair: public and private
One-way function producing fixed output
Ensures authenticity and non-repudiation
Drag a concept onto its matching description — or click a concept then click the description.
Administrative
Technical
Physical
Technical
Refer to the exhibit. ``` netsh advfirewall show currentprofile Profile : Private State : On Inbound connections : Block (default) Outbound connections: Allow (default) Firewall Rules: Rule Name Action Enabled ------------------------------------ -------- ------- File and Printer Sharing (Echo Req) Allow No Remote Desktop (TCP-In) Allow No RDP (UDP-In) Block Yes ```
Refer to the exhibit. ``` 192.168.1.10 - - [05/Mar/2025:13:45:12 +0000] "GET /products?id=1' OR '1'='1 HTTP/1.1" 200 1234 "-" "Mozilla/5.0" 192.168.1.10 - - [05/Mar/2025:13:45:15 +0000] "GET /products?id=1; DROP TABLE Users;-- HTTP/1.1" 200 1234 "-" "Mozilla/5.0" ```
Refer to the exhibit.
```json
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::company-public/*"
},
{
"Effect": "Deny",
"Principal": "*",
"Action": "s3:*",
"Resource": "arn:aws:s3:::company-private/*"
}
]
}
```Event ID 4625: An account failed to log on. Subject: Account Name: admin, Logon Type: 3, Source Network Address: 10.0.0.100, Workstation Name: WS-001. Failure Reason: Unknown user name or bad password. Count: 15 in 5 minutes.
2025-04-10 14:23:45 DENY TCP 192.168.1.50:49152 -> 203.0.113.50:445 SYN_SENT OUTBOUND
{
"Version":"2012-10-17",
"Statement":[
{
"Effect":"Allow",
"Action":["s3:ListBucket","s3:GetObject"],
"Resource":"arn:aws:s3:::example-bucket/*"
}
]
}