From 91b70749e6f27e3840abc1d8f727a45ab61089ea Mon Sep 17 00:00:00 2001 From: ChinoUkaegbu <77782533+ChinoUkaegbu@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:12:11 +0400 Subject: [PATCH 1/2] add Click Here to malware_analysis.json --- database/cybersecurity/malware_analysis.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/cybersecurity/malware_analysis.json b/database/cybersecurity/malware_analysis.json index 4d0207902..5a0295d23 100644 --- a/database/cybersecurity/malware_analysis.json +++ b/database/cybersecurity/malware_analysis.json @@ -47,6 +47,13 @@ "url": "https://any.run/", "category": "malware_analysis", "subcategory": "malware_analysis" + }, + { + "name": "Click Here", + "description": "Click Here is a podcast that shares true stories about the people shaping and disrupting our digital world, making the world of cyber and intelligence accessible without the jargon.", + "url": "https://therecord.media/podcast", + "category": "cyber-security", + "subcategory": "malware_analysis" } ] From 2dae0562107a863c9d60424327c79b4884468b94 Mon Sep 17 00:00:00 2001 From: ChinoUkaegbu <77782533+ChinoUkaegbu@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:13:33 +0400 Subject: [PATCH 2/2] fix category for 'Any Run' in malware_analysis.json --- database/cybersecurity/malware_analysis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/cybersecurity/malware_analysis.json b/database/cybersecurity/malware_analysis.json index 5a0295d23..8b280ca03 100644 --- a/database/cybersecurity/malware_analysis.json +++ b/database/cybersecurity/malware_analysis.json @@ -45,7 +45,7 @@ "name": "Any Run", "description": "ANY. RUN is a service that allows cybersecurity specialists to detect, analyze, and monitor cybersecurity threats. It is the interactive online malware analysis sandbox, where the user controls the flow of the analysis", "url": "https://any.run/", - "category": "malware_analysis", + "category": "cyber-security", "subcategory": "malware_analysis" }, {