Advertisement
IsraelTorres

malware dictionary list tester

May 4th, 2011
830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. ### keywords.txt start ###
  2. AOL
  3. AVG
  4. AVZ
  5. Ad-Aware
  6. Agnitum
  7. AhnLab
  8. Avast!
  9. Avira
  10. BitDefender
  11. BullGuard
  12. CA
  13. Cisco
  14. Clam
  15. ClamWin
  16. Comodo
  17. Comparison
  18. Dr.
  19. DriveSentry
  20. ESET
  21. Element
  22. Emsisoft
  23. F-Prot
  24. F-Secure
  25. Faronics
  26. Fortinet
  27. G
  28. IKARUS
  29. Immunet
  30. Intego
  31. Kaspersky
  32. McAfee
  33. Microsoft
  34. Norman
  35. PC
  36. PCTools
  37. Panda
  38. Quick
  39. Rising
  40. Software
  41. Sophos
  42. Sunbelt
  43. Symantec
  44. Trend
  45. TrustPort
  46. Untangle
  47. Vba32Antivirus
  48. VirAtt
  49. VirIT
  50. VirusBuster
  51. Windows
  52. ZenOK
  53. ZoneAlarm
  54. eSafe
  55. eScan
  56. nProtect
  57. ### keywords.txt end ###
  58.  
  59. ### updated script ###
  60. > urlpfx="http://"; urlsfx="-antivirus.ce.ms/fast-scan2/"; for v in $(cat keywords.txt | tr '[:upper:]' '[:lower:]'); do curl -s "$urlpfx$v$urlsfx" | grep 'Windows Security' > /dev/null; echo "$urlpfx$v$urlsfx" = $?; done
  61.  
  62. ### result ### 0 means malware site exists (success); 1 means does not exist (fail)
  63. http://aol-antivirus.ce.ms/fast-scan2/ = 1
  64. http://avg-antivirus.ce.ms/fast-scan2/ = 1
  65. http://avz-antivirus.ce.ms/fast-scan2/ = 1
  66. http://ad-aware-antivirus.ce.ms/fast-scan2/ = 1
  67. http://agnitum-antivirus.ce.ms/fast-scan2/ = 1
  68. http://ahnlab-antivirus.ce.ms/fast-scan2/ = 1
  69. http://avast!-antivirus.ce.ms/fast-scan2/ = 1
  70. http://avira-antivirus.ce.ms/fast-scan2/ = 1
  71. http://bitdefender-antivirus.ce.ms/fast-scan2/ = 1
  72. http://bullguard-antivirus.ce.ms/fast-scan2/ = 1
  73. http://ca-antivirus.ce.ms/fast-scan2/ = 1
  74. http://cisco-antivirus.ce.ms/fast-scan2/ = 1
  75. http://clam-antivirus.ce.ms/fast-scan2/ = 1
  76. http://clamwin-antivirus.ce.ms/fast-scan2/ = 1
  77. http://comodo-antivirus.ce.ms/fast-scan2/ = 1
  78. http://comparison-antivirus.ce.ms/fast-scan2/ = 1
  79. http://dr.-antivirus.ce.ms/fast-scan2/ = 1
  80. http://drivesentry-antivirus.ce.ms/fast-scan2/ = 1
  81. http://eset-antivirus.ce.ms/fast-scan2/ = 1
  82. http://element-antivirus.ce.ms/fast-scan2/ = 1
  83. http://emsisoft-antivirus.ce.ms/fast-scan2/ = 1
  84. http://f-prot-antivirus.ce.ms/fast-scan2/ = 1
  85. http://f-secure-antivirus.ce.ms/fast-scan2/ = 1
  86. http://faronics-antivirus.ce.ms/fast-scan2/ = 1
  87. http://fortinet-antivirus.ce.ms/fast-scan2/ = 1
  88. http://g-antivirus.ce.ms/fast-scan2/ = 1
  89. http://ikarus-antivirus.ce.ms/fast-scan2/ = 1
  90. http://immunet-antivirus.ce.ms/fast-scan2/ = 1
  91. http://intego-antivirus.ce.ms/fast-scan2/ = 1
  92. http://kaspersky-antivirus.ce.ms/fast-scan2/ = 1
  93. http://mcafee-antivirus.ce.ms/fast-scan2/ = 1
  94. http://microsoft-antivirus.ce.ms/fast-scan2/ = 1
  95. http://norman-antivirus.ce.ms/fast-scan2/ = 1
  96. http://pc-antivirus.ce.ms/fast-scan2/ = 1
  97. http://pctools-antivirus.ce.ms/fast-scan2/ = 1
  98. http://panda-antivirus.ce.ms/fast-scan2/ = 1
  99. http://quick-antivirus.ce.ms/fast-scan2/ = 1
  100. http://rising-antivirus.ce.ms/fast-scan2/ = 1
  101. http://software-antivirus.ce.ms/fast-scan2/ = 1
  102. http://sophos-antivirus.ce.ms/fast-scan2/ = 1
  103. http://sunbelt-antivirus.ce.ms/fast-scan2/ = 1
  104. http://symantec-antivirus.ce.ms/fast-scan2/ = 1
  105. http://trend-antivirus.ce.ms/fast-scan2/ = 1
  106. http://trustport-antivirus.ce.ms/fast-scan2/ = 1
  107. http://untangle-antivirus.ce.ms/fast-scan2/ = 1
  108. http://vba32antivirus-antivirus.ce.ms/fast-scan2/ = 1
  109. http://viratt-antivirus.ce.ms/fast-scan2/ = 1
  110. http://virit-antivirus.ce.ms/fast-scan2/ = 1
  111. http://virusbuster-antivirus.ce.ms/fast-scan2/ = 1
  112. http://windows-antivirus.ce.ms/fast-scan2/ = 1
  113. http://zenok-antivirus.ce.ms/fast-scan2/ = 1
  114. http://zonealarm-antivirus.ce.ms/fast-scan2/ = 1
  115. http://esafe-antivirus.ce.ms/fast-scan2/ = 1
  116. http://escan-antivirus.ce.ms/fast-scan2/ = 1
  117. http://nprotect-antivirus.ce.ms/fast-scan2/ = 1
  118. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement