CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 52: 312-39V2: Certified SOC Analyst (CSA) v2

The SOC team at CyberSecure Corp is conducting a security review to identify anomalous log entries from their firewall logs. The team needs to extract specific patterns such as email addresses, IP addresses, and URLs to detect unauthorized access attempts, phishing activities, and suspicious external communications. T…

Nội dung câu hỏi

The SOC team at CyberSecure Corp is conducting a security review to identify anomalous log entries from their firewall logs. The team needs to extract specific patterns such as email addresses, IP addresses, and URLs to detect unauthorized access attempts, phishing activities, and suspicious external communications. The SOC analyst applies various regular expressions (regex) patterns to filter and analyze logs efficiently. For example, they use \b\d{l,3}\.\d{l,3}\.\d{l,3}\.\d{l,3}\b to matches IPv4 addresses. Which regex pattern should the SOC analyst use to extract all hexadecimal color codes found in the logs?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. [a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}
  2. B. #([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3}) — đáp án hiện tại
  3. C. (0[l-9]|1[0-2])/(0[l-9]|[12][0-9]|3[01])/\d{4}
  4. D. \b\d{l,3}\.\d{l,3}\.\d{l,3}\.\d{l,3]\b

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề