High School IntermediateModule I4Lesson 1 of 8

I4.1 What Logs Are and Why They Matter

Learn how systems record fictional events, how defenders use those records, what common fields mean, and why a log entry is a clue rather than an automatic conclusion.

Lesson Progress

What Logs Are and Why They Matter

High School IntermediateI4: Logs and Event Monitoring • Lesson 1 of 8

13% complete

Readiness Check

Before You Start

0/5 ready

Professional Hook

Logs Help Defenders See What Systems Recorded

A sign-in, denied connection, application error, service restart, file action, DNS query, web request, or security alert can leave a record. Defenders use those records to reconstruct activity, troubleshoot failures, monitor systems, support investigations, and explain what is known and unknown.

Weak response

“The log says error, so the device must be compromised.”

Strong response

“Confirm the recorded event, identify the source and fields, compare related evidence, add context, and state the limits of the conclusion.”

Objective 1

Explain what logs are and why operating systems, applications, network devices, websites, cloud services, and security tools create them.

Objective 2

Identify common log sources and connect each source with the defensive questions it can help answer.

Objective 3

Interpret core event fields such as timestamp, source, user, device, action, result, severity, process, service, address, and correlation identifier.

Objective 4

Separate what a fictional log record directly proves from what still requires context, corroboration, or additional evidence.

Objective 5

Create a professional fictional Log Source Inventory that documents ownership, purpose, fields, retention, limitations, and review value.

Why This Matters

Logs Create Visibility Across Many Systems

Without logs, defenders may know that something failed or changed but not when, where, under which identity, on which device, through which process, or with what result. Good logging does not answer every question, but it gives defenders evidence they can preserve, compare, and communicate.

Common Log Sources

Different Systems Record Different Parts of the Story

Authentication logs

Created by

Identity systems, operating systems, applications, remote-access services, and MFA platforms.

Common events

Sign-in success, sign-in failure, lockout, MFA challenge, password reset, session start, session end, and account change.

Defender questions

Which account, device, source, result, reason, MFA state, session, and expected-use context apply?

Limitation

An account name or source address does not automatically prove the physical person or intent.

Operating-system logs

Created by

Windows, Linux, macOS, servers, workstations, drivers, services, and system components.

Common events

Startup, shutdown, service change, driver problem, process event, hardware condition, update, and system error.

Defender questions

Which component changed, failed, restarted, or recovered, and what dependency or maintenance activity applies?

Limitation

System logs may show a symptom without identifying the initiating application, user, or business cause.

Application logs

Created by

Business applications, databases, classroom tools, web applications, backup software, and management platforms.

Common events

Application start, job execution, transaction, request, file access, configuration change, error, and recovery.

Defender questions

Which application component, user, request, file, service, dependency, or business workflow is involved?

Limitation

Application records may omit identity, operating-system, network, endpoint, or owner context.

Firewall and network logs

Created by

Firewalls, routers, switches, access points, network sensors, VPNs, and flow collectors.

Common events

Allowed connection, denied connection, source, destination, port, protocol, direction, bytes, duration, and zone.

Defender questions

Was the connection expected, repeated, unusual, tied to an approved service, or affected by a rule change?

Limitation

Connection metadata does not automatically reveal content, complete application purpose, or user intent.

DNS logs

Created by

DNS clients, local resolvers, internal DNS servers, filtering services, and cloud resolvers.

Common events

Query, response, record type, client, resolver, answer, failure, timeout, and blocked name.

Defender questions

Which device or application requested the name, what response returned, and did the request match expected activity?

Limitation

A DNS request does not prove that a connection succeeded or that a user intentionally visited the destination.

Web and proxy logs

Created by

Web servers, reverse proxies, secure web gateways, content filters, and application gateways.

Common events

Client, user, method, host, path, response code, bytes, user agent, referrer, action, and request duration.

Defender questions

Which user or application made the request, what was requested, what response occurred, and was policy applied?

Limitation

A request path or response code alone does not prove that content was safe, harmful, or intentionally accessed.

Endpoint and security logs

Created by

Endpoint protection, Microsoft Defender, antivirus, EDR, device-management tools, and security agents.

Common events

Protection state, detection, scan, process, file path, action, quarantine, exclusion, device health, and update status.

Defender questions

What was detected, which user and process were involved, what action completed, and what related evidence exists?

Limitation

A detection does not automatically prove complete compromise, root cause, intent, or cleanup.

Change and support records

Created by

Ticketing systems, administrators, application owners, support teams, project teams, and change-management processes.

