![]() |
|
Tutorial What is Malware? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Tutorial What is Malware? (/Thread-Tutorial-What-is-Malware) Pages:
1
2
|
What is Malware? - chronical - 08-20-2014 I'm not really sure if this counts as a tutorial, so I decided to post it here. It is educating others afterall. What is Malware? Malware is a combination of the two words malicious and software. It is a program or software that is specially designed to damage, or in most cases, infiltrate a computer system without the administrator's knowledge. The term is used by security/computer professionals in replacement of the terms hostile, intrusive, or annoying software. The term computer virus is sometimes used as a catch-all phrase to include all types of malware. Types of Malware 1. Viruses 2. Worms 3. Trojans 4. Rootkits 5. Spyware 1. Viruses The term virus is used for a program written by someone which has infected some executable software, when run, to spread the virus to other executable software. They may also contain machine code or payloads to perform other (often malicious) actions. The purpose of a virus is 99% of the time, to destroy data or corrupt it. 2. Worms A worm is also a sort-of virus, but unlike a virus, it automatically transmits itself over a network to infect other computers. It also (like a virus) usually contains a payload. Worms are more powerful and harmful due to the fact that they automatically infect system software. 3. Trojans A Trojan's purpose is to control a remote machine without the system administrator's knowledge. Trojans have 2 parts - 1. Server 2. Client. Servers handle all infected remote computers' connections and the client is used to infect the victim's computer system. Every Trojan has its associated port number for communication over the internet or LAN (Local Area Network) Another term for a Trojan is a RAT. (Remote Administration Tool) 4. Rootkits Rootkit (like a Trojan) is also used for remote access of systems. A rootkit is very powerful compared to a Trojan because a rootkit implements itself on kernel level of any operating system and is invisible in task manager as it hides itself, making it hard to detect and even harder to get rid of. 5. Spyware Spyware (like malware) is a combination of two words, spy and software. Spyware is software that is installed on a PC (Personal Computer) to slowly collect information about the user, their computer, or their browsing habits without the user's knowledge. While the term spyware suggests software that monitors a user's behavior, the functions of spyware go beyond monitoring. These programs can collect a variation of personal information, such as browsing habits (mentioned earlier), but can also interfere with the user's control of their computer in other ways, such as installing other software and redirecting web browsing activity. I hope this was a good read and helped you. All credit goes to me. RE: What is Malware? - Adorapuff - 08-20-2014 Nice tutorial although I feel that you should have went a bit more into next gen malware also such as UEFI bootkits which are not only hard to detect, but don't get removed when you reinstall windows or change operating systems and have to flash a new bios to remove them/ RE: What is Malware? - chronical - 08-20-2014 (08-20-2014, 12:32 AM)Adorapuff Wrote: Nice tutorial although I feel that you should have went a bit more into next gen malware also such as UEFI bootkits which are not only hard to detect, but don't get removed when you reinstall windows or change operating systems and have to flash a new bios to remove them/ I've never heard of it or seen the term. Posting a tutorial for it or adding it on to this one isn't a bad idea, although I'd have to read up on them in order to do so. Thanks for the suggestion. RE: What is Malware? - Crypt - 08-20-2014 Interesting informative thread. We needed something in the hacking section, it's either dead or bullshit is constantly posted in it. RE: What is Malware? - Cressi - 08-23-2014 Nice list, couldn't have written it better myself
RE: What is Malware? - OversouL - 08-23-2014 (08-20-2014, 12:32 AM)Adorapuff Wrote: Nice tutorial although I feel that you should have went a bit more into next gen malware also such as UEFI bootkits which are not only hard to detect, but don't get removed when you reinstall windows or change operating systems and have to flash a new bios to remove them/ Where do you get information on the latest computer news like that? I'm kinda curious. No, I am curious.
What is Malware? - Adorapuff - 08-23-2014 (08-23-2014, 02:16 PM)OversouL Wrote: Where do you get information on the latest computer news like that? I'm kinda curious. No, I am curious. Well boot kits aren't that new, but I learned about the windows 8 admin to uefi escalation at defcon. RE: What is Malware? - Left - 08-23-2014 Really nice list, just what i needed. RE: What is Malware? - Prideful - 08-23-2014 If anyone is interested in some malwhere.. hmu
RE: What is Malware? - Amp - 08-24-2014 Very informative post. Thanks for all the information. |