350-201 Question 250
Select 3A security analyst is reviewing logs from an application firewall that exports logs in various data formats. The analyst needs to parse the data to identify potential threats. Which of the following are common data formats the analyst is likely to encounter when exporting or parsing these logs?
- A
JSON
- B
HTML
- C
CSV
- D
XML
- E
YAML
Show answer and explanation
Correct answers: A, C, D
Explanation
In cybersecurity, JSON, CSV, and XML are the most commonly encountered data formats when parsing logs or exporting data from tools. While YAML is occasionally used, it is not as prevalent. HTML is not a data format designed for log exports or structured data parsing.
- A. Correct.
JSON (JavaScript Object Notation) is a common data format used for transmitting data between systems, especially in cybersecurity tools and logs.
- B. Incorrect.
HTML (Hypertext Markup Language) is primarily used for structuring web pages and is not commonly used for log or data export in cybersecurity contexts.
- C. Correct.
CSV (Comma-Separated Values) is a widely used data format for exporting structured tabular data, which is common in log files.
- D. Correct.
XML (Extensible Markup Language) is a common data format used for structuring and transmitting data, often encountered in logs and configuration files.
- E. Incorrect.
YAML (Yet Another Markup Language) is a human-readable data format but is less commonly used in log exports compared to JSON, CSV, or XML.