Common events

Approved maintenance, deployment, account change, rule change, password reset, incident report, test, rollback, and validation.

Defender questions

Was the activity expected, authorized, owned, time-bounded, tested, and documented?

Limitation

Documentation may be incomplete, stale, delayed, or different from the actual technical state.

Core Concept

A Log Record Has a Source, Fields, Context, and Limitations

Strong analysis begins by asking who created the record, what fields are present, what the event directly supports, what context changes its meaning, and what evidence is still missing.

Source

Which system, application, device, service, or control created it?

Fields

Which time, user, device, action, result, process, and network details are available?

Context

What role, owner, schedule, baseline, change, or business purpose applies?

Limitations

What can this source not prove by itself?

Event Anatomy

Read Every Log Field in Context

Timestamp

When the event was created, recorded, collected, or forwarded.

Defender use

Place events in order and compare activity across devices, users, applications, and systems.

Caution

Time zones, clock drift, collection delay, and forwarding delay can change the apparent sequence.

Source or provider

The system, application, service, device, or component that generated the record.

Defender use

Interpret the event according to the source's purpose, field definitions, and limitations.

Caution

The same event ID or severity label can mean different things in different sources.

User or identity

The account, service identity, session, token, or principal associated with the event.

Defender use

Connect the record with role, privilege, group membership, owner, device, and expected activity.

Caution

The account name does not always prove the physical person or complete purpose.

Device or asset

The endpoint, server, application, service, network device, or collector associated with the event.

Defender use

Compare the activity with the asset role, exposure, sensitivity, owner, and baseline.

Caution

A collector may store an event that was originally created somewhere else.

Action

What the system recorded as attempted, requested, changed, started, stopped, allowed, denied, or completed.

Defender use

Identify the event's technical operation and connect it with user, process, service, and business context.

Caution

An attempted action and a completed action are not the same.

Result

Whether the action succeeded, failed, was blocked, allowed, denied, timed out, or remained incomplete.

Defender use

Separate the request from the outcome and determine whether additional evidence is needed.

Caution

A successful result does not automatically mean the action was approved or safe.

Process or service

The program, process identifier, parent process, service, task, or component involved.

Defender use

Connect path, publisher, account, package, parent-child relationship, owner, and application purpose.

Caution

A familiar name does not prove the program path or package is correct.

Source and destination

The fictional addresses, ports, hostnames, domains, URLs, zones, or systems involved in communication.

Defender use

Map the event to network role, approved service, direction, destination purpose, and expected access.

Caution

An address or domain alone does not prove content, intent, or successful communication.

Severity or level

A source-defined importance label such as information, warning, error, low, medium, high, or critical.

Defender use

Use it as one clue when prioritizing review.

Caution

Severity does not automatically equal business impact, malicious intent, or confirmed compromise.

Correlation identifier

A shared session, request, activity, trace, process, connection, or ticket value.

Defender use

Connect records that belong to the same workflow and separate them from nearby unrelated events.

Caution

Not every source includes the same identifiers, and some workflows require time and context instead.

Evidence Strength

Match the Conclusion to the Evidence

1

Directly confirmed

The fictional record directly states a time, source, user, action, result, device, process, service, or condition.

The authentication service recorded a failed sign-in for training-user-4 at 08:17:22.
2

Corroborated fact

Two or more independent records support the same event, sequence, identity, device, or outcome.

Authentication, MFA, and application-session records all show the same successful sign-in sequence.
3

Reasonable conclusion

Several connected facts support a likely explanation, but interpretation is still required.

The repeated failures likely came from an old saved password because they stopped after the approved reset.
4

Alternate explanation

Another plausible cause remains possible under the available evidence.

An automated synchronization client may also explain repeated authentication attempts.
5

Evidence gap

Missing, delayed, filtered, overwritten, unavailable, or uncollected information limits confidence.

The endpoint record segment for the first five minutes is unavailable because the device was offline.
6

Unsupported claim

The statement goes beyond the evidence or treats one label, user, address, event, or alert as proof.

The user intentionally attacked the system because one denied connection was recorded.

Defensive Workflow

Review Logs in Six Steps

1

Define the question

Identify the fictional system, user, device, application, time window, owner, and defensive question.

2

Identify the sources

List the authentication, system, application, network, web, endpoint, and change records that may help.

3

Read the fields

Capture timestamp, provider, event ID, user, device, process, service, source, destination, action, result, severity, and correlation data.

4

Add context

Connect asset role, user role, normal schedule, approved applications, expected destinations, owner, and known changes.

5

Compare and correlate

Look for agreement, conflict, sequence, missing records, repeated patterns, and shared identifiers.

6

Document honestly

Separate facts, conclusions, alternate explanations, evidence gaps, confidence, impact, and safe next action.

Log Lifecycle

Logs Move Through Six Stages

1

Creation

A system, application, device, or control generates an event under its configured logging rules.

Review risk

Important activity may not be recorded if logging is disabled, limited, or misconfigured.

2

Collection

The record may remain local or be forwarded to a centralized platform.

Review risk

Network, service, permission, queue, or agent problems may delay or interrupt collection.

3

Normalization

Fields, names, timestamps, and source formats may be converted into a common structure.

Review risk

Incorrect parsing or time conversion can change meaning or event order.

4

Storage

Records are stored under size, retention, access, and protection rules.

Review risk

Older records may be overwritten, archived, inaccessible, or removed according to policy.

5

Review

Defenders search, filter, compare, correlate, and summarize relevant events.

Review risk

Filters or assumptions may hide related evidence or overemphasize one event.

6

Reporting

Findings, confidence, limitations, impact, ownership, and next actions are communicated.

Review risk

Poor wording can turn a technical clue into an unsupported accusation or misleading conclusion.

Analyst Questions

Eight Questions to Ask About Every Event

Who or what created the event?

Identify the provider, log source, user, service identity, application, device, or control.

When did it happen?

Record event time, time zone, clock state, collection time, forwarding delay, and surrounding events.

What was attempted?

Identify the requested action, process, service, connection, file access, sign-in, or configuration change.

What was the result?

Separate success, failure, denial, blocking, timeout, retry, partial completion, and recovery.

Was it expected?

Compare the event with the device role, user role, application purpose, schedule, baseline, and change record.

What else supports it?

Search for related authentication, system, application, network, endpoint, support, and governance records.

What is missing?

Document unavailable fields, retention gaps, collection delays, missing owners, absent timelines, and unknown dependencies.

What is the safe next step?

Preserve evidence, assign an owner, request authorized review, validate impact, and avoid disruptive unsupported changes.

Key Vocabulary

Log and Event Terms

Log

A structured or semi-structured record created by a system, application, device, service, or security control.

Event

A recorded action, condition, change, request, result, failure, warning, or observation.

Log source

The system, application, device, service, sensor, or platform that generated the record.

Timestamp

The date and time associated with an event, including relevant time-zone and clock context.

Field

A named part of a log record such as user, device, action, result, process, source address, or severity.

Event ID

A source-defined code used to categorize a type of event.

Provider

The component, service, application, or device that created the event record.

Severity

A source-defined label such as information, warning, error, low, medium, high, or critical.

Retention

How long log records remain available and under what storage conditions.

Collection

The process of gathering records from one or more sources into a review or monitoring location.

Correlation

Connecting related events using shared time, user, device, process, service, address, request, session, or other identifiers.

Evidence gap

Missing, delayed, filtered, overwritten, unavailable, or uncollected information that limits confidence.

Fake Dashboard

Fake Log Visibility Dashboard

Training dashboard for the fictional Northstar Learning Services environment.

Active log sources

8

Authentication, system, application, firewall, DNS, web, endpoint, and change records are available.

Collection gaps

3

One delayed endpoint source, one overwritten application segment, and one device with incomplete forwarding.

Events reviewed

146

Thirty-two authentication, forty-one system, twenty-eight application, twenty-five network, and twenty security records.

Fake SOC Alert

Repeated Authentication Failures Follow an Approved Password Reset

Source: Fake Identity Monitoring Platform • Time: 09:18 AM

Medium Severity
A fictional account produces four failed sign-ins from its usual laptop immediately after an approved password reset. The mail application reports an old stored credential, the user updates it, MFA succeeds, and no further failures occur.
Defensive recommendation: Preserve authentication, application, MFA, change, support, and monitoring evidence; confirm the expected device and owner; document the stored-credential explanation with appropriate confidence; and monitor for additional failures.

Fake Log Panel

Fake Multi-Source Event Preview

training-log-viewer.log
09:00:00 CHANGE account='training-user-4' action='password_reset' approved='true'
09:02:11 AUTH account='training-user-4' result='failed' device='training-laptop-4'
09:02:14 APPLICATION name='mail-client' result='stored_credential_rejected'
09:02:25 AUTH account='training-user-4' result='failed' device='training-laptop-4'
09:03:07 SUPPORT user_report='mail_password_not_updated'
09:03:42 APPLICATION name='mail-client' action='credential_updated'
09:03:51 AUTH account='training-user-4' result='success' device='training-laptop-4'
09:03:55 MFA account='training-user-4' result='approved'
09:04:02 APPLICATION name='mail-client' session='created'
09:18:00 MONITOR additional_failures='0' confidence='high'

