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