Well Known Extension List
Introduction
The crowd-sourced extension list is built from Defender deployments worldwide. When custom extensions are added to local deployments, the system collects them and merges them into a list curated by Superna, which is then published as a version of the master list.
The versioned list will continue to function, now including extensions sourced through the crowdsourcing system. By adding custom extensions to your Defender installation and enabling the phone home feature, you can contribute your custom extensions for Superna's review and potential inclusion in the master list.
Pre-Requisites
The Eyeglass VM needs firewall rules to allow access to the following URL: Superna Storage URL
How to Check the Settings
To check your settings, run the command: igls rsw filefiltersettings
-
If the "mode" is set to "Latest," it means the auto-update is enabled, Data Security will always use the latest version available online.
-
If the "mode" is set to "Fixed," it means a static version of the list is used, and you can choose which version to switch to.
Running this command will also display the list of available versions.
Example of Return:
admin@superna:~> igls rsw filefiltersettings
{
"currentSettings": {
"mode": "Fixed",
"currentVersion": "base"
},
"availableVersions": [
"20201207",
"20210405",
"20211018",
"20220118",
"20220228",
"20220413",
"20220509",
"20220606",
"20220704",
"20220808",
"20220920",
"20221012",
"20221107",
"20221212",
"20230724",
"20230826",
"20240123",
"20240527",
"20240807"
]
}