To change the default configuration settings of the Suspicious Object List Importer, go to the <Control Manager installation directory>\SOTools directory and modify the SuspiciousObjectExporter.exe.config file.
Trend Micro recommends creating a backup file of the configuration file before making any modifications.
Key |
Description |
Example |
---|---|---|
outputRootFolderPath Location: <appSettings> |
Indicates the working directory for the SuspiciousObjectExporter.exe tool |
|
outputFolderName Location: <appSettings> |
Indicates the output directory for the exported Suspicious Object list file |
|
styleSheetFile Location: <appSettings> |
Indicates the style sheet that the tool applies to the exported list |
Important:
If you specify a style sheet, you must set the defaultSampleTemplates key to the same value. |
outputFile Location: <appSettings> |
Indicates the file name and extension of the exported Suspicious Object list file Specify a new file extension to change the output file format |
|
defaultSampleTemplates Location: <appSettings> |
Indicates the source file for the style sheet that the tool applies to the exported list |
Important:
The specified value must match the value specified for the styleSheetFile or defaultSampleTemplates key. Note:
The default value is "ExportCPL.xslt|ExportSTIX.xslt|ExportCSV.xslt". |
<suspiciousObjectColumns> Location: <soDataColumnSettings> |
Indicates the data columns on the selected list Set isEnable="true" to export the specified data column |
Important:
If you specified the ExportCSV.xslt style sheet, the tool only exports the columns specified in the style sheet. |
<suspiciousObjectTypeList> Location: <soTypeSettings> |
Indicates the types of objects to export from the selected list Set isEnable="true" to export the specified object type |
|
<suspiciousObjectSourceType> Location: <soTypeSettings> |
Indicates the suspicious object source type Set isEnable="true" to export the specified object type |
Important:
|