python - Different Representation of Full file access paths by malware -


i using dynamic analysis malware detection. have list of files accessed malware , benign executable. aim build classifiers on information extracted through analysis reports.

as of using file path string c:\hvtqk\modules\packages\reboot.py separate dimension in classifier. want know if there other innovative techniques can used featurize path strings ?

you can use hash of lower case of path, , can consider directory not file name, since many malware write random file name, write common directories.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -