Dynamic Analysis
Adaptive Sandbox dynamic analysis features
Step #1 - Open /home/sandbox/sandbox/transform.cfg
in a text editor
Step #2 - Modify the configuration by adding or modifying the properties on this page
Step #3 - Save the file and restart the sandbox
service
Phishing Detection
runAnesidoraWebForURLToFileSubmissions=true
runAnesidoraWebLookupTimeoutMs=60000
Property Name | Default Value | Description |
---|---|---|
runAnesidoraWebForURLToFileSubmissions | true | Switch to enable / disable phishing detection |
runAnesidoraWebLookupTimeoutMs | 1 minute | Execution timeout |
Script Emulation
Enable JScript, VBScript, HTA/MSHTA and Powershell script emulation
runVBADecoderForOfficeFiles=true
runVBADecoderForPdfFiles=true
runVBADecoderForScriptFiles=true
runVBADecoderForEmbeddedScriptFilesMinimumByteSize=256
runVBADecoderForHtmlFiles=true
runVBADecoderForExtractedFiles=true
runVBADecoderForDownloadedFiles=true
anesidoraVBAPerformDeepStaticAnalysisForExtractedFiles=true
anesidoraVBAPerformDeepStaticAnalysisForExtractedFilesMax=10
anesidoraVBAPerformDeepStaticAnalysisForExtractedFilesMaxSizeInKb=1024
anesidoraVBAExecutionTimeout=90
Property Name | Default Value | Description |
---|---|---|
runVBADecoderForOfficeFiles | true | Switch to enable / disable Office file emulation |
runVBADecoderForPdfFiles | true | Switch to enable / disable PDF file emulation |
runVBADecoderForScriptFiles | true | Switch to enable / disable script file emulation |
runVBADecoderForEmbeddedScriptFilesMinimumByteSize | 256 byte | Limit: minimum file size for script file emulation |
runVBADecoderForHtmlFiles | true | Switch to enable / disable HTML file emulation |
runVBADecoderForExtractedFiles | true | Emulate extracted files |
runVBADecoderForDownloadedFiles | true | Emulate downloaded files |
anesidoraVBAExecutionTimeout | 90 seconds | Execution timeout |
anesidoraVBAPerformDeepStaticAnalysisForExtractedFiles | true | Execute static analysis on extracted files detected during emulation |
anesidoraVBAPerformDeepStaticAnalysisForExtractedFilesMax | 10 | Limit: the max number of files execute static analysis on |
anesidoraVBAPerformDeepStaticAnalysisForExtractedFilesMaxSizeInKb | 1 MB | Limit: the max size of files execute static analysis on |
PE Emulation
Enable Portable Executable emulation
This is an experimental feature
runPortExEmulator=false
portExEmuExecutionTimeout=90
portExEmuPerformDeepStaticAnalysisForExtractedFiles=true
portExEmuPerformDeepStaticAnalysisForExtractedFilesMax=10
portExEmuPerformDeepStaticAnalysisForExtractedFilesMaxSizeInKb=5120
Property Name | Default Value | Description |
---|---|---|
runPortExEmulator | false | Switch to enable / disable PE emulation |
portExEmuExecutionTimeout | 90 seconds | Execution timeout |
portExEmuPerformDeepStaticAnalysisForExtractedFiles | true | Execute emulation on extracted files |
portExEmuPerformDeepStaticAnalysisForExtractedFilesMax | 10 | Limit: max number of extracted files to emulate |
portExEmuPerformDeepStaticAnalysisForExtractedFilesMaxSizeInKb | 5 MB | Limit: max file size for static analysis of files detected during PE emulation |
Was this page helpful?