-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMARKDOWN
More file actions
44 lines (29 loc) · 1.31 KB
/
Copy pathMARKDOWN
File metadata and controls
44 lines (29 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# WIB Project – Windows Integrity Baseline
[]()
[]()
**WIB (Windows Integrity Baseline)** is a simple, open tool that gives you a **day-one receipt of your Windows system**.
It captures certificates, drivers, services, autoruns, and boot security details so you can prove what your system looked like before compromise.
Think of it as a **birth certificate for your computer**:
- Run once when your system is fresh.
- Save the baseline securely.
- Compare later to spot tampering or malware persistence.
---
## Features
- Capture root & intermediate certificates with SHA-256 hashes
- Inventory drivers, services, autoruns, and scheduled tasks
- Hash key registry hives for integrity checks
- Record TPM, Secure Boot, and BitLocker status
- Export baseline as JSON + ZIP archive
- Optional encrypted archive + cloud upload
- Planned: “diff mode” for instant today-vs-baseline comparison
---
## Quick Start
1. Clone this repo or download the script.
2. Open **PowerShell as Administrator**.
3. Run:
```powershell
Set-ExecutionPolicy Bypass -Scope Process -Force
.\scripts\baseline.ps1
last updated 2025-9-15_
MIT License
Copyright (c) 2025 Verity