Skip to content

Commit 5732573

Browse files
Update README.md
Signed-off-by: LUIZ HAMILTON ROBERTO DA SILVA <[email protected]>
1 parent 5c4e017 commit 5732573

1 file changed

Lines changed: 79 additions & 100 deletions

File tree

BlueTeam-Tools/README.md

Lines changed: 79 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,139 +1,118 @@
1-
## 🔵 BlueTeam-Tools Suite
2-
### DFIR · Forensic Readiness · Security Visibility
1+
# 🛡️ BlueTeam-Tools
2+
### DFIR · Event Logs · Incident Response · Forensic Readiness
33

4-
[![BlueTeam](https://img.shields.io/badge/BlueTeam-DFIR-orange?style=for-the-badge&logo=protonmail&logoColor=white)]() [![PowerShell](https://img.shields.io/badge/PowerShell-Primary-5391FE?style=for-the-badge&logo=powershell&logoColor=white)]() [![Windows](https://img.shields.io/badge/Windows-Server%20%7C%2010%20%7C%2011-0078D6?style=for-the-badge&logo=windows&logoColor=white)]() [![Forensics](https://img.shields.io/badge/Domain-Digital%20Forensics-black?style=for-the-badge)]() [![Security](https://img.shields.io/badge/Domain-Cybersecurity-critical?style=for-the-badge)]()
4+
[![Parent Repo](https://img.shields.io/badge/Parent-Windows--SysAdmin--ProSuite-181717?style=for-the-badge&logo=github)](https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite)
5+
[![PowerShell](https://img.shields.io/badge/PowerShell-5.1%20%7C%207.x-5391FE?style=for-the-badge&logo=powershell&logoColor=white)]()
6+
[![Windows](https://img.shields.io/badge/Windows-10%20%7C%2011%20%7C%20Server-0078D6?style=for-the-badge&logo=windows&logoColor=white)]()
7+
[![DFIR](https://img.shields.io/badge/Domain-DFIR-critical?style=for-the-badge)]()
8+
[![Security](https://img.shields.io/badge/Focus-Cybersecurity-red?style=for-the-badge&logo=security)]()
9+
[![Forensics](https://img.shields.io/badge/Focus-Digital%20Forensics-black?style=for-the-badge)]()
510

6-
---
7-
8-
## 🧭 Overview
9-
10-
The **BlueTeam-Tools Suite** is a **forensic-grade PowerShell toolkit** designed for **Blue Team**, **DFIR**, and **Cybersecurity Operations** within Windows enterprise and public-sector environments.
11-
12-
It provides **repeatable**, **auditable**, and **incident-ready** tooling to support:
11+
**BlueTeam-Tools** is the defensive security and forensic analysis pillar of the
12+
**Windows-SysAdmin-ProSuite**, providing enterprise-grade PowerShell tooling for:
1313

14-
- Live-response operations
15-
- Event correlation and threat hunting
16-
- Evidence collection and forensic readiness
17-
- Security posture validation and audit support
18-
19-
All tools follow the same engineering principles applied across **Windows-SysAdmin-ProSuite**:
20-
**deterministic execution, structured logging, and governance alignment**.
14+
- 🔍 Threat detection and investigation
15+
- 🧾 Windows Event Log analysis
16+
- 🕵️ Incident response support
17+
- 📊 Audit-ready forensic reporting
2118

2219
---
2320

24-
## 🧪 Core Capabilities
25-
26-
[![Forensics](https://img.shields.io/badge/Forensics-Ready-black?style=for-the-badge)]() [![Logging](https://img.shields.io/badge/Logging-Structured-success?style=for-the-badge)]() [![Reports](https://img.shields.io/badge/Reports-CSV-informational?style=for-the-badge)]() [![GUI](https://img.shields.io/badge/GUI-Available-blueviolet?style=for-the-badge)]()
21+
## 🎯 Operational Scope
2722

28-
- 🔍 **Forensic Automation**
29-
Extraction of Windows Event Logs, registry artifacts, network sessions, user activity, and volatile system state.
23+
[![Blue Team](https://img.shields.io/badge/Team-Blue%20Team-blue?style=for-the-badge)]()
24+
[![SOC](https://img.shields.io/badge/Environment-SOC-003366?style=for-the-badge)]()
25+
[![IR](https://img.shields.io/badge/Capability-Incident%20Response-darkred?style=for-the-badge)]()
26+
[![Audit](https://img.shields.io/badge/Use-Audit%20%26%20Compliance-success?style=for-the-badge)]()
3027

31-
- 🛡️ **Incident Response Support**
32-
Live-response data capture, evidence preservation, and correlation during active or post-incident scenarios.
28+
Designed to support:
3329

34-
- 📊 **Security Visibility & Auditability**
35-
Policy validation, configuration auditing, and exportable `.csv` / `.log` artifacts suitable for compliance and investigations.
36-
37-
---
38-
39-
## 🧩 Script Categories & Architecture
40-
41-
[![Architecture](https://img.shields.io/badge/Architecture-Modular-008080?style=for-the-badge)]() [![Pipeline](https://img.shields.io/badge/Integration-IR%20Pipelines-4B0082?style=for-the-badge)]()
42-
43-
| Component | Purpose | Documentation |
44-
|-----------|---------|---------------|
45-
| **EventLogMonitoring** | Security-focused analysis of Windows Event Logs, including authentication failures, privilege escalation, lateral movement indicators, and policy violations. | [![Docs](https://img.shields.io/badge/View%20Docs-EventLogMonitoring-0A66C2?style=for-the-badge&logo=github)](EventLogMonitoring/README.md) |
46-
| **IncidentResponse** | Live-response and post-incident utilities for volatile artifacts, active sessions, system metadata, and threat indicators. | [![Docs](https://img.shields.io/badge/View%20Docs-IncidentResponse-0A66C2?style=for-the-badge&logo=github)](IncidentResponse/README.md) |
30+
- Security Operations Centers (SOC)
31+
- DFIR teams
32+
- Judicial and public-sector investigations
33+
- Enterprise security audits
34+
- Post-incident technical reporting
4735

4836
---
4937

50-
## 🏛️ Scope & Target Audience
38+
## 🧠 Core Capabilities
5139

52-
[![Audience](https://img.shields.io/badge/Audience-Blue%20Team-orange?style=for-the-badge)]() [![Audience](https://img.shields.io/badge/Audience-DFIR-darkred?style=for-the-badge)]() [![Audience](https://img.shields.io/badge/Audience-Public%20Sector-0047AB?style=for-the-badge)]() [![Audience](https://img.shields.io/badge/Audience-Enterprise%20SOC-2E8B57?style=for-the-badge)]()
40+
[![Event Logs](https://img.shields.io/badge/EventLogs-EVTX%20Analysis-orange?style=for-the-badge)]()
41+
[![Timeline](https://img.shields.io/badge/Forensics-Timeline%20Reconstruction-black?style=for-the-badge)]()
42+
[![Correlation](https://img.shields.io/badge/Analysis-Correlation-informational?style=for-the-badge)]()
43+
[![Artifacts](https://img.shields.io/badge/Artifacts-Windows%20Artifacts-blueviolet?style=for-the-badge)]()
5344

54-
Designed for professionals operating in:
55-
56-
- Security Operations Centers (SOC)
57-
- Digital Forensics & Incident Response (DFIR)
58-
- Identity & Access Management investigations
59-
- Compliance, audit, and governance workflows
60-
- Public-sector and regulated environments
45+
- Parsing and querying Windows Event Logs (EVTX)
46+
- Detection of anomalous authentication behavior
47+
- Timeline reconstruction of user and system activity
48+
- Identification of lateral movement indicators
49+
- Correlation of logon, privilege, and service events
6150

6251
---
6352

64-
## ⚙️ Requirements & Environment
65-
66-
[![PS](https://img.shields.io/badge/PowerShell-5.1%20%7C%207.x-5391FE?style=for-the-badge&logo=powershell)]() [![Admin](https://img.shields.io/badge/Privileges-Administrator-critical?style=for-the-badge)]()
67-
68-
- **PowerShell**
69-
```powershell
70-
$PSVersionTable.PSVersion
53+
## 🧩 Directory Structure
54+
55+
```text
56+
BlueTeam-Tools/
57+
58+
├─ EventLogMonitoring/
59+
│ ├─ Authentication analysis
60+
│ ├─ Privilege escalation detection
61+
│ └─ Logon/session correlation
62+
63+
├─ IncidentResponse/
64+
│ ├─ Rapid triage scripts
65+
│ ├─ Evidence-oriented collection
66+
│ └─ Post-incident review helpers
67+
68+
└─ README.md
7169
```
72-
Minimum **5.1** (PowerShell 7+ recommended)
7370

74-
- **Administrative Privileges**
75-
Required to access protected system artifacts.
71+
---
7672

77-
- **RSAT (when applicable)**
73+
## 📤 Outputs & Evidence Handling
7874

79-
```powershell
80-
Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online
81-
```
75+
[![Logs](https://img.shields.io/badge/Logs-Structured-success?style=for-the-badge)]()
76+
[![CSV](https://img.shields.io/badge/Reports-CSV-informational?style=for-the-badge)]()
77+
[![Chain of Custody](https://img.shields.io/badge/Forensics-Chain%20of%20Custody-black?style=for-the-badge)]()
8278

83-
- **Execution Policy (session-scoped)**
79+
Most tools generate:
8480

85-
```powershell
86-
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
87-
```
88-
89-
- **Optional Modules**
90-
`ActiveDirectory`, `Defender`, `DHCPServer`
81+
- `.log` execution logs
82+
- `.csv` structured datasets
83+
- Timestamped artifacts
84+
- Reproducible outputs suitable for audits and investigations
9185

9286
---
9387

94-
## 🚀 Getting Started
95-
96-
```powershell
97-
git clone https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite.git
98-
cd Windows-SysAdmin-ProSuite/BlueTeam-Tools
99-
```
100-
101-
**Recommended workflow:**
102-
103-
1. Select the appropriate category
104-
2. Review the local `README.md`
105-
3. Execute the script:
106-
107-
```powershell
108-
.\Script-Name.ps1
109-
```
88+
## 🏛️ Governance & Forensic Principles
11089

111-
4. Review generated `.log` and `.csv` artifacts
90+
[![Forensic Soundness](https://img.shields.io/badge/Principle-Forensic%20Soundness-critical?style=for-the-badge)]()
91+
[![Auditability](https://img.shields.io/badge/Principle-Auditability-success?style=for-the-badge)]()
92+
[![Reproducibility](https://img.shields.io/badge/Principle-Reproducibility-blue?style=for-the-badge)]()
11293

113-
> ⚠️ Always validate execution context before running in production or investigative environments.
94+
- Non-destructive data handling
95+
- Minimal system interaction
96+
- Explicit logging of all actions
97+
- Deterministic execution paths
11498

11599
---
116100

117-
## 🔗 Integration & Interoperability
101+
## ⚙️ Requirements
118102

119-
[![GPO](https://img.shields.io/badge/Integration-GPOs-blue?style=for-the-badge)](https://chatgpt.com/) [![Scheduled Tasks](https://img.shields.io/badge/Integration-Scheduled%20Tasks-4682B4?style=for-the-badge)](https://chatgpt.com/) [![SIEM](https://img.shields.io/badge/Integration-SIEM-informational?style=for-the-badge)](https://chatgpt.com/)
120-
121-
BlueTeam tools are designed to integrate with:
122-
123-
- Incident response playbooks
124-
- GPO-based execution models
125-
- Scheduled forensic snapshots
126-
- SIEM ingestion pipelines
127-
- Compliance and audit evidence chains
103+
[![PowerShell](https://img.shields.io/badge/PowerShell-5.1%20Required-5391FE?style=for-the-badge&logo=powershell)]()
104+
[![Admin](https://img.shields.io/badge/Privileges-Administrator-critical?style=for-the-badge)]()
105+
[![OS](https://img.shields.io/badge/OS-Windows%20Only-0078D6?style=for-the-badge&logo=windows)]()
128106

129107
---
130108

131-
## 🤝 Support & Community
109+
## 📬 Contact & Support
132110

133-
[![Email](https://img.shields.io/badge/[email protected]?style=for-the-badge&logo=gmail)](mailto:[email protected]) [![Patreon](https://img.shields.io/badge/Support-Patreon-red?style=for-the-badge&logo=patreon)](https://patreon.com/brazilianscriptguy) [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-yellow?style=for-the-badge&logo=buymeacoffee)](https://buymeacoffee.com/brazilianscriptguy) [![Ko-fi](https://img.shields.io/badge/Ko--fi-blue?style=for-the-badge&logo=kofi)](https://ko-fi.com/brazilianscriptguy) [![GoFundMe](https://img.shields.io/badge/GoFundMe-green?style=for-the-badge&logo=gofundme)](https://gofundme.com/f/brazilianscriptguy) [![WhatsApp](https://img.shields.io/badge/Community-WhatsApp-25D366?style=for-the-badge&logo=whatsapp)](https://whatsapp.com/channel/0029VaEgqC50G0XZV1k4Mb1c)
111+
[![Email](https://img.shields.io/badge/Email-luizhamilton.lhr%40gmail.com-D14836?style=for-the-badge&logo=gmail)](mailto:[email protected])
112+
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Support-yellow?style=for-the-badge&logo=buymeacoffee)](https://buymeacoffee.com/brazilianscriptguy)
113+
[![Ko--fi](https://img.shields.io/badge/Ko--fi-Support-blue?style=for-the-badge&logo=kofi)](https://ko-fi.com/brazilianscriptguy)
114+
[![Patreon](https://img.shields.io/badge/Patreon-Support-red?style=for-the-badge&logo=patreon)](https://www.patreon.com/brazilianscriptguy)
134115

135116
---
136117

137-
> 🛡️ _BlueTeam-Tools Suite is engineered for environments where **forensics, response, governance, and auditability converge**._
138-
139-
© 2026 Luiz Hamilton Silva. All rights reserved.
118+
© 2026 Luiz Hamilton Silva — BlueTeam-Tools

0 commit comments

Comments
 (0)