WithSecure (previously F-Secure) connector gathers information about antivirus status on computers. For example, virus definition dates and when antivirus server has last seen particular computer. Connector can be configured to read data about all computers or only about computers in some selected policy domain groups. It can send the data of different policy domain groups to different Miradore servers.
Typically this connector is installed to the server running WithSecure Policy Manager.
You can find the connector installer from: <Miradore server installation directory>\Connectors\F-Secure Policy Manager\F-Secure Policy Manager Connector.msi.
Requirements
Compatible with F-Secure Policy Manager Server up to version 14.41 (not tested with later versions)
F-Secure Policy Manager Web Reporting
Correct SSL certificate must be available in rootCerts.pem file on the connector's installation directory if HTTPS connection method is enabled from Miradore system settings
Installation Using Windows Installer
Run the “F-Secure Policy Manager Connector.msi” installer file
Set connector configurations. All fields except “F-Secure policy domain group” must be filled before Next button can be pressed
Miradore server name: Host name or IP-address of Miradore server. Collected data is sent to this server.
Miradore instance name: Many Miradore Servers can run on same host. Instance name specifies the server. By default, server is installed with instance name "Miradore".
Miradore server port: TCP/IP port that Miradore server uses. By default it is 80.
Use HTTPS: This option defines protocol (HTTP/HTTPS) that is used when the connector sends result file to the Miradore server.
Ignore SSL errors: If checked, all SSL certificate errors are ignored.
Use proxy: If checked, connector uses proxy server to connect with Miradore server.
Proxy server: Host name or IP-address of proxy server.
Proxy port: Proxy server’s port
Proxy authentication method: Authentication method that proxy server uses. Available methods: none, basic, digest and NTLM
Proxy user name: User name for proxy server
Proxy password: Password for proxy server
Set F-Secure server settings
F-Secure Policy Manager version: Select which version of F-Secure Policy Manager is used. Notice: Starting from connector version 1.5.2, the connector detects the Policy Manager version automatically.
F-Secure Policy domain group: F-Secure policy domain group name. If you want to define path to subgroup use '\' as delimiter (for example: Miradore\Desktops). ‘\\’ can be used to mark single ‘\’ character in group name. If this is left empty, information about all computers in F-Secure database is read. If you have to set multiple groups, you have to configure them manually to fs_connector.ini file created by the installer.
Restart service automatically during installation: If checked, F-Secure Policy Manager service is automatically restarted during the installation.
Start driver installation after connector installation finishes: If checked, psqlODBC Setup Wizard will be automatically started after installation.
Set Windows Task Scheduler configurations
Add to Scheduled Tasks checkbox: if checked, Miradore F-Secure Connector task is added to Windows Scheduled Task and all fields must be filled before Next button can be pressed.
Start time: Connector is run daily at this time.
User account: Select to use SYSTEM account or give username and password that is used to run task.
[Domain\] User Name: Scheduler will run task as it was started by this user. Add domain if needed.
Password and Retype password: User’s password. Passwords must match.
Set destination folders for the application and log files
Destination folder: Specifies the directory where the connector will be installed to.
Log folder: Specifies the directory where the connector writes the log files.
Start installation
Authorize connector, see Connector authorization
Test that F-Secure connector works properly
Testing
If you want to test connector without sending output files to Miradore server, configure connector so that ServerHostName value in fs_connector.ini file is not valid server name. See “Connector configuration” for details. If you want to check output files after you have run the connector, they are stored to “<installation directory>\Output” directory.
If you added F-Secure connector to Windows scheduled tasks, open Scheduled Tasks menu (Start Menu -> All Programs -> Accessories -> System Tool -> Scheduled Tasks). Otherwise open installation directory.
Run F-Secure connector scheduled task or fs_connector.exe manually.
Open F-Secure Connector log file (see Log for details)
Check that there are no errors or warnings in the log.
Log
F-Secure Connector writes log every time it is run. It creates two files for log: fs_connector.log and fs_connector.old. fs_connector.log has information about last run and fs_connector.old archives old log files. Size of fs_connector.old is limited to 2MB. Location of those files is defined in fs_connector.ini file (See Configurations). By default log files are stored to <Connector installation directory>\Log
Technical description
Miradore connector for WithSecure Policy Manager
Additional info
Following F-Secure specific parameters can be given to installer from command line.
|
INI file (fs_connector.ini) Connector uses fs_connector.ini file for its configurations. INI file has two built-in sections [_Global_] and [_DefaultValues_]. In addition user can define F-Secure policy domain group specific sections. If fs_connector.ini file doesn’t exist in the same directory as fs_connector.exe, it’s created to that directory and it contains [_Global_] and [_DefaultValues_] sections. [_Global_] has logging and database connection settings and they can’t be under other sections. [_DefaultValues_] contains default network settings which are used if values are not defined in policy domain group specific sections. [_Global_] Version= DBServer FileLogSeverity= LogFilePath= DBPort=
[_DefaultValues_] ServerHostName= ServerInstanceName= ServerPort= UseHttps= VerifyPeer= VerifyHost=
Logging and database connection settings
Network settings
Adding policy domain group specific settings Policy domain group specific network settings can be added to separate INI file sections. This is needed if you want to send data from different policy domain groups to different Miradore servers. Connector uses setting from [_DefaultValues_] section if it is not defined under the group specific section.
Section naming Those sections must be named as [<policy domain group name>]. Subgroups are delimited in <policy domain group name> by ‘\’. If group name contains ‘\’ characters, you can use ‘\\’ to mark this. Examples:
Example INI files With following settings connector reads data about all computers from F-Secure server and sends it to “s0001” server’s “Miradore” instance. [_Global_] FileLogSeverity=Info LogFilePath=c:\Miradore\Connectors\F-Secure\Log [_DefaultValues_] ServerHostName=s0001 ServerInstanceName=Miradore ServerPort=80 UseHttps=0
With following settings connector reads data about computers in “Miradore > Laptops” and “Miradore > Desktops” policy domain groups from F-Secure server and sends it to “s0001” server’s “Miradore” instance. [_Global_] FileLogSeverity=Info LogFilePath=c:\Miradore\Connectors\F-Secure\Log [_DefaultValues_] ServerHostName=s0001 ServerInstanceName=Miradore ServerPort=443 UseHttps=1 VerifyHost=1 [Miradore\Laptops] [Miradore\Desktops]
With following settings connector reads data about computers in policy domain groups “Client A” and sends it to “s0001” server’s “Miradore1” instance using https, “Client B” and sends it to “s0001” server’s “Miradore1” instance using https and “Client C” and sends it to “s0002” server’s “Miradore1” instance using http. [_Global_] FileLogSeverity=Info LogFilePath=c:\Miradore\Connectors\F-Secure\Log [_DefaultValues_] ServerHostName=s0001 ServerPort=443 UseHttps=1 VerifyHost=1 [Client A] ServerInstance=Miradore1 [Client B] ServerInstance=Miradore2 [Client C] ServerHostName=s0002 ServerInstance=Miradore1 UseHttps=0 ServerPort=80
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
How to create Windows Scheduled Task manually
F-Secure Connector should be added to Windows Scheduled tasks. This can be done in Scheduled Tasks menu by using following instructions (Windows Server 2003)
|
See also
Network settings for connectors
System settings for connectors