From 26d8afcf96a3c8ae60d7b267f2f501280c013a9f Mon Sep 17 00:00:00 2001 From: nusantara-self <15647296+nusantara-self@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:05:50 +0800 Subject: [PATCH] Deprecation notice --- analyzers/Fortiguard/Fortiguard_URLCategory.json | 2 +- analyzers/Fortiguard/README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/analyzers/Fortiguard/Fortiguard_URLCategory.json b/analyzers/Fortiguard/Fortiguard_URLCategory.json index 744b999e4..1276d3903 100644 --- a/analyzers/Fortiguard/Fortiguard_URLCategory.json +++ b/analyzers/Fortiguard/Fortiguard_URLCategory.json @@ -5,7 +5,7 @@ "url": "https://github.com/TheHive-Project/Cortex-Analyzers", "license": "AGPL-V3", "dataTypeList": ["domain", "url", "fqdn"], - "description": "Check the Fortiguard category of a URL, FQDN or a domain. Check the full available list at https://fortiguard.com/webfilter/categories", + "description": "[DEPRECATED!] Check the Fortiguard category of a URL, FQDN or a domain. Check the full available list at https://fortiguard.com/webfilter/categories", "baseConfig": "Fortiguard", "command": "Fortiguard/urlcategory.py", "configurationItems": [ diff --git a/analyzers/Fortiguard/README.md b/analyzers/Fortiguard/README.md index adc033208..fa87575e7 100644 --- a/analyzers/Fortiguard/README.md +++ b/analyzers/Fortiguard/README.md @@ -4,4 +4,7 @@ The analyzer comes in a single flavout that will return websense categorization for provided url or domain. #### Requirements -The analyzer returns just their categorization, you can customize which category must be considerd suspiciour or malicious adding them to `suspicious_categories` or `malicious_categories` variables. \ No newline at end of file +The analyzer returns just their categorization, you can customize which category must be considerd suspiciour or malicious adding them to `suspicious_categories` or `malicious_categories` variables. + +#### Notes +This analyzer has been **deprecated**. Due to changes by the vendor, programmatic access to this service is no longer available. \ No newline at end of file