aboutsummaryrefslogtreecommitdiff
path: root/templates/security
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-06-04 11:23:13 -0500
committerChristian Cleberg <hello@cleberg.net>2025-06-04 11:23:13 -0500
commit99e4a3d8adcb5fad1d8eb77b9c519a979079eb31 (patch)
tree33a2f786a03e71948055133a9514cc5bf01bd5f4 /templates/security
downloadorg-templates-99e4a3d8adcb5fad1d8eb77b9c519a979079eb31.tar.gz
org-templates-99e4a3d8adcb5fad1d8eb77b9c519a979079eb31.tar.bz2
org-templates-99e4a3d8adcb5fad1d8eb77b9c519a979079eb31.zip
feat: initial commit
Diffstat (limited to 'templates/security')
-rw-r--r--templates/security/incident-response.org21
-rw-r--r--templates/security/security-incident.org25
-rw-r--r--templates/security/threat-model.org16
3 files changed, 62 insertions, 0 deletions
diff --git a/templates/security/incident-response.org b/templates/security/incident-response.org
new file mode 100644
index 0000000..4f31cc4
--- /dev/null
+++ b/templates/security/incident-response.org
@@ -0,0 +1,21 @@
+#+TITLE: Ops Incident Response
+#+DATE: %<%Y-%m-%d>
+#+FILETAGS: :ops:incident:
+
+* Summary
+
+* Timeline of Events
+| Time | Event |
+|-------------+-------|
+
+* Detection
+
+* Mitigation
+
+* Communication Log
+
+* Postmortem Notes
+
+* Action Items
+- [ ] Add monitoring
+- [ ] Automate mitigation \ No newline at end of file
diff --git a/templates/security/security-incident.org b/templates/security/security-incident.org
new file mode 100644
index 0000000..2c36e60
--- /dev/null
+++ b/templates/security/security-incident.org
@@ -0,0 +1,25 @@
+#+TITLE: Security Incident Report
+#+DATE: %<%Y-%m-%d>
+#+FILETAGS: :security:incident:
+
+* Summary
+A short summary of what happened.
+
+* Timeline
+| Time | Event |
+|-------------+-------|
+| %<%Y-%m-%d %H:%M> | Incident detected |
+
+* Systems Affected
+
+* Root Cause
+
+* Impact
+
+* Response Actions
+
+* Lessons Learned
+
+* Follow-Up Tasks
+- [ ] Improve detection
+- [ ] Update documentation \ No newline at end of file
diff --git a/templates/security/threat-model.org b/templates/security/threat-model.org
new file mode 100644
index 0000000..032ab4c
--- /dev/null
+++ b/templates/security/threat-model.org
@@ -0,0 +1,16 @@
+#+TITLE: Threat Model - [System or App]
+#+FILETAGS: :security:threat:
+
+* Overview
+- What is being modeled?
+- Assets to protect:
+
+* Assumptions
+
+* Potential Threats
+
+* Attack Vectors
+
+* Mitigations
+
+* Notes \ No newline at end of file