Update tool: grep #26

Open
opened 2025-11-03 09:17:08 +00:00 by contribution-bot · 0 comments
Collaborator

Update Tool: grep

Submitted by: anon@anon.anon
Type: software
Action: edit

Tool Information

  • Name: grep
  • Description: Filtert forensische Logs und Speicher-Dumps durch leistungsstarke reguläre Ausdrücke für präzise Beweissuche. GNU-Implementierung unterstützt drei Regex-Dialekte und Farb-Highlighting für schnelle Mustererkennung. Zero-Copy-Block-Pufferung ermöglicht Höchstgeschwindigkeit auch in riesigen Dateien. Pipe-Kompatibilität macht grep zum Grundbaustein unzähliger DFIR-Einzeiler für Artefakt-Parsing und Netzwerk-Flow-Analyse. Verfügbar auf jeder Unix-Plattform ohne Installation.
  • URL: https://www.gnu.org/software/grep/
  • Skill Level: beginner
  • Platforms: Windows, macOS, Linux
  • License: GPL v3
  • Domains: incident-response, static-investigations
  • Phases: examination, analysis
  • Related Concepts: Regular Expressions (Regex)

Reason

Ergänzung: grep -Hirn

Copy-Paste YAML

  - name: grep
    type: software
    description: Filtert forensische Logs und Speicher-Dumps durch leistungsstarke reguläre Ausdrücke für präzise Beweissuche. GNU-Implementierung unterstützt drei Regex-Dialekte und Farb-Highlighting für schnelle Mustererkennung. Zero-Copy-Block-Pufferung ermöglicht Höchstgeschwindigkeit auch in riesigen Dateien. Pipe-Kompatibilität macht grep zum Grundbaustein unzähliger DFIR-Einzeiler für Artefakt-Parsing und Netzwerk-Flow-Analyse. Verfügbar auf jeder Unix-Plattform ohne Installation.
    domains:
      - incident-response
      - static-investigations
    phases:
      - examination
      - analysis
    skillLevel: beginner
    url: https://www.gnu.org/software/grep/
    icon: 🔍
    platforms:
      - Windows
      - macOS
      - Linux
    license: "GPL\_v3"
    accessType: download
    related_concepts:
      - Regular Expressions (Regex)
    tags:
      - cli
      - regular-expressions
      - piping
      - filtering

For Maintainers

  1. Copy the YAML above
  2. Add to src/data/tools.yaml in the tools array
  3. Maintain alphabetical order
  4. Close this issue when done

Submitted via ForensicPathways contribution form

## Update Tool: grep **Submitted by:** anon@anon.anon **Type:** software **Action:** edit ### Tool Information - **Name:** grep - **Description:** Filtert forensische Logs und Speicher-Dumps durch leistungsstarke reguläre Ausdrücke für präzise Beweissuche. GNU-Implementierung unterstützt drei Regex-Dialekte und Farb-Highlighting für schnelle Mustererkennung. Zero-Copy-Block-Pufferung ermöglicht Höchstgeschwindigkeit auch in riesigen Dateien. Pipe-Kompatibilität macht grep zum Grundbaustein unzähliger DFIR-Einzeiler für Artefakt-Parsing und Netzwerk-Flow-Analyse. Verfügbar auf jeder Unix-Plattform ohne Installation. - **URL:** https://www.gnu.org/software/grep/ - **Skill Level:** beginner - **Platforms:** Windows, macOS, Linux - **License:** GPL v3 - **Domains:** incident-response, static-investigations - **Phases:** examination, analysis - **Related Concepts:** Regular Expressions (Regex) ### Reason Ergänzung: grep -Hirn ### Copy-Paste YAML ```yaml - name: grep type: software description: Filtert forensische Logs und Speicher-Dumps durch leistungsstarke reguläre Ausdrücke für präzise Beweissuche. GNU-Implementierung unterstützt drei Regex-Dialekte und Farb-Highlighting für schnelle Mustererkennung. Zero-Copy-Block-Pufferung ermöglicht Höchstgeschwindigkeit auch in riesigen Dateien. Pipe-Kompatibilität macht grep zum Grundbaustein unzähliger DFIR-Einzeiler für Artefakt-Parsing und Netzwerk-Flow-Analyse. Verfügbar auf jeder Unix-Plattform ohne Installation. domains: - incident-response - static-investigations phases: - examination - analysis skillLevel: beginner url: https://www.gnu.org/software/grep/ icon: 🔍 platforms: - Windows - macOS - Linux license: "GPL\_v3" accessType: download related_concepts: - Regular Expressions (Regex) tags: - cli - regular-expressions - piping - filtering ``` ### For Maintainers 1. Copy the YAML above 2. Add to `src/data/tools.yaml` in the tools array 3. Maintain alphabetical order 4. Close this issue when done --- *Submitted via ForensicPathways contribution form*
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mstoeck3/forensic-pathways#26
No description provided.