malware analysis and detection

Dipjyoti Deka

New Member
Thread author
Aug 17, 2017
2
Hi,
I want to know is there any new technology other than machine learning/data mining that can be used for malware analysis and detection.
 
  • Like
Reactions: Adventure

Winter Soldier

Level 25
Verified
Top Poster
Well-known
Feb 13, 2017
1,486
I think that the best way to analyze a malware is to use well known standard techniques of static and dynamic analysis, having a good knowledge and skills in reverse engineering and assembly.

New technologies can help, of course, but the manual analysis is the best thing.

For example, if you consider a dropper.
it is very widespread and contains the code embedded in the resources of the executable or in the same file.
So the malicious code is contiguous to the dropper code: when executed, it reads the next part of the executable itself writing to disk another file that will run later.
The malware is saved in the resources of the executable, the dropper copies the malware from the resources of the executable to the disk. If the file is embedded or the resources are encrypted, the dropper first will have to decrypt them and then write them to disk.

This is a very common behavior, but an automated analysis can show general impairment indicators but hardly you get a complete and reliable result if you're not skilled in malware analysis and you can't objectively interpret the report.
 

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top