You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source file appears to be stored under <archive>/internal/static_anlayses/<sha256>/objects/files/<sha256>. We'll need to reference the source file to emit string features at the file scope as this information doesn't appear to be stored elsewhere
The VMRay analysis archive contains memory dumps for all monitored processes. We should consider emitting features, e.g. string, from all or a subset of these memory dumps to help detect capabilities. Performance may be an issue here as VMRay generates MANY memory dumps during execution and most appear to be junk. We may be able to narrow our focus to the initial process created for the target sample, although we could be missing interesting data in the child processes.
The VMRay analysis archive contains memory dumps for all monitored processes. We should consider emitting features, e.g. string, from all or a subset of these memory dumps to help detect capabilities. Performance may be an issue here as VMRay generates MANY memory dumps during execution and most appear to be junk. We may be able to narrow our focus to the initial process created for the target sample, although we could be missing interesting data in the child processes.
We're working on adding support to parse VMRay result files for capa dynamic processing.
To add this functionality tasks include:
flog.xml
andsummary_v2.json
Tasks
The text was updated successfully, but these errors were encountered: