# Change Log

## Competition: _________________ | Team: _________________ | Date: _____________

---

## CHANGE LOG PROTOCOL

> **Every change must be logged.** This protects you from Red Team penalties and helps with incident investigation.

### Before ANY Change:
1. Document current state
2. Get approval from Captain (if major)
3. Announce to team
4. Make the change
5. Verify functionality
6. Log the change

---

## CHANGE ENTRIES

### Entry #____

| Field | Value |
|-------|-------|
| **Time** | |
| **Changed By** | |
| **System(s)** | |
| **Change Type** | [ ] Config [ ] Account [ ] Firewall [ ] Service [ ] Other |
| **Approved By** | |

**Description of Change:**


**Reason for Change:**


**Verification (How did you confirm it worked?):**


**Rollback Plan (If this breaks something):**


---

### Entry #____

| Field | Value |
|-------|-------|
| **Time** | |
| **Changed By** | |
| **System(s)** | |
| **Change Type** | [ ] Config [ ] Account [ ] Firewall [ ] Service [ ] Other |
| **Approved By** | |

**Description of Change:**


**Reason for Change:**


**Verification:**


**Rollback Plan:**


---

### Entry #____

| Field | Value |
|-------|-------|
| **Time** | |
| **Changed By** | |
| **System(s)** | |
| **Change Type** | [ ] Config [ ] Account [ ] Firewall [ ] Service [ ] Other |
| **Approved By** | |

**Description of Change:**


**Reason for Change:**


**Verification:**


**Rollback Plan:**


---

### Entry #____

| Field | Value |
|-------|-------|
| **Time** | |
| **Changed By** | |
| **System(s)** | |
| **Change Type** | [ ] Config [ ] Account [ ] Firewall [ ] Service [ ] Other |
| **Approved By** | |

**Description of Change:**


**Reason for Change:**


**Verification:**


**Rollback Plan:**


---

### Entry #____

| Field | Value |
|-------|-------|
| **Time** | |
| **Changed By** | |
| **System(s)** | |
| **Change Type** | [ ] Config [ ] Account [ ] Firewall [ ] Service [ ] Other |
| **Approved By** | |

**Description of Change:**


**Reason for Change:**


**Verification:**


**Rollback Plan:**


---

## QUICK LOG FORMAT

For rapid logging during high-pressure moments:

```
[TIME] [WHO] [SYSTEM] [CHANGE] [VERIFIED: Y/N]
```

Example:
```
[09:15] [JSmith] [DC01] [Disabled Guest account] [Y]
[09:17] [JSmith] [DC01] [Changed Admin password] [Y]
[09:22] [AMiller] [WebSrv] [Updated Apache config] [Y]
[09:25] [BDavis] [FW01] [Blocked 10.0.0.50] [Y]
```

---

## COMMON CHANGES CHECKLIST

Use this for the first hour - check off and log:

### Account Security
- [ ] Changed default admin passwords
- [ ] Disabled guest accounts
- [ ] Removed unauthorized accounts
- [ ] Reset service account passwords

### Firewall/Network
- [ ] Enabled firewall
- [ ] Blocked unnecessary ports
- [ ] Enabled logging
- [ ] Reviewed existing rules

### Service Hardening
- [ ] Disabled unnecessary services
- [ ] Updated service configs
- [ ] Removed default content
- [ ] Enabled service logging

### System Security
- [ ] Enabled audit logging
- [ ] Checked scheduled tasks
- [ ] Reviewed startup items
- [ ] Applied critical patches

---

## END OF COMPETITION SUMMARY

| Category | Changes Made | Issues Found |
|----------|--------------|--------------|
| Account | | |
| Firewall | | |
| Services | | |
| Config | | |
| Other | | |

**Total Changes Logged:** _____

**Undocumented Changes (if any):**


---

_Template by CCDC.x1000.ai - Elite Blue Team Training Platform_
