Description
Scans the host computer and creates an XML file that contains a list of executable programs and their checksums. This XML file is used by the Check Point Reputation Service to create recommended rules to block or allow common applications.
Syntax
Appscan [/o <filename> /s <target directory> /x <extension strung /e /a /p
/verbose /warnings /?]
Parameters
Parameter |
Description |
---|---|
|
Output file name and path. |
|
Sends output to the specified file name. If no file name is specified, |
|
Specifies the directory, including all subdirectories, to scan.
|
|
Specifies the file extension(s) to include in the scan.
|
|
Include all executable files in the specified directory regardless of the extension. Do not use |
|
Includes additional file properties for each executable. |
|
Shows progress messages during the scan. |
|
Shows progress and error messages during the scan. |
|
Shows warning messages during the scan. |
|
Shows the command syntax and help text. |
Examples
appscan /o scan1.xml
This scan, by default, includes .exe files in the current directory and is saved as scan1.xml.
appscan /o scan2.xml /x ".exe;.dll" /s "C:\"
This scan includes all .exe and .dll files on drive C and is saved as scan2.xml.
appscan /o scan3.xml /x ".dll" /s c:\program files
This scan included all .dll files in c:\program files
and all its subdirectories. It is saved as scan3.xml
.
appscan /s "C:\program files" /e
This scan includes all executable files in c:\program files
and all its subdirectories. It is saved as the default file name scanfile.xml
.
After you generate the Appscan XML file, you import it to the Endpoint Security Management Server.
Note - You must remove all special characters, such as trademarks or copyright symbols, from the XML file before importing it. |
To import an Appscan XML file:
When applications included in the imported file are found on endpoint computers, they are automatically added to the Allowed or Block applications group.