Advertisement
Python253

updated_ms_spyware_host_list

May 9th, 2024
980
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Updated List Of Malicious Microsoft 3rd Party Hosts To This Script:
  2. https://pastebin.com/yuNLgFrs
  3.  
  4. Windows 11, released in 2021, sends a lot more data to outside servers compared to Windows XP, released in 2002. The PC Security Channel found that Windows 11 connects to various websites in the background, like akamaized.net and msn.com. Some of these websites are for ads and tracking, which can be concerning for privacy. In contrast, Windows XP only connects to Microsoft servers for updates and doesn't interact with other websites.
  5.  
  6. # Data to append to hosts file (YOU MUST HAVE ADMINISTRATIVE PERMISSIONS)
  7. data_to_append = """
  8. # Malicious Data Harvester Addresses Microsoft Sends Your Data & Grants Permanent Scraping:
  9.  
  10. 127.0.0.1       localhost
  11. ::1             localhost
  12. 127.0.0.1  data.microsoft.com
  13. 127.0.0.1  msftconnecttest.com
  14. 127.0.0.1  azureedge.net
  15. 127.0.0.1  activity.windows.com
  16. 127.0.0.1  bingapis.com
  17. 127.0.0.1  msedge.net
  18. 127.0.0.1  assets.msn.com
  19. 127.0.0.1  scorecardresearch.com
  20. 127.0.0.1  edge.microsoft.com
  21. 127.0.0.1  data.msn.com
  22. 127.0.0.1  geo.prod.do.dsp.mp.microsoft.com
  23. 127.0.0.1  akamaized.net
  24. 127.0.0.1  digicert.com
  25. 127.0.0.1  steamcloud-london.storage.googleapis.com
  26. 127.0.0.1  trustedsource.org
  27. 127.0.0.1  msn.com
  28. 127.0.0.1  bing.com
  29. 127.0.0.1  smartscreen.microsoft.com
  30. 127.0.0.1  privacyportal.onetrust.com
  31. """
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement