Content ITV PRO
This is Itvedant Content department
Implement Centralized Log Collection from Endpoints Using Agents
Business Scenario
You are a Junior SOC Analyst at CyberSecure Solutions. The organisation has multiple Windows and Linux systems, and the security team wants all endpoint logs in one central monitoring platform.
Your task is to install monitoring agents on test endpoints, connect them to the SIEM, and verify that logs are being collected centrally.
Pre-Lab Preparation
Git Pull
git pull origin branchNameTopic: Log Management and Analysis
Objective
Understand how endpoint logs reach the central SIEM.
Identify the following components:
Endpoint
1
Agent
2
SIEM Server
3
Log Storage
4
Task 1: Understand the Log Collection Architecture
SOC Analyst
5
Example
Expected Output
Activity
Students can explain how logs travel from an endpoint to the SIEM.
Objective
Install a monitoring agent on the test endpoint.
Start the Windows/Linux test VM.
1
Download the appropriate SIEM agent.
2
Install the agent.
3
During configuration, provide:
4
Sudden large amounts of file activity.
5
Task 2: Install the Agent
SIEM server address
Agent name
Registration information, if required
Expected Output
The agent is installed and running on the test endpoint.
Objective
Register the endpoint with the central monitoring server.
Open the SIEM dashboard.
1
Navigate to the Agents/Endpoints section.
2
Locate the test endpoint.
3
Agent name
IP address
Operating system
Connection status
Task 3: Connect the Endpoint to the SIEM
Confirm that its status is Active/Connected.
4
Record:
5
Agent name
IP address
Operating system
Connection status
Expected Output
The endpoint appears as an active agent in the SIEM.
Objective
Verify that endpoint logs are being sent to the central system.
Task 4: Collect Endpoint Logs
Generate simple test activities on the endpoint:
1
Successful login.
Failed login.
File creation.
File deletion.
Service start/stop.
Open the SIEM dashboard.
2
Search for the generated events.
3
Example
Verify that the events came from the correct endpoint.
4
Expected Output
Activity
Students can see endpoint events in the central SIEM.
Objective
Understand how centralised logs can be used for monitoring.
Select one collected event.
1
Review:
2
Timestamp
Hostname
Username
Event type
Source
Severity
Determine whether the event is normal or suspicious.
3
Task 5: Analyze the Collected Logs
Record your findings.
4
Expected Output
Activity
Students analyze an endpoint event using centralized SIEM data.
Objective
Understand common reasons why logs may not appear.
If logs are not being received, check:
Task 6: Troubleshoot Log Collection
Is the agent service running?
1
Is the endpoint connected to the network?
2
Is the SIEM server reachable?
3
Is the agent correctly registered?
4
Is the required firewall/network communication allowed?
5
Check the agent logs for errors.
6
Restart the agent if required.
7
Verify log collection again.
8
Expected Output
The endpoint successfully communicates with the SIEM and sends logs.
Task 7: Document the Implementation
Objective
Create a basic centralised logging report.
Record:
| Field | Example |
|---|---|
| Agent Name | TEST-PC01 |
| OS | Windows |
| IP Address | 192.168.1.20 |
| SIEM Server | 192.168.1.10 |
| Agent Status | Active |
| Logs Received | Yes |
| Log Types | Authentication/System |
| Status | Successfully Configured |
Example Finding
Endpoint: TEST-PC01
Implementation:
A SIEM agent was installed and connected to the
central monitoring server.
Verification:
The endpoint successfully sent authentication
and system events to the SIEM.
Status:
Centralized log collection successfully implemented.
Example Finding
Endpoint: TEST-PC01
Implementation:
A SIEM agent was installed and connected to the
central monitoring server.
Verification:
The endpoint successfully sent authentication
and system events to the SIEM.
Status:
Centralized log collection successfully implemented.
Expected Output
Great job!
After completing this lab, students will be able to explain centralised log collection, understand the role of SIEM agents, install and configure an endpoint agent, connect endpoints to a central SIEM, verify log collection, analyse centralised endpoint logs, and troubleshoot basic agent connectivity issues.
Checkpoint
Git Push
git push origin branchNameNext-Lab Preparation
Topic: Log Management and Analysis
By Content ITV