After finding a malware, there needs to be steps to analyze it by figuring out what type of malware it is, what it can do, and whether it is a recurrence malware that is popular.
I used 2 websites for this:
1. https://www.virustotal.com/gui/home/search
-> This is two find what kind of malware it is by uploading the file or submitting the hash like SHA-256 of the malware to be searched in their system of malware databases. Knowing what you are dealing against is very necessary for dealing with it and/or what to do after it
2. https://any.run/
-> This is to know what the virus/malware can do by executing the malware in a controlled environment. This is to analyze the capability of the malware when it is executed or already inside the system.You are required to register a free account first.