4.9 log data sources

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:48 PM on 8/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Firewall log

Records source/destination IPs, ports, and disposition (allowed/blocked) for traffic crossing the firewall; NGFW logs also show application and URL category data.

2
New cards

DNS sinkhole traffic

Log entries showing DNS requests redirected or blocked, potentially indicating malicious activity on internal systems.

3
New cards

Application log

OS-level logs of application activity: Windows Event Viewer's application log section, or Linux/macOS's /var/log directory.

4
New cards

Endpoint log

Logs from individual devices: login/logoff events, system events, running processes, password changes, lockouts, directory service activity.

5
New cards

OS security log

Operating system logs specifically tracking security-relevant events: brute force attempts, critical file changes, authentication activity.

6
New cards

Unexpected service disruption (log indicator)

A log entry showing a service was disabled when no admin action explains it, a red flag worth alerting on.

7
New cards

Selective log forwarding to SIEM

Not all log data should be sent to the SIEM, only what's relevant for security decision-making, to manage volume.

8
New cards

IPS/IDS log

Records known vulnerability or attack matches, including alert class, priority, source/destination IP and port; example tool: Snort.

9
New cards

Network infrastructure log

Switches, routers, APs, VPN concentrators; logs routing table changes, authentication errors, and detected attacks like automatic blocking of a SYN flood.

10
New cards

Metadata (document/file)

Hidden descriptive data embedded in files: email headers, photo GPS data, browser info, document author and contact details.

11
New cards

Email header metadata

Contains originating servers, SPF results, and signature details; useful for tracing an email's true origin and path.

12
New cards

Vulnerability scan log

Identifies missing firewalls/antivirus, misconfigurations (open shares, enabled guest access), and unpatched or unsupported operating systems.

13
New cards

Automated SIEM reports

Pre-scheduled reports generated from SIEM data; risk is that they get ignored if not actively reviewed, and can be resource-intensive to generate at scale.

14
New cards

Dashboard

Real-time, at-a-glance summary view, customizable or predefined, showing current status; deliberately doesn't cover long-term historical data due to processing time.

15
New cards

Dashboard vs automated report

Dashboards give instant, shallow visibility into current status. Reports give deeper, slower, historical detail, but risk being generated and ignored.

16
New cards

Packet capture

Full-detail network traffic recording at the packet level, using tools like Wireshark or built-in device capture features.

17
New cards

Log data source summary

Firewall shows traffic disposition. App/OS logs show activity and security events. Endpoint shows device-level events. IPS/IDS shows attack matches. Network infrastructure shows routing/auth issues. Vulnerability scans show missing protections. Metadata shows hidden file details. Packet capture shows raw traffic.