Skip to content

Commit

Permalink
Deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
nusantara-self committed Feb 24, 2025
1 parent b1b63cf commit 26d8afc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analyzers/Fortiguard/Fortiguard_URLCategory.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
5 changes: 4 additions & 1 deletion analyzers/Fortiguard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 26d8afc

Please sign in to comment.