Guest User

Untitled

a guest
Nov 23rd, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. PAC script: http://wpad/wpad.dat
  2. Source: SYSTEM
  3.  
  4. function FindProxyForURL(url, host) {
  5. if (isPlainHostName(host) ||
  6. dnsDomainIs(host, ".windowsupdate.com") ||
  7. dnsDomainIs(host, ".microsoft.com") ||
  8. dnsDomainIs(host, ".baidu.com") ||
  9. dnsDomainIs(host, ".kaspersky.com") ||
  10. dnsDomainIs(host, ".live.com") ||
  11. isInNet(host, "10.0.0.0", "255.0.0.0") ||
  12. isInNet(host, "172.16.0.0", "255.255.224.0") ||
  13. isInNet(host, "192.168.0.0", "255.255.0.0") ||
  14. isInNet(host, "127.0.0.0", "255.0.0.0"))
  15. return "DIRECT";
  16. else
  17. return 'PROXY 185.93.3.120:8080';
  18. };
  19.  
  20. C:Windowssystem32>netstat -b
  21.  
  22. Active Connections
  23.  
  24. Proto Local Address Foreign Address State
  25. TCP 192.168.8.6:49693 hk2sch130021322:https ESTABLISHED
  26. WpnService
  27. [svchost.exe]
  28. TCP 192.168.8.6:49715 104.16.60.37:https ESTABLISHED
  29. [Discord.exe]
  30. TCP 192.168.8.6:49880 hk2sch130021554:https ESTABLISHED
  31. [OneDrive.exe]
  32. TCP 192.168.8.6:49938 hk2sch130022123:https ESTABLISHED
  33. WpnService
  34. [svchost.exe]
  35. TCP 192.168.8.6:50076 a104-89-139-149:https CLOSE_WAIT
  36. [WinStore.App.exe]
  37. TCP 192.168.8.6:50077 a104-89-139-149:https CLOSE_WAIT
  38. [WinStore.App.exe]
  39. TCP 192.168.8.6:50079 a104-89-139-149:https CLOSE_WAIT
  40. [WinStore.App.exe]
  41. TCP 192.168.8.6:50467 tl-in-f108:imaps ESTABLISHED
  42. OneSyncSvc_3b12c
  43. [svchost.exe]
  44. TCP 192.168.8.6:50568 tl-in-f188:5228 ESTABLISHED
  45. [chrome.exe]
  46. TCP 192.168.8.6:50699 ns329092:http CLOSE_WAIT
  47. [Discord.exe]
  48. TCP 192.168.8.6:50701 ns329092:http CLOSE_WAIT
  49. [chrome.exe]
  50. TCP 192.168.8.6:50702 ns329092:http CLOSE_WAIT
  51. [Discord.exe]
  52. TCP 192.168.8.6:50704 ns329092:http CLOSE_WAIT
  53. [chrome.exe]
  54. TCP 192.168.8.6:50766 ns329092:http CLOSE_WAIT
  55. [Code.exe]
  56. TCP 192.168.8.6:50870 67.27.43.254:http ESTABLISHED
  57. DoSvc
  58. [svchost.exe]
  59. TCP 192.168.8.6:50871 67.27.43.254:http TIME_WAIT
  60. TCP 192.168.8.6:50872 67.27.43.254:http ESTABLISHED
  61. DoSvc
  62. [svchost.exe]
  63. TCP 192.168.8.6:50873 67.27.43.254:http ESTABLISHED
  64. DoSvc
  65. [svchost.exe]
  66. TCP 192.168.8.6:50877 67.27.43.254:http ESTABLISHED
  67. DoSvc
  68. [svchost.exe]
  69. TCP 192.168.8.6:50879 67.27.43.254:http ESTABLISHED
  70. DoSvc
  71. [svchost.exe]
  72. TCP 192.168.8.6:50880 67.27.43.254:http ESTABLISHED
  73. DoSvc
  74. [svchost.exe]
  75. TCP 192.168.8.6:50884 67.27.43.254:http ESTABLISHED
  76. DoSvc
  77. [svchost.exe]
  78. TCP 192.168.8.6:50890 67.27.43.254:http TIME_WAIT
  79. TCP 192.168.8.6:50892 67.27.43.254:http ESTABLISHED
  80. DoSvc
  81. [svchost.exe]
  82. TCP 192.168.8.6:50893 67.27.43.254:http ESTABLISHED
  83. DoSvc
  84. [svchost.exe]
  85. TCP 192.168.8.6:50895 67.27.43.254:http ESTABLISHED
  86. DoSvc
  87. [svchost.exe]
  88.  
  89. TCP 192.168.8.6:50643 stackoverflow:https ESTABLISHED
Add Comment
Please, Sign In to add comment