I'm analyzing a trojan on my virtualbox win7-32. when I run the trojan, it infected all exe files,consequently I could not use any malware analyzer program (process monitor or process hacker...) to analyze it to get result.How can I handle it?
How to analyze Malware when it infected all my exe files
212 Views Asked by Taylor At
1
There are 1 best solutions below
Related Questions in ANALYSIS
- quicksort, random pivot, analysis, O(nlogn)
- Can I use scikit-learn with Django framework?
- Data/Structure Validation (for R)
- automate checking of number set associations
- Data Analysis and Scatter Plot different file and different column
- Split clustered data and interpolate by a power function
- Merge multiple pandas columns into new column
- Complexity of a nested geometric sequence
- How to loop plot graph from matplotlib without having to close window?
- Using ggsurv function in R version 3.1.0
- How can I count in R how many times an occurence appears?
- How to analyze Malware when it infected all my exe files
- Run-time of a function to find the (n / 2^k)th element of a list of size n?
- SQL Server Analysis Services - using IgnoreUnrelatedDimensions
- Time Series DFT Signals Clustering
Related Questions in MALWARE
- Malware injection in site, how to remedy?
- How can I remove delta-homes.com from browsers?
- What does this code?
- How to analyze Malware when it infected all my exe files
- wordpress malware files inspection
- How would I write a malware detection software?
- What is the difference between different anti-virus and anti-malware apps?
- Javascript malware. How to study a ciphered function?
- Designing a Bash Script to Remove Malware
- Find iframe injection and remove from site
- UIWebView - Advertising banners on loading remote URL on Amazon
- Can't install lxml on OS X 10.8.5
- How do I figure out how a given malware works?
- text section of MFC in memory changes everytime
- Where to find and fix malware infected files in Joomla 2.5
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
There is plenty of way of getting these informations. You can: decompile the trojan and analyse it's behavior from the raw bytecode/sourcecode. Observe change in directory (many tools, from git to specialized software ...). Dump registry and compare after trojan action. Use native cmd line to see ports and connexion (with
netstat -a -n -oor piece of software). As you are not providing clear and full information on your problem (that's where the downvotes happen), I doubt anyone would help you more on this (transparency is a key to get help).Also, depending of your situation, I would advice hiring a security expert that will be able to do the deep investigation for you.
Finally it is very probable that you can find details on this trojan on security database from it's simple name.