From 6311e1a80b14020523ac4238777f91fc5753fa46 Mon Sep 17 00:00:00 2001 From: Zarin Tasnim Date: Sat, 17 May 2025 19:41:26 +0800 Subject: [PATCH] Add example_alert.json with phishing alert format --- example_alert.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 example_alert.json diff --git a/example_alert.json b/example_alert.json new file mode 100644 index 000000000..6493d6af4 --- /dev/null +++ b/example_alert.json @@ -0,0 +1,10 @@ +{ + "title": "Phishing Attempt", + "description": "Suspicious email with a fake login link detected by the email gateway.", + "source": "Email Gateway", + "type": "alert", + "severity": 2, + "tags": ["phishing", "email", "login"], + "tlp": 2, + "pap": 2 +}