Data Loss Prevention

 View Only

Vontu Discover > File System Scanner > Exclusion list doesnt work

  • 1.  Vontu Discover > File System Scanner > Exclusion list doesnt work

    Posted Dec 13, 2011 10:54 AM

     

    I got a network discover and trying to perform a file system scanner on a Windows 2003 server, it works but when I try to add C:\Windows to the exclusion list it doesnt work, it does scan that directory anyway. how I've done it:
     
     
     
    I've added: DirectoryCantHaveCSVs=C:\Windows <-- to the file VontuFileSystemScanner.cfg under [job0] then stopped and rebooted the server and launched the file system scanner again. it still is scanning the c:\windows folder
     
    how can I make the scanner to not scan XYZ paths?
     
     
    TIA
     
    here are the config files:
     
     
    -------------------VontuFileSystemScanner.cfg
     
    [Configuration]
    //###########################################################################
    //#   Jobs
    //###########################################################################
    Number=1
    0=Job0
     
    [Job0]
    DirectoryPathCSVs=C:\Archivos de programa\
    DirectoryCantHaveCSVs=
    DirectoryMustHaveCSVs=
    DirectoryFileMatch=*
     
     
     
     
     
    [Default]
    //###########################################################################
    //#   FileSystem Scanner Settings
    //###########################################################################
    PollingMaxNumber=500
    PollingMethod=2
    PollingCycles=0
    PollingPeriod=1
     
    DirectoryRecurse=on
     
    MappedUnixSecurity=true
    MappedNTSecurity=true
    DREFieldName=AccessControlList
    ImportStubIDXDirectory=C:\Archivos de programa\FileSystemScanner/scanner/acls
    IndexSecurityAtImport=true
     
    PollingAction=15
    ImportIDXFilesAction=1
    ImportIDXFilesMoveTo=C:\Archivos de programa\FileSystemScanner/outgoing
     
     
    ImportExtractDateFrom0=2
    ImportExtractDateToField0=LastAccessedDate
     
     
    ImportExtractDateFrom1=4
    ImportExtractDateToField1=CreatedDate
     
     
    ImportExtractDateFrom2=8
    ImportExtractDateToField2=LastModifiedDate
     
    ImportExtractDateFrom3=1
    ImportExtractDateToField3=ScanDate
     
    Database=FileSystemScanner
     
    ImportMaxUTF8CharLength=-1 
    ImportMaxLengthWords=-1
    ImportMaxLength=-1
     
    //###########################################################################
    //#   Common Scanner Settings
    //###########################################################################
    ImportChecksumFileMD5=true
    ImportXMLOutput=true
    EncryptACLEntries=false
    ImportTempDir=C:\Archivos de programa\FileSystemScanner/scanner/temp
    ImportDefaultSlaveDirectory=C:\Archivos de programa\FileSystemScanner/scanner/filters
    ImportCharsetConvTablesDirectory=C:\Archivos de programa\FileSystemScanner/scanner/convtables
    ImportSummary=FALSE
    ImportStoreContent=on
    ImportBreaking=FALSE
    ImportExtractLength=1
    ImportExtractLengthToField=FileSize
    ImportFilterBinaryContent=false
    ImportGenerateStats=true
    ImportEmptyFiles=true
     
    ImportDefaultEncoding=ASCII
     
    ImportLogFile=ImportModule.log
    ImportLogFileAppend=true
    ImportLogLevel=FULL
    ImportReturnFailures=true
    ImportLogFileAppend=true
    ImportLogFileMaxSize=1024000
    ImportResilienceCheck=true
    ImportResilienceCheckLogAppend=true
     
    ImportZipExpandFiles=true
    ImportZipUseSingleDREDoc=true
    ImportZipMaxExtractSize=256000000
     
    //##########################################################################
    //#   License
    //##########################################################################
    [License]
     
     
    -------------------------------------------scannerController.properties
     
    ###########################################################################
    # Connection to the Discover Server                                       #
    ###########################################################################
     
    discover.host = 10.10.0.225
    discover.port = 8090
    discover.compress = true
    discover.retry.interval = 10000
     
    scanner.incremental = false
    scanner.send.endofscanmarker = true
     
    ###########################################################################
    # Advanced Settings                                                       #
    ###########################################################################
    clean.script = C:\\Archivos de programa\\FileSystemScanner/bin/Clean
     
    outgoing.folder.path = C:\\Archivos de programa\\FileSystemScanner/outgoing
     
    failed.folder.path = C:\\Archivos de programa\\FileSystemScanner/failed
     
    scanner.config.path = C:\\Archivos de programa\\FileSystemScanner/config
    scanner.executable = C:\\Archivos de programa\\FileSystemScanner/scanner/VontuFileSystemScanner.exe
     
    dre.fake.port = 19821
    queue.folder.path = C:\\Archivos de programa\\FileSystemScanner/scanner/outgoing