Training note: this is fake data for defensive analysis practice only.

Analyze the Evidence

What Is the Strongest Log-Based Conclusion?

An approved password reset occurred at 09:00.
Four failed sign-ins came from the account's expected laptop.
The mail application reported an old stored credential.
The user reported that the mail password had not yet been updated.
The stored credential was updated.
Authentication then succeeded from the expected device.
The MFA challenge was approved.
No additional failures occurred during the next fourteen minutes.

Which conclusion is best supported?

Common Mistakes

Mistakes That Weaken Log Review

Treating every warning, error, denied connection, failed sign-in, or rare event as malicious.
Reading only high-severity records and ignoring the events before and after them.
Using one event ID without checking its provider, source, message, fields, and surrounding records.
Assuming a username proves the physical person behind an action.
Assuming an address, hostname, domain, process name, or user agent proves intent.
Ignoring approved maintenance, password resets, deployments, travel, testing, outages, and support activity.
Treating a successful action as automatically approved or safe.
Treating a blocked or failed action as proof of compromise.
Assuming missing logs prove that no activity occurred.
Filtering too narrowly and hiding related records from other sources or time windows.
Mixing confirmed facts, likely explanations, alternate explanations, evidence gaps, and recommendations.
Publishing real logs, usernames, device names, addresses, domains, paths, alerts, or internal details in a portfolio.

Safe Practice Lab

Build a Fictional Log Source Inventory

Fictional Environment

Meadowbrook Log Visibility Review

Review eight fictional sources: identity, Windows, Linux, application, firewall, DNS, web proxy, endpoint protection, and change records.

Required Analysis

  1. Name the source and technical owner.
  2. Describe why the source creates logs.
  3. List the most useful event fields.
  4. Write three defensive questions the source can help answer.
  5. State two limitations of the source.
  6. Record collection, retention, and visibility gaps.
  7. Classify one supplied event as fact, conclusion, alternate explanation, or evidence gap.
Use only supplied fictional records. Do not access, export, clear, modify, collect, search, or publish any real logs, account details, addresses, domains, paths, event messages, or internal system data.

Scenario Decision Lab

A Critical Event Appears Without Supporting Context

A fictional application log contains one critical event stating that a database client stopped unexpectedly. No System, service, update, resource, or change records are included in the current evidence packet.

Scenario Decision Lab

A Device Stops Sending Logs

A fictional centralized collector receives no events from training-win-19 for twenty minutes. Device-health monitoring still reports the workstation online, but forwarding-service status is unavailable.

Defender Habits

What Logs Are and Why They Matter Checklist

Check Your Understanding

I4.1 Mini Quiz: What Logs Are and Why They Matter

Choose your answers first. Explanations appear only after submission.

1. What is a log?

2. Why do defenders review multiple log sources?

3. What does a failed sign-in directly prove?

4. Why is severity only one clue?

5. What does missing telemetry from one device prove?

6. Which statement is a reasonable conclusion rather than a confirmed fact?

7. What should a professional log review include?

Portfolio Prompt

Portfolio Prompt

Create a fictional Log Source Inventory covering eight sources: authentication, operating system, application, firewall or network, DNS, web or proxy, endpoint security, and change records. For each source, include owner, purpose, common events, useful fields, collection method, retention, three defensive questions, two limitations, one evidence gap, and one sample fictional event.

Use only fictional users, devices, addresses, domains, applications, event IDs, paths, alerts, and organizations.
Clearly separate what each source can support from what it cannot prove alone.
Include at least one source with delayed collection and one source with limited retention.
Do not include real screenshots, logs, usernames, addresses, domains, paths, or internal event messages.

Key Takeaways

What You Should Remember

1.Logs are records created by systems, applications, devices, services, and security controls.
2.Different log sources record different parts of the same technical and business story.
3.Every event should be interpreted using source, fields, context, related evidence, and limitations.
4.Severity, usernames, addresses, process names, and single events do not automatically prove intent or impact.
5.Missing logs confirm a visibility gap, not the reason for that gap.
6.Professional log review separates facts, conclusions, alternate explanations, evidence gaps, confidence, and safe next actions.

Navigation

Continue Module I4