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

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -