Configuration Settings Files for Scheduling Tasks

Configuration Settings files are configuration settings to be used when you want to schedule a task and force parameters to override any user settings on that machine.  You may use the Settings dialog to export this file or manually create it yourself.  None of the entries are required except for the header (indicated as the first row in the table below).

 

The following settings can be exported from the Settings dialog:

Parameter

Options and Description

[JobSettings]

Required header

AnyFind_doBankAccount

0 or 1:  Specifies whether to enable the searching of Bank Accounts using AnyFind

AnyFind_doCCN

0 or 1:  Specifies whether to enable the searching of Credit Cards using AnyFind

AnyFind_doPassword

0 or 1:  Specifies whether to enable the searching of Passwords using AnyFind

AnyFind_doSSN

0 or 1:  Specifies whether to enable the searching of Social Security Numbers using AnyFind

createOutputFolder

0 or 1:  Specifies whether to create the output folder for your saved file, if one does not exist.

createOutputFolder2

0 or 1:  Specifies whether to create the secondary output folder for your saved file, if one does not exist.

customFolderExcludeList

Full Folder Paths to folders you want Identity Finder to exclude from the search, if you selected the Custom Folder Option (see folderOpt option 2 below).  Separate multiple paths with the pipe (|) character.

customFolderList

Full Folder Paths to folders you want Identity Finder to search, if you selected the Custom Folder Option (see folderOpt option 2 below).  Separate multiple paths with the pipe (|) character.

doAttachments

0 or 1:  Specifies whether to enable the searching of E-Mail Attachments

doCompressed

0 or 1:  Specifies whether to enable the searching of Compressed Files

doDocuments

0 or 1:  Specifies whether to enable the searching of Files (uncompressed)

doHWD

0 or 1:  Specifies whether to enable the searching of Hidden Web Data

doMessages

0 or 1:  Specifies whether to enable the searching of E-Mail Messages

doRegistry

0 or 1:  Specifies whether to enable the searching of the Windows Registry

exitOnComplete

0 or 1:  Specifies whether to automatically exit Identity Finder when the search completes.

extensionSearchMode

0 or 1 or 2 or 3:  Specifies whether to search only common files, all filterable file types, a custom file type list, or all files.

folderOpt

0 or 1 or 2: Specifies whether to search for files inside My Documents (0), My Computer (1), or Custom (2).  If you choose Custom, see customFolderList above.

runLowPriority

0 or 1:  Specified whether to give other applications priority over Identity Finder.

saveFolderLoc

Full path and file name for the saved results. The results will be saved with the encrypted password from saveKey.

saveFolderLoc2

Full path and file name for the secondary saved results. The results will be saved with the encrypted password from saveKey2.

saveKey

Encrypted password to save your results.  You must use the main program to produce this key.  

saveKey2

Encrypted password to save your secondary results.  You must use the main program to produce this key (used with saveFolderLoc2).

saveToFile

0 or 1:  Specifies whether to save the Identity Finder results to a file automatically.  You must specify a saveFolderLoc and saveKey for this feature to work correctly.

saveToFile2

0 or 1:  Specifies whether to save the Identity Finder results to a secondary file automatically.  You must specify a saveFolderLoc2 and saveKey2 for this feature to work correctly.

useEmailMTime

0 or 1:  Specifies whether to search only E-mails created or modified since the last search run using this option.

useFileMTime

0 or 1:  Specifies whether to search only files created or modified since the last search run using this option.

useEmailUTime

0 or 1:  Specifies whether to search only E-mails created or modified since a specified date (see also EmailUTimeDateUINITlow and EmailUTimeDateUINIThigh).

useFileUTime

0 or 1:  Specifies whether to search only files created or modified since a specified date  (see also FileUTimeDateUINITlow and FileUTimeDateUINIThigh).

EmailUTimeDateUINITlow

An unsigned integer representing the low order part of a FILETIME value to be used with useEmaiUTime

EmailUTimeDateUINIThigh

An unsigned integer representing the high order part of a FILETIME value to be used with useEmaiUTime

FileUTimeDateUINITlow

An unsigned integer representing the low order part of a FILETIME value to be used with useFileUTime

FileUTimeDateUINIThigh

An unsigned integer representing the high order part of a FILETIME value to be used with useFileUTime

Logging_enable

0 or 1:  Specifies whether to enable logging for the search.

Logging_logpath

Full path to the folder where the log files should be saved

Logging_retention

0 or 1:  Specifies whether to (1) create a new log file for each search session or to (2) append new log information to the previous log file.

Logging_format

0 or 1 or 2: Specifies the format to save the log file as.  (1) Tab separated values, (2) Comma separated values, or (3) Fixed width format.

Logging_encryption

0 or 1:  Specifies whether to enable encryption of the log file.

Logging_doItemsSearched

0 or 1:  Specifies whether to enable the logging of the location of all items searched.

Logging_doMatchingItems

0 or 1:  Specifies whether to enable the logging of the location of all matching items.

Logging_doSecureItemsSkipped

0 or 1:  Specifies whether to enable the logging of the location of all secure  items skipped.

Logging_doMessages

0 or 1:  Specifies whether to enable the logging of the location of all messages.

Logging_doUserActions

0 or 1:  Specifies whether to enable the logging of the location of all user actions.

Logging_doErrors

0 or 1:  Specifies whether to enable the logging of the location of all errors..

 

If you want to set any of the following options, they must be added to the file manually:

Parameter

Options and Description

AnyFind_enable_AU_TFN

0 or 1:  Specifies whether to enable the ability to search for Australian Tax File Numbers.  This option does not turn on this searching, for that, refer to doAU_TFN.

AnyFind_enable_Canada_SIN

0 or 1:  Specifies whether to enable the ability to search for Canadian Social Insurance Numbers.  This option does not turn on this searching, for that, refer to doCanada_SIN.

AnyFind_enable_UK_NINO

0 or 1:  Specifies whether to enable the ability to search for United Kingdom National Insurance Numbers.  This option does not turn on this searching, for that, refer to doUK_NINO.

AnyFind_enable_UK_NHS

0 or 1:  Specifies whether to enable the ability to search for United Kingdom National Health Service Numbers.  This option does not turn on this searching, for that, refer to doUK_NHS.

AnyFind_doAU_TFN

0 or 1:  Specifies whether to enable the searching of Australian Tax File Numbers using AnyFind (must also set enable_AU_TFN to 1).

AnyFind_doCanada_SIN

0 or 1:  Specifies whether to enable the searching of Canadian Social Insurance Numbers using AnyFind (must also set enable_Canada_SIN to 1).

AnyFind_doUK_NINO

0 or 1:  Specifies whether to enable the searching of  United Kingdom National Insurance Numbers using AnyFind (must also set enable_UK_NINO to 1).

AnyFind_doUK_NHS

0 or 1:  Specifies whether to enable the searching of United Kingdom National Health Service Numbers using AnyFind (must also set enable_UK_NHS to 1).

useMaxFileSize

0 or 1:  Specifies whether to only search files larger than the specified max file size (see also MaxFileSize)

MaxFileSize

Size in MB of the largest file that should be searched (must also set useMaxFileSize to 1)

doExchangeMailServerFolders

0 or 1:  Specifies whether to search Exchange mail server folders as part of the E-Mail message search.

includeOutlookInEmailSearch

0 or 1:  Specifies whether to search Microsoft Outlook as part of the E-Mail message search.

includeWinmailInEmailSearch

0 or 1:  Specifies whether to search Microsoft Outlook Express or Windows Vista Mail as part of the E-Mail message search.

includeIEInHWDSearch

0 or 1:  Specifies whether to search Microsoft Internet Explorer as part of the Hidden Web Data search.

includeFFOXInHWDSearch

0 or 1:  Specifies whether to search Firefox as part of the Hidden Web Data search (see also includeFFOXInHWDSearch_Passwords and includeFFOXInHWDSearch_FormData)

includeFFOXInHWDSearch_Passwords

0 or 1:  Specifies whether to search Firefox Passwords as part of the Hidden Web Data search (must also set includeFFOXInHWDSearch to 1)

includeFFOXInHWDSearch_FormData

0 or 1:  Specifies whether to search Firefox Form Data as part of the Hidden Web Data search (must also set includeFFOXInHWDSearch to 1)

searchComputerforHWDPasswords

0 or 1:  Specifies whether to search all other locations for passwords found during the Hidden Web Data search.

doRestrcitResults

0 or 1:  Specifies whether to restrict the number of identity matches displayed per locations (see also doRestrcitResults_setting_x and doRestrcitResults_setting_y).

doRestrcitResults_setting_x

The threshold for the number of matches in a location above which the number of results should be restricted (must also set doRestrcitResults to 1 and doRestrcitResults_setting_y to the desired amount).

doRestrcitResults_setting_y

The number of results to display in each location that has more identity matches than the specified threshold (must also set doRestrcitResults to 1 and doRestrcitResults_setting_x to the threshold amount).

useRegexForUserDefinedType

0 or 1:  Specifies whether to treat the entries added to the include list as "User Defined Types" as (1)  regular expressions or (0) as literal strings.

doquarantineleavefilebehind

0 or 1:  Specifies whether to leave a text file in the place of each quarantined file noting the new location of the quarantined file.

quarantineFolderLoc

Full path to the default location to be selected for the Quarantine location.

 

Sample .ini file:

[JobSettings]

AnyFind_doBankAccount=1

AnyFind_doCCN=1

AnyFind_doPassword=1

AnyFind_doSSN=1

createOutputFolder=1

customFolderList=c:\;d:\

doAttachments=1

doCompressed=1

doDocuments=1

doHWD=1

doMessages=1

doRegistry=1

exitOnComplete=1

folderOpt=2

saveFolderLoc=c:\results.idf

saveKey=fdb6fc7d21db6c67542b562657b1d9983066cb353be8d974cb90afa9b632e5c08926bd91d4d806fbaaea8a363e0822430305f6309e5b723b

saveToFile=1

Scheduling a Task Using Your Configuration Settings File

To schedule Identity Finder to run with your Configuration Settings file setting, schedule the following task to run:

 

identityfinder.exe /jobmode /inifile="c:\full path to\filename.ini"