knowledgebase overhaul

This commit is contained in:
overcuriousity
2025-07-20 22:59:08 +02:00
parent e7800724bb
commit e78e738295
21 changed files with 2575 additions and 1582 deletions

View File

@@ -1,6 +1,5 @@
tools:
- name: Autopsy
icon: 📦
type: software
description: >-
Die führende Open-Source-Alternative zu kommerziellen Forensik-Suiten mit
@@ -9,6 +8,16 @@ tools:
Plugin-Architektur erlaubt Erweiterungen für spezielle
Untersuchungsszenarien. Zwar komplexer als kommerzielle Lösungen, aber
dafür vollständig transparent und kostenfrei.
skillLevel: intermediate
url: https://www.autopsy.com/
tags:
- gui
- filesystem
- timeline-analysis
- carving
- artifact-extraction
- keyword-search
icon: 📦
domains:
- incident-response
- law-enforcement
@@ -18,26 +27,15 @@ tools:
phases:
- examination
- analysis
related_concepts:
- SQL Query Fundamentals
- Hash Functions & Digital Signatures
platforms:
- Windows
- Linux
related_concepts:
- "SQL Query Fundamentals"
- "Hash Functions & Digital Signatures"
domain-agnostic-software: null
skillLevel: intermediate
accessType: download
url: https://www.autopsy.com/
projectUrl: ''
accessType: Download
license: Apache 2.0
knowledgebase: false
tags:
- gui
- filesystem
- timeline-analysis
- carving
- artifact-extraction
- keyword-search
- name: Volatility 3
icon: 📦
type: software
@@ -62,8 +60,8 @@ tools:
- Linux
- macOS
related_concepts:
- "Hash Functions & Digital Signatures"
- "Regular Expressions (Regex)"
- Hash Functions & Digital Signatures
- Regular Expressions (Regex)
domain-agnostic-software: null
skillLevel: advanced
accessType: download
@@ -170,8 +168,8 @@ tools:
platforms:
- Web
related_concepts:
- "Regular Expressions (Regex)"
- "SQL Query Fundamentals"
- Regular Expressions (Regex)
- SQL Query Fundamentals
domain-agnostic-software: null
skillLevel: intermediate
accessType: server-based
@@ -608,8 +606,8 @@ tools:
- Windows
- Linux
- macOS
related_concepts:
- "Regular Expressions (Regex)"
related_concepts:
- Regular Expressions (Regex)
domain-agnostic-software: null
skillLevel: novice
accessType: download
@@ -682,7 +680,7 @@ tools:
- macOS
- Web
related_concepts:
- "SQL Query Fundamentals"
- SQL Query Fundamentals
domain-agnostic-software: null
skillLevel: intermediate
accessType: server-based
@@ -973,7 +971,7 @@ tools:
platforms:
- Windows
related_concepts:
- "Hash Functions & Digital Signatures"
- Hash Functions & Digital Signatures
domain-agnostic-software: null
skillLevel: beginner
accessType: download
@@ -1005,7 +1003,7 @@ tools:
platforms:
- Linux
related_concepts:
- "Hash Functions & Digital Signatures"
- Hash Functions & Digital Signatures
domain-agnostic-software: null
skillLevel: novice
accessType: download
@@ -1072,7 +1070,7 @@ tools:
- Linux
- macOS
related_concepts:
- "SQL Query Fundamentals"
- SQL Query Fundamentals
domain-agnostic-software: null
skillLevel: intermediate
accessType: download
@@ -1240,7 +1238,7 @@ tools:
platforms:
- Linux
related_concepts:
- "Hash Functions & Digital Signatures"
- Hash Functions & Digital Signatures
domain-agnostic-software: null
skillLevel: intermediate
accessType: download
@@ -1480,8 +1478,8 @@ tools:
- Linux
- macOS
related_concepts:
- "Regular Expressions (Regex)"
- "Hash Functions & Digital Signatures"
- Regular Expressions (Regex)
- Hash Functions & Digital Signatures
accessType: download
license: BSD-3-Clause
knowledgebase: false
@@ -1504,7 +1502,7 @@ tools:
- Linux
- macOS
related_concepts:
- "Regular Expressions (Regex)"
- Regular Expressions (Regex)
domain-agnostic-software: null
skillLevel: novice
accessType: built-in
@@ -1977,9 +1975,10 @@ tools:
icon: 🔤
type: concept
description: >-
Pattern matching language for searching, extracting, and manipulating text.
Essential for log analysis, malware signature creation, and data extraction from
unstructured sources. Forms the backbone of many forensic tools and custom scripts.
Pattern matching language for searching, extracting, and manipulating
text. Essential for log analysis, malware signature creation, and data
extraction from unstructured sources. Forms the backbone of many forensic
tools and custom scripts.
domains:
- incident-response
- malware-analysis
@@ -1996,21 +1995,21 @@ tools:
url: https://regexr.com/
projectUrl: null
license: null
knowledgebase: false
knowledgebase: true
tags:
- pattern-matching
- text-processing
- log-analysis
- string-manipulation
- search-algorithms
- name: SQL Query Fundamentals
icon: 🗃️
type: concept
description: >-
Structured Query Language for database interrogation and analysis. Critical for
examining application databases, SQLite artifacts from mobile devices, and
browser history databases. Enables complex correlation and filtering of large datasets.
Structured Query Language for database interrogation and analysis.
Critical for examining application databases, SQLite artifacts from
mobile devices, and browser history databases. Enables complex
correlation and filtering of large datasets.
domains:
- incident-response
- mobile-forensics
@@ -2034,14 +2033,14 @@ tools:
- data-correlation
- mobile-artifacts
- browser-forensics
- name: Hash Functions & Digital Signatures
icon: 🔐
type: concept
description: >-
Cryptographic principles for data integrity verification and authentication.
Fundamental for evidence preservation, malware identification, and establishing
chain of custody. Understanding of MD5, SHA, and digital signature validation.
Cryptographic principles for data integrity verification and
authentication. Fundamental for evidence preservation, malware
identification, and establishing chain of custody. Understanding of MD5,
SHA, and digital signature validation.
domains:
- incident-response
- law-enforcement