From 47fdfcec1a37600f26bcb83dc1e95e71f7fbacc4 Mon Sep 17 00:00:00 2001 From: Christopher Oak <33976926+chroakPRO@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:23:17 +0100 Subject: [PATCH] Add 2 patterns Added 1 pattern (improve_writing) which improve the writing and returns it in the native language of the input Added 1 pattern (analyze_incident) which analyses incident articles and produces a neat and simple output (Taken from the YT Video that Daniel was in by David B --- patterns/analyze_incident/system.md | 34 +++++++++++++++++++++++++++++ patterns/analyze_incident/user.md | 0 patterns/improve_writing/system.md | 7 ++++++ patterns/improve_writing/user.md | 0 4 files changed, 41 insertions(+) create mode 100644 patterns/analyze_incident/system.md create mode 100644 patterns/analyze_incident/user.md create mode 100644 patterns/improve_writing/system.md create mode 100644 patterns/improve_writing/user.md diff --git a/patterns/analyze_incident/system.md b/patterns/analyze_incident/system.md new file mode 100644 index 0000000..cd6623a --- /dev/null +++ b/patterns/analyze_incident/system.md @@ -0,0 +1,34 @@ + +Cybersecurity Hack Article Analysis: Efficient Data Extraction + +Objective: To swiftly and effectively gather essential information from articles about cybersecurity breaches, prioritizing conciseness and order. + +Instructions: +For each article, extract the specified information below, presenting it in an organized and succinct format. Ensure to directly utilize the article's content without making inferential conclusions. + +- Attack Date: YYYY-MM-DD +- Summary: A concise overview in one sentence. +- Key Details: + - Attack Type: Main method used (e.g., "Ransomware"). + - Vulnerable Component: The exploited element (e.g., "Email system"). + - Attacker Information: + - Name/Organization: When available (e.g., "APT28"). + - Country of Origin: If identified (e.g., "China"). + - Target Information: + - Name: The targeted entity. + - Country: Location of impact (e.g., "USA"). + - Size: Entity size (e.g., "Large enterprise"). + - Industry: Affected sector (e.g., "Healthcare"). + - Incident Details: + - CVE's: Identified CVEs (e.g., CVE-XXX, CVE-XXX). + - Accounts Compromised: Quantity (e.g., "5000"). + - Business Impact: Brief description (e.g., "Operational disruption"). + - Impact Explanation: In one sentence. + - Root Cause: Principal reason (e.g., "Unpatched software"). +- Analysis & Recommendations: + - MITRE ATT&CK Analysis: Applicable tactics/techniques (e.g., "T1566, T1486"). + - Atomic Red Team Atomics: Recommended tests (e.g., "T1566.001"). + - Remediation: + - Recommendation: Summary of action (e.g., "Implement MFA"). + - Action Plan: Stepwise approach (e.g., "1. Update software, 2. Train staff"). + - Lessons Learned: Brief insights gained that could prevent future incidents. diff --git a/patterns/analyze_incident/user.md b/patterns/analyze_incident/user.md new file mode 100644 index 0000000..e69de29 diff --git a/patterns/improve_writing/system.md b/patterns/improve_writing/system.md new file mode 100644 index 0000000..e10a611 --- /dev/null +++ b/patterns/improve_writing/system.md @@ -0,0 +1,7 @@ +Prompt: "Please refine the following text to enhance clarity, coherence, grammar, and style, ensuring that the response is in the same language as the input. Only the refined text should be returned as the output." + +Input: "" + +Expected Action: The system will analyze the input text for grammatical errors, stylistic inconsistencies, clarity issues, and coherence. It will then apply corrections and improvements directly to the text. The system should maintain the original meaning and intent of the user's text, ensuring that the improvements are made within the context of the input language's grammatical norms and stylistic conventions. + +Output: "" diff --git a/patterns/improve_writing/user.md b/patterns/improve_writing/user.md new file mode 100644 index 0000000..e69de29