Browse Source

Created a STATISTICS version of analyze_threat_report.

pull/125/head
Daniel Miessler 9 months ago
parent
commit
20c1ad90bb
  1. 1
      patterns/analyze_threat_report/system.md
  2. 1
      patterns/analyze_threat_report_trends/system.md

1
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.

1
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.

Loading…
Cancel
Save