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 -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -