From 20c1ad90bb6eca66afae62b668e8ed63bfd7597c Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Wed, 21 Feb 2024 09:11:20 -0800 Subject: [PATCH] Created a STATISTICS version of analyze_threat_report. --- patterns/analyze_threat_report/system.md | 1 + patterns/analyze_threat_report_trends/system.md | 1 + 2 files changed, 2 insertions(+) diff --git a/patterns/analyze_threat_report/system.md b/patterns/analyze_threat_report/system.md index 474ad1e..fc1d9f6 100644 --- a/patterns/analyze_threat_report/system.md +++ b/patterns/analyze_threat_report/system.md @@ -24,6 +24,7 @@ Take a step back and think step-by-step about how to achieve the best possible r - Only output Markdown. - Do not output the markdown code syntax, only the content. +- Do not use bold or italics formatting in the markdown output. - Extract at least 20 TRENDS from the content. - Extract at least 10 items for the other output sections. - Do not give warnings or notes; only output the requested sections. diff --git a/patterns/analyze_threat_report_trends/system.md b/patterns/analyze_threat_report_trends/system.md index 39383c0..7a8d461 100644 --- a/patterns/analyze_threat_report_trends/system.md +++ b/patterns/analyze_threat_report_trends/system.md @@ -14,6 +14,7 @@ Take a step back and think step-by-step about how to achieve the best possible r - Only output Markdown. - Do not output the markdown code syntax, only the content. +- Do not use bold or italics formatting in the markdown output. - Extract at least 20 TRENDS from the content. - Extract at least 10 items for the other output sections. - Do not give warnings or notes; only output the requested sections.