diff --git a/CHANGELOG.md b/CHANGELOG.md
index 818a52ce..acc3527b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## 3.0 (2016/06/03)
+
+* Add Sysmon, Proxifier, Wireshark capture method in the [Wiki](../../wiki) (Issue #11)
+* Enhancement for firewall script (Issue #2)
+* Separate rules and scripts in distinct folders
+* New hosts and firewall rules
+* Add capture logs in CSV files
+* Add Sysmon script (install / uninstall / extract event log)
+* Add Proxifier script (extract log)
+
## 2.7 (2016/05/27)
* Add NCSI alternative probe (Issue #9)
diff --git a/README.md b/README.md
index b6c1462a..c3186ae5 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,12 @@
# Windows Spy Blocker [![Donate Paypal](https://img.shields.io/badge/donate-paypal-blue.svg)](https://www.paypal.me/crazyws)
-Rules to block Windows spy / telemetry.
-
![](../../wiki/img/logo-20160521.png)
+- [About](#about)
- [How ?](#how-)
- [Usage](#usage)
- [Hosts](#hosts)
@@ -20,42 +19,45 @@ Rules to block Windows spy / telemetry.
+## About
+
+**WindowsSpyBlocker** is a set of rules to block Windows spy / telemetry based on multiple tools to [capture traffic](../../wiki/Capture%20traffic). It is open for everyone and if you want to contribute, take a look at the [Wiki](../../wiki).
+To be notified of new releases you can subscribe to this [Atom feed](https://github.com/crazy-max/WindowsSpyBlocker/releases.atom).
+
## How ?
I use a QEMU virtual machine on the server virtualization management platform [Proxmox VE](https://www.proxmox.com/en/) based on Windows 10 Pro 64bits with automatic updates enabled.
I clean traffic dumps every day and compare results with the current rules to add / remove some hosts or firewall rules (need to automate the process...).
Tools used to capture traffic :
-* qemu -net dump
-* Wireshark
+* **qemu -net dump** : capture
+* **[Wireshark](../../wiki/captureWireshark)** : capture + logs
+* **[Sysmon](../../wiki/captureSysmon)** : capture + logs
+* **[Proxifier](../../wiki/captureProxifier)** : logs
+
+All traffic logs are available in the `logs` folder.
## Usage
-### Hosts
+* `data//winX/spy.txt` : Block Windows Spy / Telemetry
+* `data//winX/update.txt` : Block Windows Update
+* `data//winX/extra.txt` : Block third party applications
-* `windowsX_spy.txt` : Block Windows Spy / Telemetry
-* `windowsX_update.txt` : Block Windows Update
-* `windowsX_extra.txt` : Block third party applications
+### Hosts
-Copy / paste the content of the above files in your Windows hosts file located in `C:\Windows\System32\drivers\etc\hosts`.
+Copy / paste the content of the files in `data/hosts` in your Windows hosts file located in `C:\Windows\System32\drivers\etc\hosts`.
You can use the [HostsMan](http://www.abelhadigital.com/hostsman) freeware to keep update your hosts file.
I have created a git hook to publish the hosts files to my personal website :
-* [http://www.crazyws.fr/WindowsSpyBlocker/hosts/windows10_spy.txt](http://www.crazyws.fr/WindowsSpyBlocker/hosts/windows10_spy.txt)
-* [http://www.crazyws.fr/WindowsSpyBlocker/hosts/windows10_update.txt](http://www.crazyws.fr/WindowsSpyBlocker/hosts/windows10_update.txt)
-* [http://www.crazyws.fr/WindowsSpyBlocker/hosts/windows10_extra.txt](http://www.crazyws.fr/WindowsSpyBlocker/hosts/windows10_extra.txt)
+* [http://www.crazyws.fr/WindowsSpyBlocker/hosts/win10/spy.txt](http://www.crazyws.fr/WindowsSpyBlocker/hosts/win10/spy.txt)
+* [http://www.crazyws.fr/WindowsSpyBlocker/hosts/win10/update.txt](http://www.crazyws.fr/WindowsSpyBlocker/hosts/win10/update.txt)
+* [http://www.crazyws.fr/WindowsSpyBlocker/hosts/win10/extra.txt](http://www.crazyws.fr/WindowsSpyBlocker/hosts/win10/extra.txt)
### Firewall
Some queries use IP addresses but you can stop them with your Firewall.
-All relative information about these IP addresses are listed in the CSV file [firewallTestIPs.csv](https://github.com/crazy-max/WindowsSpyBlocker/blob/master/firewall/firewallTestIPs.csv).
-[Download](https://github.com/crazy-max/WindowsSpyBlocker/archive/master.zip) or clone the repository, execute `firewall\firewallBlockWindowsSpy.bat` and choose an option :
-
-![](../../wiki/img/firewallMenu-20160516.png)
-
-IPs are added in the Windows Firewall as outbound rules :
-
-![](../../wiki/img/firewallRules-20160516.png)
+All relative information about these IP addresses are listed in the CSV files `firewall-` in the [logs folder](tree/master/firewall/logs).
+To add / remove firewall rules or test IPs, read the instructions in [scripts/firewall folder](tree/master/scripts/firewall).
### NCSI (Network Connectivity Status Indicator)
@@ -64,9 +66,7 @@ NCSI performs a DNS lookup on `www.msftncsi.com` and sends a DNS lookup request
You can block this probe by adding the content of the `windowsX_extra.txt` hosts file.
But you will have a ["No Internet access" warning in your system tray](../../wiki/FAQ#no-internet-access-on-my-network-card).
-To solve this problem you can use the alternative WindowsSpyBlocker NCSI by executing `ncsi\ncsi.bat` :
-
-![](../../wiki/img/ncsiMenu-20160527.png)
+To solve this problem read the instructions in [scripts/ncsi folder](tree/master/scripts/ncsi).
### DNSCrypt
@@ -84,7 +84,7 @@ Replace `` with a [public DNS resolvers supporting DNSCrypt](https://githu
Some hosts are not blocked and required a top level application.
For example you can use [Proxifier](https://www.proxifier.com/) software to block Microsoft spy.
-Copy the content of the proxifier files in the repository in a blocked rule :
+Copy the content of the proxifier files in `data/proxifier` in a blocked rule :
![](../../wiki/img/proxifierRules-20160516.png)
diff --git a/data/.gitignore b/data/.gitignore
new file mode 100644
index 00000000..1944fd61
--- /dev/null
+++ b/data/.gitignore
@@ -0,0 +1 @@
+*.tmp
diff --git a/dnscrypt/windows10_extra.txt b/data/dnscrypt/win10/extra.txt
similarity index 58%
rename from dnscrypt/windows10_extra.txt
rename to data/dnscrypt/win10/extra.txt
index 84b0c41e..56db23d7 100644
--- a/dnscrypt/windows10_extra.txt
+++ b/data/dnscrypt/win10/extra.txt
@@ -1,5 +1,8 @@
+*.2mdn.net
+2mdn.net
*.akamaitechnologies.com
akamaitechnologies.com
+apps.skype.com
*.bing.net
bing.net
*.hotmail.com
@@ -12,8 +15,10 @@ live.net
msftncsi.com
*.msn.com
msn.com
-*.nsatc.net
-nsatc.net
-*.microsoft.com.nstac.net
+oneclient.sfx.ms
pricelist.skype.com
ui.skype.com
+*.weather.microsoft.com
+weather.microsoft.com
+*.xboxlive.com
+xboxlive.com
diff --git a/dnscrypt/windows10_spy.txt b/data/dnscrypt/win10/spy.txt
similarity index 92%
rename from dnscrypt/windows10_spy.txt
rename to data/dnscrypt/win10/spy.txt
index 33baad44..e7bb9ff4 100644
--- a/dnscrypt/windows10_spy.txt
+++ b/data/dnscrypt/win10/spy.txt
@@ -1,5 +1,3 @@
-*.2mdn.net
-2mdn.net
*.a-msedge.net
a-msedge.net
*.adnexus.net
@@ -13,8 +11,6 @@ schemas.microsoft.akadns.net
*.atdmt.com
atdmt.com
compatexchange.cloudapp.net
-*.doubleclick.net
-doubleclick.net
secure.flashtalking.com
pre.footprintpredict.com
clients2.google.com
diff --git a/dnscrypt/windows10_update.txt b/data/dnscrypt/win10/update.txt
similarity index 100%
rename from dnscrypt/windows10_update.txt
rename to data/dnscrypt/win10/update.txt
diff --git a/firewall/windows10_extra.txt b/data/firewall/win10/extra.txt
similarity index 74%
rename from firewall/windows10_extra.txt
rename to data/firewall/win10/extra.txt
index 92ca4cbb..c3f07610 100644
--- a/firewall/windows10_extra.txt
+++ b/data/firewall/win10/extra.txt
@@ -1,10 +1,9 @@
-### firewall_windows10_extra
+### firewall win10 extra
### More info: https://github.com/crazy-max/WindowsSpyBlocker
65.52.100.11
65.52.100.93
191.232.139.253
-204.79.197.200
207.46.194.25
207.46.223.94
207.68.166.254
diff --git a/firewall/windows10_spy.txt b/data/firewall/win10/spy.txt
similarity index 82%
rename from firewall/windows10_spy.txt
rename to data/firewall/win10/spy.txt
index c29c12f8..a6748b37 100644
--- a/firewall/windows10_spy.txt
+++ b/data/firewall/win10/spy.txt
@@ -1,4 +1,4 @@
-### firewall_windows10_spy
+### firewall win10 spy
### More info: https://github.com/crazy-max/WindowsSpyBlocker
2.22.61.43
@@ -21,6 +21,7 @@
40.113.8.255
40.113.14.159
40.113.22.47
+40.114.241.141
40.117.151.29
64.4.6.100
64.4.23.0-64.4.23.255
@@ -125,7 +126,23 @@
191.237.208.126
191.239.54.52
195.138.255.0-195.138.255.255
+204.79.197.197
+204.79.197.199
204.79.197.200
+204.79.197.201
+204.79.197.202
+204.79.197.203
+204.79.197.204
+204.79.197.205
+204.79.197.206
+204.79.197.207
+204.79.197.208
+204.79.197.209
+204.79.197.210
+204.79.197.211
+204.79.197.212
+204.79.197.213
+204.79.197.214
207.46.7.252
207.46.101.29
207.46.114.58
diff --git a/firewall/windows10_update.txt b/data/firewall/win10/update.txt
similarity index 78%
rename from firewall/windows10_update.txt
rename to data/firewall/win10/update.txt
index 7bb2937a..b51ac24c 100644
--- a/firewall/windows10_update.txt
+++ b/data/firewall/win10/update.txt
@@ -1,4 +1,4 @@
-### firewall_windows10_update
+### firewall win10 update
### More info: https://github.com/crazy-max/WindowsSpyBlocker
23.103.189.158
diff --git a/data/hosts/win10/extra.txt b/data/hosts/win10/extra.txt
new file mode 100644
index 00000000..2b5b6ea7
--- /dev/null
+++ b/data/hosts/win10/extra.txt
@@ -0,0 +1,26 @@
+### hosts win10 extra
+### More info: https://github.com/crazy-max/WindowsSpyBlocker
+
+0.0.0.0 akamaitechnologies.com
+0.0.0.0 apps.skype.com
+0.0.0.0 cdn.content.prod.cms.msn.com
+0.0.0.0 choice.microsoft.com.nstac.net
+0.0.0.0 client-s.gateway.messenger.live.com
+0.0.0.0 deploy.static.akamaitechnologies.com
+0.0.0.0 device.auth.xboxlive.com
+0.0.0.0 dl.delivery.mp.microsoft.com
+0.0.0.0 dns.msftncsi.com
+0.0.0.0 msftncsi.com
+0.0.0.0 oneclient.sfx.ms
+0.0.0.0 pricelist.skype.com
+0.0.0.0 s.gateway.messenger.live.com
+0.0.0.0 s0.2mdn.net
+0.0.0.0 sO.2mdn.net
+0.0.0.0 search.msn.com
+0.0.0.0 static.2mdn.net
+0.0.0.0 tile-service.weather.microsoft.com
+0.0.0.0 tk2.plt.msn.com
+0.0.0.0 tlu.dl.delivery.mp.microsoft.com
+0.0.0.0 ui.skype.com
+0.0.0.0 view.atdmt.com
+0.0.0.0 www.msftncsi.com
diff --git a/hosts/windows10_spy.txt b/data/hosts/win10/spy.txt
similarity index 81%
rename from hosts/windows10_spy.txt
rename to data/hosts/win10/spy.txt
index 8cd6d906..b0bfa433 100644
--- a/hosts/windows10_spy.txt
+++ b/data/hosts/win10/spy.txt
@@ -1,13 +1,24 @@
-### hosts_windows10_spy
+### hosts win10 spy
### More info: https://github.com/crazy-max/WindowsSpyBlocker
+0.0.0.0 a-0001.a-msedge.net
+0.0.0.0 a-0002.a-msedge.net
+0.0.0.0 a-0003.a-msedge.net
+0.0.0.0 a-0004.a-msedge.net
+0.0.0.0 a-0005.a-msedge.net
+0.0.0.0 a-0006.a-msedge.net
+0.0.0.0 a-0007.a-msedge.net
+0.0.0.0 a-0008.a-msedge.net
+0.0.0.0 a-0009.a-msedge.net
+0.0.0.0 a-0010.a-msedge.net
+0.0.0.0 a-0011.a-msedge.net
+0.0.0.0 a-0012.a-msedge.net
0.0.0.0 a-msedge.net
0.0.0.0 a.ads1.msn.com
0.0.0.0 a.ads2.msads.net
0.0.0.0 a.ads2.msn.com
0.0.0.0 a.rad.msn.com
0.0.0.0 ac3.msn.com
-0.0.0.0 ad.doubleclick.net
0.0.0.0 adnexus.net
0.0.0.0 adnxs.com
0.0.0.0 ads.msn.com
@@ -46,6 +57,7 @@
0.0.0.0 ecn.dev.virtualearth.net
0.0.0.0 eu.vortex.data.microsoft.com
0.0.0.0 fe3.delivery.dsp.mp.microsoft.com.nsatc.net
+0.0.0.0 fe3.delivery.mp.microsoft.com
0.0.0.0 feedback.microsoft-hohm.com
0.0.0.0 feedback.search.microsoft.com
0.0.0.0 feedback.windows.com
@@ -90,9 +102,9 @@
0.0.0.0 sqm.telemetry.microsoft.com
0.0.0.0 sqm.telemetry.microsoft.com.nsatc.net
0.0.0.0 ssw.live.com
-0.0.0.0 static.2mdn.net
0.0.0.0 statsfe1.ws.microsoft.com
0.0.0.0 statsfe2.ws.microsoft.com
+0.0.0.0 survey.watson.microsoft.com
0.0.0.0 t0.ssl.ak.dynamic.tiles.virtualearth.net
0.0.0.0 t0.ssl.ak.tiles.virtualearth.net
0.0.0.0 telecommand.telemetry.microsoft.com
@@ -100,6 +112,7 @@
0.0.0.0 telemetry.appex.bing.net
0.0.0.0 telemetry.microsoft.com
0.0.0.0 telemetry.urs.microsoft.com
+0.0.0.0 tsfe.trafficshaping.dsp.mp.microsoft.com
0.0.0.0 v10.vortex-win.data.metron.live.com.nsatc.net
0.0.0.0 v10.vortex-win.data.microsoft.com
0.0.0.0 version.hybrid.api.here.com
@@ -114,5 +127,12 @@
0.0.0.0 vortex.data.glbdns2.microsoft.com
0.0.0.0 vortex.data.metron.live.com.nsatc.net
0.0.0.0 vortex.data.microsoft.com
+0.0.0.0 watson.live.com
+0.0.0.0 watson.microsoft.com
+0.0.0.0 watson.ppe.telemetry.microsoft.com
+0.0.0.0 watson.telemetry.microsoft.com
+0.0.0.0 watson.telemetry.microsoft.com.nsatc.net
0.0.0.0 web.vortex.data.microsoft.com
+0.0.0.0 wes.df.telemetry.microsoft.com
0.0.0.0 win10.ipv6.microsoft.com
+0.0.0.0 www.msedge.net
diff --git a/hosts/windows10_update.txt b/data/hosts/win10/update.txt
similarity index 80%
rename from hosts/windows10_update.txt
rename to data/hosts/win10/update.txt
index 8cce71ef..76b17e11 100644
--- a/hosts/windows10_update.txt
+++ b/data/hosts/win10/update.txt
@@ -1,6 +1,7 @@
-### hosts_windows10_update
+### hosts win10 update
### More info: https://github.com/crazy-max/WindowsSpyBlocker
+0.0.0.0 au.v4.download.windowsupdate.com
0.0.0.0 ctldl.windowsupdate.com
0.0.0.0 fe2.update.microsoft.com
0.0.0.0 fe2.update.microsoft.com.akadns.net
diff --git a/ncsi/windows10_github.com.reg b/data/ncsi/github.com.reg
similarity index 100%
rename from ncsi/windows10_github.com.reg
rename to data/ncsi/github.com.reg
diff --git a/ncsi/windows10_msftncsi.com.reg b/data/ncsi/msftncsi.com.reg
similarity index 100%
rename from ncsi/windows10_msftncsi.com.reg
rename to data/ncsi/msftncsi.com.reg
diff --git a/ncsi/ncsi.txt b/data/ncsi/ncsi.txt
similarity index 100%
rename from ncsi/ncsi.txt
rename to data/ncsi/ncsi.txt
diff --git a/openwrt/README b/data/openwrt/README
similarity index 100%
rename from openwrt/README
rename to data/openwrt/README
diff --git a/openwrt/dnsmasq.conf b/data/openwrt/dnsmasq.conf
similarity index 100%
rename from openwrt/dnsmasq.conf
rename to data/openwrt/dnsmasq.conf
diff --git a/openwrt/firewall.user b/data/openwrt/firewall.user
similarity index 100%
rename from openwrt/firewall.user
rename to data/openwrt/firewall.user
diff --git a/proxifier/windows10_extra.txt b/data/proxifier/win10/extra.txt
similarity index 67%
rename from proxifier/windows10_extra.txt
rename to data/proxifier/win10/extra.txt
index 967264e7..3d80a575 100644
--- a/proxifier/windows10_extra.txt
+++ b/data/proxifier/win10/extra.txt
@@ -1,5 +1,8 @@
+*.2mdn.net;
+2mdn.net;
*.akamaitechnologies.com;
akamaitechnologies.com;
+apps.skype.com;
*.bing.net;
bing.net;
*.hotmail.com;
@@ -12,15 +15,16 @@ live.net;
msftncsi.com;
*.msn.com;
msn.com;
-*.nsatc.net;
-nsatc.net;
-*.microsoft.com.nstac.net;
+oneclient.sfx.ms;
pricelist.skype.com;
ui.skype.com;
+*.weather.microsoft.com;
+weather.microsoft.com;
+*.xboxlive.com;
+xboxlive.com;
65.52.100.11;
65.52.100.93;
191.232.139.253;
-204.79.197.200;
207.46.194.25;
207.46.223.94;
207.68.166.254;
diff --git a/proxifier/windows10_spy.txt b/data/proxifier/win10/spy.txt
similarity index 88%
rename from proxifier/windows10_spy.txt
rename to data/proxifier/win10/spy.txt
index ec33cf3f..a45a6f2e 100644
--- a/proxifier/windows10_spy.txt
+++ b/data/proxifier/win10/spy.txt
@@ -1,5 +1,3 @@
-*.2mdn.net;
-2mdn.net;
*.a-msedge.net;
a-msedge.net;
*.adnexus.net;
@@ -13,8 +11,6 @@ schemas.microsoft.akadns.net;
*.atdmt.com;
atdmt.com;
compatexchange.cloudapp.net;
-*.doubleclick.net;
-doubleclick.net;
secure.flashtalking.com;
pre.footprintpredict.com;
clients2.google.com;
@@ -84,6 +80,7 @@ feedback.windows.com;
40.113.8.255;
40.113.14.159;
40.113.22.47;
+40.114.241.141;
40.117.151.29;
64.4.6.100;
64.4.23.0-64.4.23.255;
@@ -188,7 +185,23 @@ feedback.windows.com;
191.237.208.126;
191.239.54.52;
195.138.255.0-195.138.255.255;
+204.79.197.197;
+204.79.197.199;
204.79.197.200;
+204.79.197.201;
+204.79.197.202;
+204.79.197.203;
+204.79.197.204;
+204.79.197.205;
+204.79.197.206;
+204.79.197.207;
+204.79.197.208;
+204.79.197.209;
+204.79.197.210;
+204.79.197.211;
+204.79.197.212;
+204.79.197.213;
+204.79.197.214;
207.46.7.252;
207.46.101.29;
207.46.114.58;
diff --git a/proxifier/windows10_update.txt b/data/proxifier/win10/update.txt
similarity index 100%
rename from proxifier/windows10_update.txt
rename to data/proxifier/win10/update.txt
diff --git a/firewall/.gitignore b/firewall/.gitignore
deleted file mode 100644
index ba4a5984..00000000
--- a/firewall/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-windows10_spy_github.txt
diff --git a/firewall/firewallBlockWindowsSpy.bat b/firewall/firewallBlockWindowsSpy.bat
deleted file mode 100644
index 57413bdc..00000000
--- a/firewall/firewallBlockWindowsSpy.bat
+++ /dev/null
@@ -1,296 +0,0 @@
-@ECHO OFF
-SETLOCAL EnableDelayedExpansion
-TITLE WindowsSpyBlocker - Firewall rules
-
-SET firewallRulesPrefix=windowsSpyBlocker-
-SET firewallTestIPsCSV=firewallTestIPs.csv
-SET firewallRulesUrl=https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/firewall/windows10_spy.txt
-SET tmpVbs=%TEMP%\firewallBlockWindowsSpy.vbs
-
-
-CLS
-IF "%1"=="" GOTO CHECK_UAC
-IF "%1"=="start" GOTO START
-
-
-::::::::::::::::::::::::::::::::::::::::
-:CHECK_UAC
-::::::::::::::::::::::::::::::::::::::::
->nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
-If '%ERRORLEVEL%' NEQ '0' (
- ECHO Requesting administrative privileges...
- GOTO UAC_PROMPT
-) Else (
- GOTO ADMIN
-)
-
-
-::::::::::::::::::::::::::::::::::::::::
-:UAC_PROMPT
-::::::::::::::::::::::::::::::::::::::::
-ECHO Set UAC = CreateObject^("Shell.Application"^) > "%TEMP%\getadmin.vbs"
-ECHO UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%TEMP%\getadmin.vbs"
-"%TEMP%\getadmin.vbs"
-EXIT /B
-
-
-::::::::::::::::::::::::::::::::::::::::
-:ADMIN
-::::::::::::::::::::::::::::::::::::::::
-IF EXIST "%TEMP%\getadmin.vbs" ( DEL "%TEMP%\getadmin.vbs" )
-PUSHD "%CD%"
-CD /D "%~dp0"
-CD %CD%
-%COMSPEC% /c "firewallBlockWindowsSpy.bat" start
-EXIT
-
-
-::::::::::::::::::::::::::::::::::::::::
-:START
-::::::::::::::::::::::::::::::::::::::::
-CLS
-ECHO.
-ECHO # WindowsSpyBlocker - Firewall rules
-ECHO # https://github.com/crazy-max/WindowsSpyBlocker
-ECHO.
-
-ECHO 1 - Download and add rules from GitHub
-ECHO 2 - Add rules from local file
-ECHO 3 - Remove rules
-ECHO 4 - Test IPs
-ECHO 9 - Exit
-ECHO.
-SET /P task="Choose a task: "
-ECHO.
-
-
-::::::::::::::::::::::::::::::::::::::::
-:ACTION
-::::::::::::::::::::::::::::::::::::::::
-IF %task% == 1 GOTO DOWNLOAD_GITHUB
-IF %task% == 2 GOTO LOCAL
-IF %task% == 3 GOTO REMOVE_RULES
-IF %task% == 4 GOTO DOWNLOAD_GITHUB
-IF %task% == 9 GOTO EXIT
-GOTO START
-
-
-::::::::::::::::::::::::::::::::::::::::
-:DOWNLOAD_GITHUB
-::::::::::::::::::::::::::::::::::::::::
-SET firewallRulesFile=windows10_spy_github.txt
-ECHO - Download rules from GitHub...
-ECHO WScript.StdOut.Write "Download " ^& "%firewallRulesUrl%" ^& " " >%tmpVbs%
-ECHO Dim objHttp : Set objHttp = CreateObject("WinHttp.WinHttpRequest.5.1") >>%tmpVbs%
-ECHO Dim objStream : Set objStream = CreateObject("Adodb.Stream") >>%tmpVbs%
-ECHO objHttp.Open "GET", "%firewallRulesUrl%", True >>%tmpVbs%
-ECHO objHttp.Send >>%tmpVbs%
-ECHO While objHttp.WaitForResponse(0) = 0 >>%tmpVbs%
-ECHO WScript.StdOut.Write "." >>%tmpVbs%
-ECHO WScript.Sleep 1000 >>%tmpVbs%
-ECHO Wend >>%tmpVbs%
-ECHO WScript.StdOut.WriteLine " [HTTP " ^& objHttp.Status ^& " " ^& objHttp.StatusText ^& "]" >>%tmpVbs%
-ECHO With objStream >>%tmpVbs%
-ECHO .Type = 1 '//binary >>%tmpVbs%
-ECHO .Open >>%tmpVbs%
-ECHO .Write objHttp.ResponseBody >>%tmpVbs%
-ECHO .Savetofile "%~dp0\%firewallRulesFile%", 2 >>%tmpVbs%
-ECHO End With >>%tmpVbs%
-cscript.exe /NoLogo %tmpVbs%
-IF %task% == 4 (
- GOTO TEST_IPS
-) Else (
- GOTO REMOVE_RULES
-)
-
-
-::::::::::::::::::::::::::::::::::::::::
-:LOCAL
-::::::::::::::::::::::::::::::::::::::::
-SET firewallRulesFile=windows10_spy.txt
-IF %task% == 4 (
- GOTO TEST_IPS
-) Else (
- GOTO REMOVE_RULES
-)
-
-
-::::::::::::::::::::::::::::::::::::::::
-:REMOVE_RULES
-::::::::::::::::::::::::::::::::::::::::
-ECHO.
-ECHO - Remove rules...
-ECHO Dim objFwPolicy2 >%tmpVbs%
-ECHO Dim objCurrentProfiles >>%tmpVbs%
-ECHO Dim objRules >>%tmpVbs%
-ECHO Dim objRule >>%tmpVbs%
-ECHO Set objFwPolicy2 = CreateObject("HNetCfg.FwPolicy2") >>%tmpVbs%
-ECHO objCurrentProfiles = objFwPolicy2.CurrentProfileTypes >>%tmpVbs%
-ECHO Set objRules = objFwPolicy2.Rules >>%tmpVbs%
-ECHO For Each objRule In objRules >>%tmpVbs%
-ECHO If objRule.Profiles And objCurrentProfiles Then >>%tmpVbs%
-ECHO If InStr(1, objRule.Name, "%firewallRulesPrefix%") = 1 Then >>%tmpVbs%
-ECHO Wscript.Echo objRule.Name >>%tmpVbs%
-ECHO objFwPolicy2.Rules.Remove objRule.Name >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO Next >>%tmpVbs%
-cscript.exe /NoLogo %tmpVbs%
-IF %task% == 3 (
- GOTO END
-) Else (
- GOTO ADD_RULES
-)
-
-
-::::::::::::::::::::::::::::::::::::::::
-:ADD_RULES
-::::::::::::::::::::::::::::::::::::::::
-ECHO.
-ECHO - Add rules...
-ECHO Dim ipAddress >%tmpVbs%
-ECHO Set objShell = WScript.CreateObject("WScript.Shell") >>%tmpVbs%
-ECHO Set objFso = CreateObject("Scripting.FileSystemObject") >>%tmpVbs%
-ECHO Set file = objFso.OpenTextFile("%~dp0\%firewallRulesFile%") >>%tmpVbs%
-ECHO Do Until file.AtEndOfStream >>%tmpVbs%
-ECHO ipAddress = Trim(file.ReadLine) >>%tmpVbs%
-ECHO If Not InStr(1, ipAddress, "#") = 1 And Len(ipAddress) Then >>%tmpVbs%
-ECHO WScript.Echo "%firewallRulesPrefix%" ^& ipAddress >>%tmpVbs%
-ECHO res = objShell.Run("netsh advfirewall firewall add rule name=""%firewallRulesPrefix%" ^& ipAddress ^& """ dir=out protocol=any action=block remoteip=" ^& ipAddress, 0, True) >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO Loop >>%tmpVbs%
-cscript.exe /NoLogo %tmpVbs%
-GOTO END
-
-::::::::::::::::::::::::::::::::::::::::
-:TEST_IPS
-::::::::::::::::::::::::::::::::::::::::
-ECHO.
-ECHO - Test IPs...
-ECHO Dim ipAddress >%tmpVbs%
-ECHO Dim objShell : Set objShell = WScript.CreateObject("WScript.Shell") >>%tmpVbs%
-ECHO Dim objFso : Set objFso = CreateObject("Scripting.FileSystemObject") >>%tmpVbs%
-ECHO Dim objTestIPsCSV : Set objTestIPsCSV = objFSO.CreateTextFile("%~dp0\%firewallTestIPsCSV%", True) >>%tmpVbs%
-ECHO Dim objRules : Set objRules = objFso.OpenTextFile("%~dp0\%firewallRulesFile%") >>%tmpVbs%
-ECHO objTestIPsCSV.Write "IP,NETNAME,ORGANIZATION,COUNTRY,DNS RESOLVE" ^& vbCrLf >>%tmpVbs%
-ECHO Do Until objRules.AtEndOfStream >>%tmpVbs%
-ECHO ipAddressOr = Trim(objRules.ReadLine) >>%tmpVbs%
-ECHO ipAddress = ipAddressOr >>%tmpVbs%
-ECHO If Len(ipAddress) And Not InStr(1, ipAddress, "#") = 1 Then >>%tmpVbs%
-ECHO If InStr(ipAddress, "-") ^> 0 Then >>%tmpVbs%
-ECHO ipAddressAr = Split(Split(ipAddress, "-")(0), ".") >>%tmpVbs%
-ECHO For i = 1 To 254 Step 1 >>%tmpVbs%
-ECHO ipAddress = ipAddressAr(0) ^& "." ^& ipAddressAr(1) ^& "." ^& ipAddressAr(2) ^& "." ^& i >>%tmpVbs%
-ECHO checkIp ipAddressOr, ipAddress, objTestIPsCSV >>%tmpVbs%
-ECHO Next >>%tmpVbs%
-ECHO Else >>%tmpVbs%
-ECHO checkIp ipAddressOr, ipAddress, objTestIPsCSV >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO Loop >>%tmpVbs%
-ECHO objTestIPsCSV.Close >>%tmpVbs%
-ECHO Sub checkIp(ByVal ipAddressOr, ByVal ipAddress, ByVal objTestIPsCSV) >>%tmpVbs%
-ECHO Dim objIE : Set objIE = CreateObject("InternetExplorer.Application") >>%tmpVbs%
-ECHO objIE.Visible = False >>%tmpVbs%
-ECHO If StrComp(ipAddressOr, ipAddress, vbTextCompare) != 0 Then >>%tmpVbs%
-ECHO ipStr = ipAddress >>%tmpVbs%
-ECHO Else >>%tmpVbs%
-ECHO ipStr = ipAddressOr ^& " (" ^& ipAddress ^& ")" >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO WScript.StdOut.Write "Checking " ^& ipStr >>%tmpVbs%
-ECHO objIE.Navigate "https://dnsquery.org/ipwhois,request/" ^& ipAddress >>%tmpVbs%
-ECHO Do Until objIE.ReadyState = 4 >>%tmpVbs%
-ECHO WScript.StdOut.Write "." >>%tmpVbs%
-ECHO WScript.Sleep 1000 >>%tmpVbs%
-ECHO Loop >>%tmpVbs%
-ECHO rawIpData = objIE.Document.Body.innerText >>%tmpVbs%
-ECHO rawIpDataSp = Split(Trim(objIE.Document.getElementsByTagName("pre").item(0).innerText), vbNewLine) >>%tmpVbs%
-ECHO ipNetName = "" >>%tmpVbs%
-ECHO ipOrganization = "" >>%tmpVbs%
-ECHO ipCountry = "" >>%tmpVbs%
-ECHO For Each ipData In rawIpDataSp >>%tmpVbs%
-ECHO ''' whois.arin.net >>%tmpVbs%
-ECHO If InStr(rawIpData, "whois.arin.net") ^> 0 Then >>%tmpVbs%
-ECHO If InStr(1, ipData, "NetName:") = 1 Then >>%tmpVbs%
-ECHO ipNetName = Trim(Replace(ipData, "NetName: ", "")) >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO If InStr(1, ipData, "Organization:") = 1 Then >>%tmpVbs%
-ECHO ipOrganization = Trim(Replace(ipData, "Organization: ", "")) >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO If InStr(1, ipData, "Country:") = 1 Then >>%tmpVbs%
-ECHO ipCountry = Trim(Replace(ipData, "Country: ", "")) >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO ''' whois.ripe.net >>%tmpVbs%
-ECHO If InStr(rawIpData, "whois.ripe.net") ^> 0 Then >>%tmpVbs%
-ECHO If InStr(1, ipData, "netname:") = 1 Then >>%tmpVbs%
-ECHO ipNetName = Trim(Replace(ipData, "netname: ", "")) >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO If Len(ipOrganization) = 0 And InStr(1, ipData, "descr:") = 1 Then >>%tmpVbs%
-ECHO ipOrganization = Trim(Replace(ipData, "descr: ", "")) >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO If InStr(1, ipData, "country:") = 1 Then >>%tmpVbs%
-ECHO ipCountry = Trim(Replace(ipData, "country: ", "")) >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO ''' whois.lacnic.net >>%tmpVbs%
-ECHO If InStr(rawIpData, "whois.lacnic.net") ^> 0 Then >>%tmpVbs%
-ECHO If InStr(1, ipData, "aut-num:") = 1 Then >>%tmpVbs%
-ECHO ipNetName = Trim(Replace(ipData, "aut-num: ", "")) >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO If InStr(1, ipData, "owner:") = 1 Then >>%tmpVbs%
-ECHO ipOrganization = Trim(Replace(ipData, "owner: ", "")) >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO If InStr(1, ipData, "country:") = 1 Then >>%tmpVbs%
-ECHO ipCountry = Trim(Replace(ipData, "country: ", "")) >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO ''' whois.apnic.net >>%tmpVbs%
-ECHO If InStr(rawIpData, "whois.apnic.net") ^> 0 Then >>%tmpVbs%
-ECHO If InStr(1, ipData, "netname:") = 1 Then >>%tmpVbs%
-ECHO ipNetName = Trim(Replace(ipData, "netname: ", "")) >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO If Len(ipOrganization) = 0 And InStr(1, ipData, "descr:") = 1 Then >>%tmpVbs%
-ECHO ipOrganization = Trim(Replace(ipData, "descr: ", "")) >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO If InStr(1, ipData, "country:") = 1 Then >>%tmpVbs%
-ECHO ipCountry = Trim(Replace(ipData, "country: ", "")) >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO End If >>%tmpVbs%
-ECHO Next >>%tmpVbs%
-ECHO objIE.Navigate "http://www.webyield.net/cgi-bin/ipwhois.cgi?addr=" ^& ipAddress >>%tmpVbs%
-ECHO Do Until objIE.ReadyState = 4 >>%tmpVbs%
-ECHO WScript.StdOut.Write "." >>%tmpVbs%
-ECHO WScript.Sleep 1000 >>%tmpVbs%
-ECHO Loop >>%tmpVbs%
-ECHO ipResolvesTo = Trim(Replace(objIE.Document.getElementsByTagName("p").item(1).innerText, "Resolves to: ", "")) >>%tmpVbs%
-ECHO ipResolvesTo = Replace(ipResolvesTo, "no reverse DNS for this IP", "") >>%tmpVbs%
-ECHO Wscript.Echo vbNewLine ^& " NetName: " ^& ipNetName >>%tmpVbs%
-ECHO Wscript.Echo " Organization: " ^& ipOrganization >>%tmpVbs%
-ECHO Wscript.Echo " Country: " ^& ipCountry >>%tmpVbs%
-ECHO Wscript.Echo " Resolves to: " ^& ipResolvesTo >>%tmpVbs%
-ECHO ipNetName = Replace(ipNetName, ",", ".") >>%tmpVbs%
-ECHO ipOrganization = Replace(ipOrganization, ",", ".") >>%tmpVbs%
-ECHO ipCountry = Replace(ipCountry, ",", ".") >>%tmpVbs%
-ECHO ipResolvesTo = Replace(ipResolvesTo, ",", ".") >>%tmpVbs%
-ECHO objTestIPsCSV.Write ipStr ^& "," ^& ipNetName ^& "," ^& ipOrganization ^& "," ^& ipCountry ^& "," ^& ipResolvesTo ^& vbCrLf >>%tmpVbs%
-ECHO objIE.Quit >>%tmpVbs%
-ECHO Set objIE = Nothing >>%tmpVbs%
-ECHO WScript.Sleep 2000 >>%tmpVbs%
-ECHO End Sub >>%tmpVbs%
-cscript.exe /NoLogo %tmpVbs%
-GOTO END
-
-
-::::::::::::::::::::::::::::::::::::::::
-:END
-::::::::::::::::::::::::::::::::::::::::
-ECHO.
-PAUSE
-GOTO START
-
-
-::::::::::::::::::::::::::::::::::::::::
-:EXIT
-::::::::::::::::::::::::::::::::::::::::
-ENDLOCAL
diff --git a/firewall/firewallTestIPs.csv b/firewall/firewallTestIPs.csv
deleted file mode 100644
index 71ed2bf0..00000000
--- a/firewall/firewallTestIPs.csv
+++ /dev/null
@@ -1,2917 +0,0 @@
-IP,NETNAME,ORGANIZATION,COUNTRY,DNS RESOLVE
-2.22.61.43,AKAMAI-PA,Akamai Technologies,EU,
-2.22.61.66,AKAMAI-PA,Akamai Technologies,EU,
-13.107.3.128,MSFT,Microsoft Corporation (MSFT),US,
-13.107.4.50,MSFT,Microsoft Corporation (MSFT),US,
-13.107.5.88,MSFT,Microsoft Corporation (MSFT),US,
-23.57.107.27,AIBV,Akamai International. BV (AIB-17),NL,a23-57-107-27.deploy.static.akamaitechnologies.com
-23.57.107.163,AIBV,Akamai International. BV (AIB-17),NL,a23-57-107-163.deploy.static.akamaitechnologies.com
-23.57.101.163,AIBV,Akamai International. BV (AIB-17),NL,a23-57-101-163.deploy.static.akamaitechnologies.com
-23.97.178.173,MSFT,Microsoft Corporation (MSFT),US,
-23.99.10.11,MSFT,Microsoft Corporation (MSFT),US,
-23.102.21.4,MSFT,Microsoft Corporation (MSFT),US,
-23.102.155.140,MSFT,Microsoft Corporation (MSFT),US,
-23.103.182.126,MSFT,Microsoft Corporation (MSFT),US,
-23.218.212.69,AKAMAI,Akamai Technologies. Inc. (AKAMAI),US,a23-218-212-69.deploy.static.akamaitechnologies.com
-23.223.20.82,AIBV,Akamai International. BV (AIB-17),NL,a23-223-20-82.deploy.static.akamaitechnologies.com
-40.69.40.157,MSFT,Microsoft Corporation (MSFT),US,
-40.83.189.49,MSFT,Microsoft Corporation (MSFT),US,
-40.113.8.255,MSFT,Microsoft Corporation (MSFT),US,
-40.113.14.159,MSFT,Microsoft Corporation (MSFT),US,
-40.113.22.47,MSFT,Microsoft Corporation (MSFT),US,
-40.117.151.29,MSFT,Microsoft Corporation (MSFT),US,
-64.4.6.100,MICROSOFT,Microsoft Corporation (MSFT),US,curah.de
-64.4.23.0-64.4.23.255 (64.4.23.1),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.2),MICROSOFT,Microsoft Corporation (MSFT),US,po31-149.by2-6nx-sup-1a.ntwk.msn.net
-64.4.23.0-64.4.23.255 (64.4.23.3),MICROSOFT,Microsoft Corporation (MSFT),US,po31-149.by2-6nx-sup-1b.ntwk.msn.net
-64.4.23.0-64.4.23.255 (64.4.23.4),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.5),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.6),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.7),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.8),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.9),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.10),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.11),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.12),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.13),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.14),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.15),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.16),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.17),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.18),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.19),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.20),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.21),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.22),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.23),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.24),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.25),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.26),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.27),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.28),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.29),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.30),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.31),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.32),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.33),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.34),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.35),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.36),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.37),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.38),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.39),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.40),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.41),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.42),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.43),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.44),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.45),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.46),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.47),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.48),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.49),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.50),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.51),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.52),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.53),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.54),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.55),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.56),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.57),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.58),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.59),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.60),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.61),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.62),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.63),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.64),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.65),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.66),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.67),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.68),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.69),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.70),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.71),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.72),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.73),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.74),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.75),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.76),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.77),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.78),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.79),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.80),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.81),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.82),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.83),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.84),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.85),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.86),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.87),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.88),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.89),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.90),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.91),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.92),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.93),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.94),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.95),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.96),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.97),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.98),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.99),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.100),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.101),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.102),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.103),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.104),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.105),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.106),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.107),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.108),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.109),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.110),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.111),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.112),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.113),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.114),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.115),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.116),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.117),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.118),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.119),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.120),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.121),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.122),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.123),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.124),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.125),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.126),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.127),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.128),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.129),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.130),MICROSOFT,Microsoft Corporation (MSFT),US,po31-289.bay-6nf-1a.ntwk.msn.net
-64.4.23.0-64.4.23.255 (64.4.23.131),MICROSOFT,Microsoft Corporation (MSFT),US,po31-289.bay-6nf-1b.ntwk.msn.net
-64.4.23.0-64.4.23.255 (64.4.23.132),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.133),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.134),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.135),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.136),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.137),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.138),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.139),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.140),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.141),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.142),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.143),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.144),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.145),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.146),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.147),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.148),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.149),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.150),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.151),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.152),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.153),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.154),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.155),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.156),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.157),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.158),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.159),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.160),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.161),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.162),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.163),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.164),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.165),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.166),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.167),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.168),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.169),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.170),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.171),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.172),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.173),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.174),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.175),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.176),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.177),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.178),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.179),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.180),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.181),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.182),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.183),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.184),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.185),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.186),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.187),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.188),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.189),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.190),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.191),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.192),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.193),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.194),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.195),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.196),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.197),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.198),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.199),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.200),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.201),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.202),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.203),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.204),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.205),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.206),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.207),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.208),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.209),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.210),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.211),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.212),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.213),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.214),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.215),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.216),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.217),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.218),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.219),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.220),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.221),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.222),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.223),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.224),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.225),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.226),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.227),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.228),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.229),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.230),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.231),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.232),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.233),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.234),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.235),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.236),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.237),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.238),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.239),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.240),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.241),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.242),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.243),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.244),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.245),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.246),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.247),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.248),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.249),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.250),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.251),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.252),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.253),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.23.0-64.4.23.255 (64.4.23.254),MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.54.22,MICROSOFT,Microsoft Corporation (MSFT),US,msnbot-64-4-54-22.search.msn.com
-64.4.54.32,MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.54.253,MICROSOFT,Microsoft Corporation (MSFT),US,
-64.4.54.254,MICROSOFT,Microsoft Corporation (MSFT),US,
-65.39.117.230,PINPOINT-PNPT,Pinpoint Communications. Inc. (PINPO),US,
-65.52.100.7,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,df.telemetry.microsoft.com
-65.52.100.9,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,telemetry.microsoft.com
-65.52.100.11,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,watson.ppe.telemetry.microsoft.com
-65.52.100.91,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,reports.wes.df.telemetry.microsoft.com
-65.52.100.92,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,services.wes.df.telemetry.microsoft.com
-65.52.100.94,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,sqm.df.telemetry.microsoft.com
-65.52.108.33,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,msnbot-65-52-108-33.search.msn.com
-65.55.108.23,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,msnbot-65-55-108-23.search.msn.com
-65.52.108.29,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,msnbot-65-52-108-29.search.msn.com
-65.52.108.153,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,msnbot-65-52-108-153.search.msn.com
-65.52.108.154,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,msnbot-65-52-108-154.search.msn.com
-65.52.161.64,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.29.238,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.39.10,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,xnacreators.net
-65.55.44.51,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.44.108,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.44.109,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.83.120,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.130.50,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.138.110,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.138.114,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.138.126,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.138.186,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.176.90,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.1),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.2),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.3),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.4),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.5),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.6),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.7),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.8),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.9),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.10),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.11),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.12),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.13),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.14),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.15),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.16),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.17),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.18),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.19),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.20),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.21),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.22),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.23),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.24),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.25),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.26),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.27),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.28),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.29),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.30),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.31),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.32),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.33),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.34),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.35),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.36),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.37),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.38),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.39),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.40),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.41),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.42),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.43),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.44),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.45),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.46),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.47),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.48),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.49),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.50),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.51),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.52),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.53),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.54),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.55),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.56),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.57),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.58),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.59),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.60),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.61),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.62),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.63),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.64),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.65),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.66),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.67),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.68),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.69),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.70),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.71),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.72),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.73),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.74),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.75),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.76),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.77),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.78),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.79),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.80),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.81),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.82),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.83),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.84),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.85),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.86),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.87),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.88),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.89),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.90),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.91),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.92),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.93),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.94),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.95),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.96),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.97),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.98),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.99),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.100),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.101),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.102),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.103),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.104),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.105),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.106),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.107),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.108),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.109),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.110),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.111),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.112),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.113),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.114),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.115),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.116),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.117),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.118),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.119),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.120),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.121),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.122),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.123),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.124),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.125),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.126),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.127),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.128),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.129),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.130),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,po32-103.bl2-6gmr-mms-1a.ntwk.msn.net
-65.55.223.0-65.55.223.255 (65.55.223.131),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,po32-103.bl2-6gmr-mms-1b.ntwk.msn.net
-65.55.223.0-65.55.223.255 (65.55.223.132),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.133),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.134),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.135),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.136),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.137),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.138),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.139),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.140),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.141),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.142),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.143),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.144),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.145),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.146),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.147),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.148),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.149),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.150),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.151),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.152),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.153),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.154),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.155),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.156),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.157),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.158),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.159),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.160),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.161),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.162),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.163),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.164),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.165),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.166),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.167),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.168),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.169),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.170),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.171),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.172),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.173),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.174),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.175),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.176),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.177),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.178),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.179),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.180),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.181),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.182),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.183),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.184),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.185),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.186),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.187),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.188),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.189),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.190),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.191),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.192),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.193),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.194),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,po8-849.blu-6nf-srch-3a.ntwk.msn.net
-65.55.223.0-65.55.223.255 (65.55.223.195),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,po8-849.blu-6nf-srch-3b.ntwk.msn.net
-65.55.223.0-65.55.223.255 (65.55.223.196),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.197),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,vlan849.blu-f6f-srch-2a.ntwk.msn.net
-65.55.223.0-65.55.223.255 (65.55.223.198),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,vlan849.blu-f6f-srch-2b.ntwk.msn.net
-65.55.223.0-65.55.223.255 (65.55.223.199),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.200),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.201),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.202),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.203),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.204),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.205),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.206),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.207),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.208),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.209),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.210),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.211),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.212),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.213),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.214),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.215),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.216),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.217),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.218),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.219),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.220),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.221),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.222),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.223),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.224),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.225),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.226),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.227),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.228),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.229),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.230),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.231),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.232),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.233),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.234),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.235),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.236),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.237),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.238),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.239),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.240),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.241),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.242),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.243),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.244),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.245),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.246),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.247),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.248),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.249),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.250),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.251),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.252),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.253),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.223.0-65.55.223.255 (65.55.223.254),MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.252.43,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,msnbot-65-55-252-43.search.msn.com
-65.55.252.63,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.252.71,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.252.92,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.252.93,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-65.55.252.190,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
-66.119.144.158,MSFT,Microsoft Corporation (MSFT),US,
-66.119.147.131,MSFT,Microsoft Corporation (MSFT),US,
-77.67.29.176,AKAMAI-TINET,Akamai Technologies,US,
-104.43.139.21,MSFT,Microsoft Corporation (MSFT),US,
-104.46.50.125,MSFT,Microsoft Corporation (MSFT),US,
-104.96.147.3,AIBV,Akamai International. BV (AIB-17),NL,a104-96-147-3.deploy.static.akamaitechnologies.com
-104.101.172.250,AIBV,Akamai International. BV (AIB-17),NL,a104-101-172-250.deploy.static.akamaitechnologies.com
-104.101.180.163,AIBV,Akamai International. BV (AIB-17),NL,a104-101-180-163.deploy.static.akamaitechnologies.com
-111.221.29.177,Microsoft,Microsoft,US,
-111.221.29.253,Microsoft,Microsoft,US,
-111.221.29.254,Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.1),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.2),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.3),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.4),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.5),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.6),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.7),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.8),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.9),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.10),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.11),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.12),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.13),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.14),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.15),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.16),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.17),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.18),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.19),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.20),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.21),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.22),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.23),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.24),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.25),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.26),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.27),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.28),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.29),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.30),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.31),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.32),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.33),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.34),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.35),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.36),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.37),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.38),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.39),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.40),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.41),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.42),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.43),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.44),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.45),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.46),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.47),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.48),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.49),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.50),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.51),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.52),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.53),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.54),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.55),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.56),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.57),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.58),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.59),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.60),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.61),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.62),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.63),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.64),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.65),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.66),Microsoft,Microsoft,US,po31-100.hkn-76gmr-mms-1a.ntwk.msn.net
-111.221.64.0-111.221.127.255 (111.221.64.67),Microsoft,Microsoft,US,po31-100.hkn-76gmr-mms-1b.ntwk.msn.net
-111.221.64.0-111.221.127.255 (111.221.64.68),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.69),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.70),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.71),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.72),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.73),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.74),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.75),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.76),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.77),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.78),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.79),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.80),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.81),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.82),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.83),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.84),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.85),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.86),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.87),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.88),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.89),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.90),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.91),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.92),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.93),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.94),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.95),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.96),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.97),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.98),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.99),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.100),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.101),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.102),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.103),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.104),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.105),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.106),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.107),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.108),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.109),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.110),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.111),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.112),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.113),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.114),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.115),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.116),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.117),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.118),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.119),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.120),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.121),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.122),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.123),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.124),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.125),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.126),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.127),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.128),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.129),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.130),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.131),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.132),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.133),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.134),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.135),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.136),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.137),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.138),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.139),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.140),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.141),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.142),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.143),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.144),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.145),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.146),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.147),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.148),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.149),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.150),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.151),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.152),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.153),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.154),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.155),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.156),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.157),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.158),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.159),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.160),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.161),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.162),Microsoft,Microsoft,US,po31-777.hkn-76gmr-mms-1a.ntwk.msn.net
-111.221.64.0-111.221.127.255 (111.221.64.163),Microsoft,Microsoft,US,po31-777.hkn-76gmr-mms-1b.ntwk.msn.net
-111.221.64.0-111.221.127.255 (111.221.64.164),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.165),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.166),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.167),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.168),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.169),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.170),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.171),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.172),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.173),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.174),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.175),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.176),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.177),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.178),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.179),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.180),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.181),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.182),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.183),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.184),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.185),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.186),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.187),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.188),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.189),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.190),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.191),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.192),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.193),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.194),Microsoft,Microsoft,US,ae0-471.hkn-96gmr-bspos-1a.ntwk.msn.net
-111.221.64.0-111.221.127.255 (111.221.64.195),Microsoft,Microsoft,US,ae0-471.hkn-96gmr-bspos-1b.ntwk.msn.net
-111.221.64.0-111.221.127.255 (111.221.64.196),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.197),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.198),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.199),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.200),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.201),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.202),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.203),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.204),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.205),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.206),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.207),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.208),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.209),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.210),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.211),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.212),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.213),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.214),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.215),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.216),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.217),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.218),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.219),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.220),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.221),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.222),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.223),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.224),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.225),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.226),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.227),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.228),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.229),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.230),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.231),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.232),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.233),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.234),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.235),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.236),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.237),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.238),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.239),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.240),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.241),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.242),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.243),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.244),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.245),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.246),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.247),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.248),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.249),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.250),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.251),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.252),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.253),Microsoft,Microsoft,US,
-111.221.64.0-111.221.127.255 (111.221.64.254),Microsoft,Microsoft,US,
-131.253.14.153,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.40.37,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.1),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.2),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.3),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.4),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.5),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.6),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.7),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.8),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.9),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.10),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.11),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.12),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.13),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.14),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.15),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.16),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.17),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.18),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.19),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.20),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.21),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.22),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.23),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.24),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.25),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.26),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.27),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.28),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.29),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.30),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.31),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.32),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.33),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.34),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.35),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.36),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.37),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.38),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.39),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.40),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.41),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.42),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.43),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.44),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.45),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.46),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.47),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.48),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.49),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.50),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.51),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.52),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.53),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.54),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.55),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.56),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.57),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.58),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.59),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.60),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.61),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.62),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.63),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.64),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.65),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.66),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.67),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.68),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.69),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.70),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.71),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.72),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.73),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.74),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.75),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.76),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.77),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.78),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.79),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.80),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.81),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.82),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.83),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.84),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.85),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.86),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.87),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.88),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.89),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.90),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.91),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.92),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.93),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.94),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.95),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.96),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.97),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.98),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.99),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.100),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.101),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.102),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.103),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.104),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.105),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.106),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.107),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.108),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.109),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.110),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.111),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.112),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.113),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.114),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.115),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.116),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.117),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.118),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.119),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.120),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.121),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.122),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.123),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.124),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.125),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.126),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.127),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.128),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.129),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.130),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.131),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.132),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.133),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.134),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.135),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.136),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.137),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.138),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.139),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.140),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.141),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.142),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.143),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.144),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.145),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.146),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.147),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.148),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.149),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.150),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.151),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.152),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.153),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.154),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.155),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.156),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.157),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.158),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.159),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.160),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.161),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.162),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.163),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.164),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.165),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.166),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.167),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.168),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.169),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.170),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.171),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.172),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.173),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.174),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.175),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.176),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.177),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.178),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.179),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.180),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.181),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.182),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.183),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.184),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.185),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.186),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.187),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.188),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.189),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.190),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.191),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.192),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.193),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.194),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.195),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.196),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.197),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.198),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.199),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.200),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.201),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.202),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.203),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.204),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.205),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.206),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.207),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.208),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.209),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.210),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.211),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.212),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.213),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.214),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.215),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.216),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.217),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.218),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.219),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.220),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.221),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.222),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.223),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.224),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.225),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.226),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.227),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.228),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.229),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.230),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.231),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.232),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.233),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.234),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.235),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.236),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.237),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.238),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.239),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.240),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.241),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.242),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.243),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.244),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.245),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.246),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.247),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.248),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.249),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.250),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.251),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.252),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.253),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-131.253.61.0-131.253.61.255 (131.253.61.254),MICROSOFT,Microsoft Corp (MSFT-Z),US,
-134.170.30.202,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-134.170.51.246,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-134.170.52.151,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-134.170.115.60,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-134.170.165.248,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-134.170.165.249,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-134.170.165.253,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-134.170.178.97,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-134.170.179.87,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-134.170.185.70,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-134.170.188.248,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-134.170.235.16,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-137.116.81.24,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-137.117.235.16,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-157.55.52.0-157.55.52.255 (157.55.52.1),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.2),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.3),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.4),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.5),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.6),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.7),MSFT-GFS,Microsoft Corporation (MSFT),US,ts.sn2.msgamestudios.com
-157.55.52.0-157.55.52.255 (157.55.52.8),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.9),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.10),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.11),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.12),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.13),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.14),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.15),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.16),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.17),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.18),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.19),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.20),MSFT-GFS,Microsoft Corporation (MSFT),US,yaftest.ageofempires.com
-157.55.52.0-157.55.52.255 (157.55.52.21),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.22),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.23),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.24),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.25),MSFT-GFS,Microsoft Corporation (MSFT),US,fhadmin.msgamestudios.com
-157.55.52.0-157.55.52.255 (157.55.52.26),MSFT-GFS,Microsoft Corporation (MSFT),US,service.horizon.forzamotorsport.net
-157.55.52.0-157.55.52.255 (157.55.52.27),MSFT-GFS,Microsoft Corporation (MSFT),US,covalence.seedpowered.com
-157.55.52.0-157.55.52.255 (157.55.52.28),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.29),MSFT-GFS,Microsoft Corporation (MSFT),US,portal.rise-xlsp.com
-157.55.52.0-157.55.52.255 (157.55.52.30),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.31),MSFT-GFS,Microsoft Corporation (MSFT),US,prod.gamerm-xlsp.com
-157.55.52.0-157.55.52.255 (157.55.52.32),MSFT-GFS,Microsoft Corporation (MSFT),US,mgsuserresearch.com
-157.55.52.0-157.55.52.255 (157.55.52.33),MSFT-GFS,Microsoft Corporation (MSFT),US,fhp-xlsp.com
-157.55.52.0-157.55.52.255 (157.55.52.34),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.35),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.36),MSFT-GFS,Microsoft Corporation (MSFT),US,preview.gearsofwar.xbox.com
-157.55.52.0-157.55.52.255 (157.55.52.37),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.38),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.39),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.40),MSFT-GFS,Microsoft Corporation (MSFT),US,fd.sentient.msgamestudios.com
-157.55.52.0-157.55.52.255 (157.55.52.41),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.42),MSFT-GFS,Microsoft Corporation (MSFT),US,dakota.msgamestudios.com
-157.55.52.0-157.55.52.255 (157.55.52.43),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.44),MSFT-GFS,Microsoft Corporation (MSFT),US,rome.websvc.xbox.com
-157.55.52.0-157.55.52.255 (157.55.52.45),MSFT-GFS,Microsoft Corporation (MSFT),US,rome.game-std.xbox.com
-157.55.52.0-157.55.52.255 (157.55.52.46),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.47),MSFT-GFS,Microsoft Corporation (MSFT),US,cert.rome.websvc.xbox.com
-157.55.52.0-157.55.52.255 (157.55.52.48),MSFT-GFS,Microsoft Corporation (MSFT),US,cert.rome.game-std.xbox.com
-157.55.52.0-157.55.52.255 (157.55.52.49),MSFT-GFS,Microsoft Corporation (MSFT),US,microsoftflight.com
-157.55.52.0-157.55.52.255 (157.55.52.50),MSFT-GFS,Microsoft Corporation (MSFT),US,news.microsoftflight.com
-157.55.52.0-157.55.52.255 (157.55.52.51),MSFT-GFS,Microsoft Corporation (MSFT),US,admin.microsoftflight.com
-157.55.52.0-157.55.52.255 (157.55.52.52),MSFT-GFS,Microsoft Corporation (MSFT),US,thedakotagame.com
-157.55.52.0-157.55.52.255 (157.55.52.53),MSFT-GFS,Microsoft Corporation (MSFT),US,sn2.xbox-ufc.com
-157.55.52.0-157.55.52.255 (157.55.52.54),MSFT-GFS,Microsoft Corporation (MSFT),US,portal.dakota.msgamestudios.com
-157.55.52.0-157.55.52.255 (157.55.52.55),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.56),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.57),MSFT-GFS,Microsoft Corporation (MSFT),US,sn2.dev.xbox-ufc.com
-157.55.52.0-157.55.52.255 (157.55.52.58),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.59),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.60),MSFT-GFS,Microsoft Corporation (MSFT),US,forums.thedakotagame.com
-157.55.52.0-157.55.52.255 (157.55.52.61),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.62),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.63),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.64),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.65),MSFT-GFS,Microsoft Corporation (MSFT),US,stage-fdp.services.projectspark.com
-157.55.52.0-157.55.52.255 (157.55.52.66),MSFT-GFS,Microsoft Corporation (MSFT),US,stage-portal.services.projectspark.com
-157.55.52.0-157.55.52.255 (157.55.52.67),MSFT-GFS,Microsoft Corporation (MSFT),US,stage.projectspark.com
-157.55.52.0-157.55.52.255 (157.55.52.68),MSFT-GFS,Microsoft Corporation (MSFT),US,forums.stage.projectspark.com
-157.55.52.0-157.55.52.255 (157.55.52.69),MSFT-GFS,Microsoft Corporation (MSFT),US,projectspark.com
-157.55.52.0-157.55.52.255 (157.55.52.70),MSFT-GFS,Microsoft Corporation (MSFT),US,forums.projectspark.com
-157.55.52.0-157.55.52.255 (157.55.52.71),MSFT-GFS,Microsoft Corporation (MSFT),US,cert.rise-xlsp.com
-157.55.52.0-157.55.52.255 (157.55.52.72),MSFT-GFS,Microsoft Corporation (MSFT),US,portal-cert.rise-xlsp.com
-157.55.52.0-157.55.52.255 (157.55.52.73),MSFT-GFS,Microsoft Corporation (MSFT),US,pcgw.rise-xlsp.com
-157.55.52.0-157.55.52.255 (157.55.52.74),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.75),MSFT-GFS,Microsoft Corporation (MSFT),US,app.services.projectspark.com
-157.55.52.0-157.55.52.255 (157.55.52.76),MSFT-GFS,Microsoft Corporation (MSFT),US,stage-app.services.projectspark.com
-157.55.52.0-157.55.52.255 (157.55.52.77),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.78),MSFT-GFS,Microsoft Corporation (MSFT),US,service.fhz2360.forzamotorsport.net
-157.55.52.0-157.55.52.255 (157.55.52.79),MSFT-GFS,Microsoft Corporation (MSFT),US,ursa-fdp.services.projectspark.com
-157.55.52.0-157.55.52.255 (157.55.52.80),MSFT-GFS,Microsoft Corporation (MSFT),US,service.ff7360.forzamotorsport.net
-157.55.52.0-157.55.52.255 (157.55.52.81),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.82),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.83),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.84),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.85),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.86),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.87),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.88),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.89),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.90),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.91),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.92),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.93),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.94),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.95),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.96),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.97),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.98),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.99),MSFT-GFS,Microsoft Corporation (MSFT),US,ziplinestudios.com
-157.55.52.0-157.55.52.255 (157.55.52.100),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.101),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.102),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.103),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.104),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.105),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.106),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.107),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.108),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.109),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.110),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.111),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.112),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.113),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.114),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.115),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.116),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.117),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.118),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.119),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.120),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.121),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.122),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.123),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.124),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.125),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.126),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.127),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.128),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.129),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.130),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.131),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.132),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.133),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.134),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.135),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.136),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.137),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.138),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.139),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.140),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.141),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.142),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.143),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.144),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.145),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.146),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.147),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.148),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.149),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.150),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.151),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.152),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.153),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.154),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.155),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.156),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.157),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.158),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.159),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.160),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.161),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.162),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.163),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.164),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.165),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.166),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.167),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.168),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.169),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.170),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.171),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.172),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.173),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.174),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.175),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.176),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.177),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.178),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.179),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.180),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.181),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.182),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.183),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.184),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.185),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.186),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.187),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.188),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.189),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.190),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.191),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.192),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.193),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.194),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.195),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.196),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.197),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.198),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.199),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.200),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.201),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.202),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.203),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.204),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.205),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.206),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.207),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.208),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.209),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.210),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.211),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.212),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.213),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.214),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.215),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.216),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.217),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.218),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.219),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.220),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.221),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.222),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.223),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.224),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.225),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.226),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.227),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.228),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.229),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.230),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.231),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.232),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.233),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.234),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.235),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.236),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.237),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.238),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.239),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.240),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.241),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.242),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.243),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.244),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.245),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.246),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.247),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.248),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.249),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.250),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.251),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.252),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.253),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.52.0-157.55.52.255 (157.55.52.254),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.1),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.2),MSFT-GFS,Microsoft Corporation (MSFT),US,ae1-778.ch1-96gmr-mms-1a.ntwk.msn.net
-157.55.56.0-157.55.56.255 (157.55.56.3),MSFT-GFS,Microsoft Corporation (MSFT),US,ae1-778.ch1-96gmr-mms-1b.ntwk.msn.net
-157.55.56.0-157.55.56.255 (157.55.56.4),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.5),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.6),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.7),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.8),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.9),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.10),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.11),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.12),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.13),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.14),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.15),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.16),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.17),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.18),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.19),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.20),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.21),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.22),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.23),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.24),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.25),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.26),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.27),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.28),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.29),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.30),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.31),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.32),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.33),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.34),MSFT-GFS,Microsoft Corporation (MSFT),US,port-channel1002-379.ch1-x7x-1a.ntwk.msn.net
-157.55.56.0-157.55.56.255 (157.55.56.35),MSFT-GFS,Microsoft Corporation (MSFT),US,port-channel1002-379.ch1-x7x-1b.ntwk.msn.net
-157.55.56.0-157.55.56.255 (157.55.56.36),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.37),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.38),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.39),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.40),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.41),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.42),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.43),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.44),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.45),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.46),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.47),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.48),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.49),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.50),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.51),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.52),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.53),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.54),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.55),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.56),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.57),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.58),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.59),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.60),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.61),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.62),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.63),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.64),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.65),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.66),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.67),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.68),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.69),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.70),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.71),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.72),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.73),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.74),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.75),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.76),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.77),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.78),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.79),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.80),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.81),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.82),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.83),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.84),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.85),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.86),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.87),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.88),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.89),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.90),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.91),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.92),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.93),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.94),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.95),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.96),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.97),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.98),MSFT-GFS,Microsoft Corporation (MSFT),US,port-channel1003-747.ch1-x7x-1a.ntwk.msn.net
-157.55.56.0-157.55.56.255 (157.55.56.99),MSFT-GFS,Microsoft Corporation (MSFT),US,port-channel1003-747.ch1-x7x-1b.ntwk.msn.net
-157.55.56.0-157.55.56.255 (157.55.56.100),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.101),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.102),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.103),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.104),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.105),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.106),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.107),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.108),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.109),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.110),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.111),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.112),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.113),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.114),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.115),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.116),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.117),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.118),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.119),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.120),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.121),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.122),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.123),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.124),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.125),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.126),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.127),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.128),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.129),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.130),MSFT-GFS,Microsoft Corporation (MSFT),US,port-channel1002-378.ch1-x7x-1a.ntwk.msn.net
-157.55.56.0-157.55.56.255 (157.55.56.131),MSFT-GFS,Microsoft Corporation (MSFT),US,port-channel1002-378.ch1-x7x-1b.ntwk.msn.net
-157.55.56.0-157.55.56.255 (157.55.56.132),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.133),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.134),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.135),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.136),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.137),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.138),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.139),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.140),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.141),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.142),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.143),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.144),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.145),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.146),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.147),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.148),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.149),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.150),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.151),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.152),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.153),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.154),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.155),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.156),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.157),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.158),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.159),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.160),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.161),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.162),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.163),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.164),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.165),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.166),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.167),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.168),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.169),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.170),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.171),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.172),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.173),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.174),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.175),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.176),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.177),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.178),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.179),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.180),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.181),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.182),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.183),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.184),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.185),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.186),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.187),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.188),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.189),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.190),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.191),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.192),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.193),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.194),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.195),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.196),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.197),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.198),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.199),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.200),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.201),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.202),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.203),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.204),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.205),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.206),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.207),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.208),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.209),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.210),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.211),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.212),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.213),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.214),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.215),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.216),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.217),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.218),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.219),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.220),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.221),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.222),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.223),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.224),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.225),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.226),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.227),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.228),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.229),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.230),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.231),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.232),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.233),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.234),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.235),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.236),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.237),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.238),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.239),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.240),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.241),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.242),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.243),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.244),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.245),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.246),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.247),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.248),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.249),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.250),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.251),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.252),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.253),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.56.0-157.55.56.255 (157.55.56.254),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.129.21,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.1),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.2),MSFT-GFS,Microsoft Corporation (MSFT),US,po33-797.bl2-6gmr-mms-1a.ntwk.msn.net
-157.55.130.0-157.55.130.255 (157.55.130.3),MSFT-GFS,Microsoft Corporation (MSFT),US,po33-797.bl2-6gmr-mms-1b.ntwk.msn.net
-157.55.130.0-157.55.130.255 (157.55.130.4),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.5),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.6),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.7),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.8),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.9),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.10),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.11),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.12),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.13),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.14),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.15),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.16),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.17),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.18),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.19),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.20),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.21),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.22),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.23),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.24),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.25),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.26),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.27),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.28),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.29),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.30),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.31),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.32),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.33),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.34),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.35),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.36),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.37),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.38),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.39),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.40),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.41),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.42),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.43),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.44),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.45),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.46),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.47),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.48),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.49),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.50),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.51),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.52),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.53),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.54),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.55),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.56),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.57),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.58),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.59),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.60),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.61),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.62),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.63),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.64),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.65),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.66),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.67),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.68),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.69),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.70),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.71),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.72),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.73),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.74),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.75),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.76),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.77),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.78),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.79),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.80),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.81),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.82),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.83),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.84),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.85),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.86),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.87),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.88),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.89),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.90),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.91),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.92),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.93),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.94),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.95),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.96),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.97),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.98),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.99),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.100),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.101),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.102),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.103),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.104),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.105),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.106),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.107),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.108),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.109),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.110),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.111),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.112),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.113),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.114),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.115),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.116),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.117),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.118),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.119),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.120),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.121),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.122),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.123),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.124),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.125),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.126),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.127),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.128),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.129),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.130),MSFT-GFS,Microsoft Corporation (MSFT),US,po32-711.bl2-6nf-1a.ntwk.msn.net
-157.55.130.0-157.55.130.255 (157.55.130.131),MSFT-GFS,Microsoft Corporation (MSFT),US,po32-711.bl2-6nf-1b.ntwk.msn.net
-157.55.130.0-157.55.130.255 (157.55.130.132),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.133),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.134),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.135),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.136),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.137),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.138),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.139),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.140),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.141),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.142),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.143),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.144),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.145),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.146),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.147),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.148),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.149),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.150),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.151),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.152),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.153),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.154),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.155),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.156),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.157),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.158),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.159),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.160),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.161),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.162),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.163),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.164),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.165),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.166),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.167),MSFT-GFS,Microsoft Corporation (MSFT),US,trouterproxy.i.trouter.io
-157.55.130.0-157.55.130.255 (157.55.130.168),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.169),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.170),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.171),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.172),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.173),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.174),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.175),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.176),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.177),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.178),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.179),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.180),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.181),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.182),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.183),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.184),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.185),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.186),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.187),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.188),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.189),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.190),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.191),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.192),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.193),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.194),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.195),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.196),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.197),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.198),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.199),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.200),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.201),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.202),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.203),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.204),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.205),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.206),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.207),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.208),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.209),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.210),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.211),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.212),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.213),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.214),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.215),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.216),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.217),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.218),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.219),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.220),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.221),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.222),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.223),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.224),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.225),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.226),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.227),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.228),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.229),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.230),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.231),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.232),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.233),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.234),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.235),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.236),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.237),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.238),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.239),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.240),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.241),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.242),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.243),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.244),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.245),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.246),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.247),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.248),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.249),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.250),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.251),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.252),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.253),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.130.0-157.55.130.255 (157.55.130.254),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.133.204,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.1),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.2),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.3),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.4),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.5),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.6),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.7),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.8),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.9),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.10),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.11),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.12),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.13),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.14),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.15),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.16),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.17),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.18),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.19),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.20),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.21),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.22),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.23),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.24),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.25),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.26),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.27),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.28),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.29),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.30),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.31),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.32),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.33),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.34),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.35),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.36),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.37),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.38),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.39),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.40),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.41),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.42),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.43),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.44),MSFT-GFS,Microsoft Corporation (MSFT),US,du119oim.mail.services.live.com
-157.55.235.0-157.55.235.255 (157.55.235.45),MSFT-GFS,Microsoft Corporation (MSFT),US,du120oim.mail.services.live.com
-157.55.235.0-157.55.235.255 (157.55.235.46),MSFT-GFS,Microsoft Corporation (MSFT),US,du121oim.mail.services.live.com
-157.55.235.0-157.55.235.255 (157.55.235.47),MSFT-GFS,Microsoft Corporation (MSFT),US,du122oim.mail.services.live.com
-157.55.235.0-157.55.235.255 (157.55.235.48),MSFT-GFS,Microsoft Corporation (MSFT),US,origin.du119w.dub119.mail.live.com
-157.55.235.0-157.55.235.255 (157.55.235.49),MSFT-GFS,Microsoft Corporation (MSFT),US,origin.du120w.dub120.mail.live.com
-157.55.235.0-157.55.235.255 (157.55.235.50),MSFT-GFS,Microsoft Corporation (MSFT),US,origin.du121w.dub121.mail.live.com
-157.55.235.0-157.55.235.255 (157.55.235.51),MSFT-GFS,Microsoft Corporation (MSFT),US,origin.du122w.dub122.mail.live.com
-157.55.235.0-157.55.235.255 (157.55.235.52),MSFT-GFS,Microsoft Corporation (MSFT),US,du119ds.mail.services.live.com
-157.55.235.0-157.55.235.255 (157.55.235.53),MSFT-GFS,Microsoft Corporation (MSFT),US,du120ds.mail.services.live.com
-157.55.235.0-157.55.235.255 (157.55.235.54),MSFT-GFS,Microsoft Corporation (MSFT),US,du121ds.mail.services.live.com
-157.55.235.0-157.55.235.255 (157.55.235.55),MSFT-GFS,Microsoft Corporation (MSFT),US,du122ds.mail.services.live.com
-157.55.235.0-157.55.235.255 (157.55.235.56),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.57),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.58),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.59),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.60),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.61),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.62),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.63),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.64),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.65),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.66),MSFT-GFS,Microsoft Corporation (MSFT),US,ae0-471.db3-96gmr-bspos-1a.ntwk.msn.net
-157.55.235.0-157.55.235.255 (157.55.235.67),MSFT-GFS,Microsoft Corporation (MSFT),US,ae0-471.db3-96gmr-bspos-1b.ntwk.msn.net
-157.55.235.0-157.55.235.255 (157.55.235.68),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.69),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.70),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.71),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.72),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.73),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.74),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.75),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.76),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.77),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.78),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.79),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.80),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.81),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.82),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.83),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.84),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.85),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.86),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.87),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.88),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.89),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.90),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.91),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.92),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.93),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.94),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.95),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.96),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.97),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.98),MSFT-GFS,Microsoft Corporation (MSFT),US,ae0-472.db3-96gmr-bspos-1a.ntwk.msn.net
-157.55.235.0-157.55.235.255 (157.55.235.99),MSFT-GFS,Microsoft Corporation (MSFT),US,ae0-472.db3-96gmr-bspos-1b.ntwk.msn.net
-157.55.235.0-157.55.235.255 (157.55.235.100),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.101),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.102),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.103),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.104),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.105),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.106),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.107),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.108),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.109),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.110),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.111),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.112),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.113),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.114),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.115),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.116),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.117),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.118),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.119),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.120),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.121),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.122),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.123),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.124),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.125),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.126),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.127),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.128),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.129),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.130),MSFT-GFS,Microsoft Corporation (MSFT),US,port-channel40-294.db3-x7x-1a.ntwk.msn.net
-157.55.235.0-157.55.235.255 (157.55.235.131),MSFT-GFS,Microsoft Corporation (MSFT),US,port-channel40-294.db3-x7x-1b.ntwk.msn.net
-157.55.235.0-157.55.235.255 (157.55.235.132),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.133),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.134),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.135),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.136),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.137),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.138),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.139),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.140),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.141),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.142),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.143),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.144),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.145),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.146),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.147),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.148),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.149),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.150),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.151),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.152),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.153),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.154),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.155),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.156),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.157),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.158),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.159),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.160),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.161),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.162),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.163),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.164),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.165),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.166),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.167),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.168),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.169),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.170),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.171),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.172),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.173),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.174),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.175),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.176),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.177),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.178),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.179),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.180),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.181),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.182),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.183),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.184),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.185),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.186),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.187),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.188),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.189),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.190),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.191),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.192),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.193),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.194),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.195),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.196),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.197),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.198),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.199),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.200),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.201),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.202),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.203),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.204),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.205),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.206),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.207),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.208),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.209),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.210),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.211),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.212),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.213),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.214),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.215),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.216),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.217),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.218),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.219),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.220),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.221),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.222),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.223),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.224),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.225),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.226),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.227),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.228),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.229),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.230),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.231),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.232),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.233),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.234),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.235),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.236),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.237),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.238),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.239),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.240),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.241),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.242),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.243),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.244),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.245),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.246),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.247),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.248),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.249),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.250),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.251),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.252),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.253),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.235.0-157.55.235.255 (157.55.235.254),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.1),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.2),MSFT-GFS,Microsoft Corporation (MSFT),US,port-channel1001-122.db3-x7x-msgr-1a.ntwk.msn.net
-157.55.236.0-157.55.236.255 (157.55.236.3),MSFT-GFS,Microsoft Corporation (MSFT),US,port-channel1001-122.db3-x7x-msgr-1b.ntwk.msn.net
-157.55.236.0-157.55.236.255 (157.55.236.4),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.5),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.6),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.7),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.8),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.9),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.10),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.11),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.12),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.13),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.14),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.15),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.16),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.17),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.18),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.19),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.20),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.21),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.22),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.23),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.24),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.25),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.26),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.27),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.28),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.29),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.30),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.31),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.32),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.33),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.34),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.35),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.36),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.37),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.38),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.39),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.40),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.41),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.42),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.43),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.44),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.45),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.46),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.47),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.48),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.49),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.50),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.51),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.52),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.53),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.54),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.55),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.56),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.57),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.58),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.59),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.60),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.61),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.62),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.63),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.64),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.65),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.66),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.67),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.68),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.69),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.70),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.71),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.72),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.73),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.74),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.75),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.76),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.77),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.78),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.79),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.80),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.81),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.82),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.83),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.84),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.85),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.86),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.87),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.88),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.89),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.90),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.91),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.92),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.93),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.94),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.95),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.96),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.97),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.98),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.99),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.100),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.101),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.102),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.103),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.104),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.105),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.106),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.107),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.108),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.109),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.110),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.111),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.112),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.113),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.114),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.115),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.116),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.117),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.118),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.119),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.120),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.121),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.122),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.123),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.124),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.125),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.126),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.127),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.128),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.129),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.130),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.131),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.132),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.133),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.134),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.135),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.136),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.137),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.138),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.139),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.140),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.141),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.142),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.143),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.144),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.145),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011901.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.146),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011903.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.147),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011905.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.148),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011907.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.149),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011909.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.150),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011911.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.151),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011913.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.152),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011915.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.153),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011917.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.154),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011919.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.155),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011921.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.156),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011923.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.157),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011925.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.158),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011927.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.159),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011929.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.160),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011931.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.161),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011933.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.162),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011935.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.163),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011937.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.164),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1011939.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.165),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012001.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.166),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012003.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.167),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012005.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.168),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012007.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.169),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012009.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.170),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012011.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.171),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012013.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.172),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012015.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.173),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012017.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.174),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012019.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.175),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012021.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.176),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012023.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.177),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012025.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.178),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012027.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.179),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012029.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.180),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012031.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.181),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012033.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.182),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012035.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.183),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012037.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.184),MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns1012039.wns.windows.com
-157.55.236.0-157.55.236.255 (157.55.236.185),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.186),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.187),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.188),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.189),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.190),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.191),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.192),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.193),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.194),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.195),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.196),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.197),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.198),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.199),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.200),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.201),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.202),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.203),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.204),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.205),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.206),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.207),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.208),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.209),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.210),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.211),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.212),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.213),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.214),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.215),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.216),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.217),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.218),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.219),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.220),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.221),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.222),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.223),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.224),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.225),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.226),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.227),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.228),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.229),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.230),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.231),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.232),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.233),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.234),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.235),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.236),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.237),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.238),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.239),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.240),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.241),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.242),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.243),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.244),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.245),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.246),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.247),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.248),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.249),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.250),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.251),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.252),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.253),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.236.0-157.55.236.255 (157.55.236.254),MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.55.240.220,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.56.57.5,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.56.74.250,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.56.77.138,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.56.77.139,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.56.91.77,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.56.96.54,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.56.96.58,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.56.106.184,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.56.106.185,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.56.106.189,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.56.113.217,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.56.121.89,MSFT-GFS,Microsoft Corporation (MSFT),US,
-157.56.124.87,MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns2011111.wns.windows.com
-157.56.149.250,MSFT-GFS,Microsoft Corporation (MSFT),US,
-168.61.24.141,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-168.62.187.13,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-168.63.100.61,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-168.63.108.233,MICROSOFT,Microsoft Corp (MSFT-Z),US,
-191.232.80.58,AS8075,Microsoft Informatica Ltda,BR,
-191.232.80.60,AS8075,Microsoft Informatica Ltda,BR,
-191.232.80.62,AS8075,Microsoft Informatica Ltda,BR,
-191.232.139.2,AS8075,Microsoft Informatica Ltda,BR,msnbot-191-232-139-2.search.msn.com
-191.232.139.170,AS8075,Microsoft Informatica Ltda,BR,msnbot-191-232-139-170.search.msn.com
-191.232.139.182,AS8075,Microsoft Informatica Ltda,BR,
-191.232.139.253,AS8075,Microsoft Informatica Ltda,BR,
-191.237.208.126,AS8075,Microsoft Informatica Ltda,BR,
-191.239.54.52,AS8075,Microsoft Informatica Ltda,BR,
-195.138.255.0-195.138.255.255 (195.138.255.1),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.2),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.3),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.4),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.5),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.6),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.7),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.8),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.9),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.10),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.11),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.12),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.13),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.14),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.15),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.16),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.17),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.18),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.19),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.20),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.21),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.22),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.23),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.24),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.25),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.26),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.27),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.28),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.29),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.30),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.31),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.32),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.33),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.34),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.35),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.36),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.37),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.38),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.39),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.40),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.41),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.42),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.43),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.44),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.45),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.46),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.47),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.48),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.49),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.50),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.51),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.52),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.53),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.54),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.55),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.56),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.57),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.58),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.59),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.60),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.61),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.62),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.63),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.64),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.65),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.66),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.67),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.68),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.69),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.70),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.71),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.72),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.73),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.74),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.75),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.76),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.77),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.78),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.79),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.80),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.81),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.82),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.83),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.84),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.85),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.86),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.87),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.88),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.89),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.90),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.91),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.92),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.93),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.94),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.95),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.96),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.97),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.98),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.99),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.100),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.101),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.102),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.103),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.104),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.105),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.106),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.107),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.108),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.109),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.110),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.111),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.112),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.113),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.114),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.115),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.116),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.117),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.118),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.119),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.120),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.121),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.122),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.123),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.124),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.125),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.126),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.127),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.128),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.129),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.130),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.131),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.132),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.133),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.134),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.135),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.136),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.137),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.138),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.139),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.140),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.141),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.142),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.143),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.144),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.145),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.146),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.147),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.148),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.149),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.150),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.151),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.152),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.153),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.154),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.155),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.156),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.157),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.158),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.159),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.160),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.161),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.162),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.163),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.164),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.165),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.166),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.167),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.168),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.169),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.170),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.171),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.172),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.173),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.174),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.175),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.176),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.177),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.178),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.179),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.180),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.181),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.182),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.183),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.184),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.185),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.186),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.187),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.188),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.189),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.190),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.191),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.192),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.193),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.194),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.195),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.196),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.197),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.198),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.199),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.200),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.201),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.202),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.203),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.204),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.205),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.206),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.207),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.208),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.209),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.210),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.211),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.212),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.213),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.214),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.215),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.216),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.217),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.218),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.219),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.220),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.221),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.222),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.223),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.224),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.225),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.226),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.227),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.228),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.229),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.230),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.231),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.232),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.233),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.234),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.235),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.236),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.237),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.238),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.239),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.240),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.241),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.242),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.243),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.244),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.245),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.246),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.247),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.248),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.249),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.250),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.251),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.252),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.253),AKAMAI,AKAMAI,DE,
-195.138.255.0-195.138.255.255 (195.138.255.254),AKAMAI,AKAMAI,DE,
-204.79.197.200,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0001.a-msedge.net
-207.46.7.252,MICROSOFT-GLOBAL-NET,Microsoft Corporation (MSFT),US,
-207.46.101.29,MICROSOFT-GLOBAL-NET,Microsoft Corporation (MSFT),US,
-207.46.114.58,MICROSOFT-GLOBAL-NET,Microsoft Corporation (MSFT),US,
-207.46.114.61,MICROSOFT-GLOBAL-NET,Microsoft Corporation (MSFT),US,
-207.68.166.254,MICROSOFT-CORP-MSN-BLK,Microsoft Corporation (MSFT),US,survey.watson.microsoft.com
-212.30.134.204,Akamai-in-MTS-node,MTS's network for Akamai node,RU,
-212.30.134.205,Akamai-in-MTS-node,MTS's network for Akamai node,RU,
-213.199.179.0-213.199.179.255 (213.199.179.1),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.2),MSFT-IDC,Microsoft Internet Data Center,IE,po31-870.ams-6gmr-mms-1a.ntwk.msn.net
-213.199.179.0-213.199.179.255 (213.199.179.3),MSFT-IDC,Microsoft Internet Data Center,IE,po31-870.ams-6gmr-mms-1b.ntwk.msn.net
-213.199.179.0-213.199.179.255 (213.199.179.4),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.5),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.6),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.7),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.8),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.9),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.10),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.11),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.12),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.13),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.14),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.15),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.16),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.17),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.18),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.19),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.20),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.21),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.22),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.23),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.24),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.25),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.26),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.27),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.28),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.29),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.30),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.31),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.32),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.33),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.34),MSFT-IDC,Microsoft Internet Data Center,IE,po37-592.ams-6nx-1a.ntwk.msn.net
-213.199.179.0-213.199.179.255 (213.199.179.35),MSFT-IDC,Microsoft Internet Data Center,IE,po37-592.ams-6nx-1b.ntwk.msn.net
-213.199.179.0-213.199.179.255 (213.199.179.36),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.37),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.38),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.39),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.40),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.41),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.42),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.43),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.44),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.45),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.46),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.47),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.48),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.49),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.50),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.51),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.52),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.53),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.54),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.55),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.56),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.57),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.58),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.59),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.60),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.61),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.62),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.63),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.64),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.65),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.66),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.67),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.68),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.69),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.70),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.71),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.72),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.73),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.74),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.75),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.76),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.77),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.78),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.79),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.80),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.81),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.82),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.83),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.84),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.85),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.86),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.87),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.88),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.89),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.90),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.91),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.92),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.93),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.94),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.95),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.96),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.97),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.98),MSFT-IDC,Microsoft Internet Data Center,IE,po31-479.ams-6gmr-mms-1a.ntwk.msn.net
-213.199.179.0-213.199.179.255 (213.199.179.99),MSFT-IDC,Microsoft Internet Data Center,IE,po31-479.ams-6gmr-mms-1b.ntwk.msn.net
-213.199.179.0-213.199.179.255 (213.199.179.100),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.101),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.102),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.103),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.104),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.105),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.106),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.107),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.108),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.109),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.110),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.111),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.112),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.113),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.114),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.115),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.116),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.117),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.118),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.119),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.120),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.121),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.122),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.123),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.124),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.125),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.126),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.127),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.128),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.129),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.130),MSFT-IDC,Microsoft Internet Data Center,IE,po37-184.ams-6nx-1a.ntwk.msn.net
-213.199.179.0-213.199.179.255 (213.199.179.131),MSFT-IDC,Microsoft Internet Data Center,IE,po37-184.ams-6nx-1b.ntwk.msn.net
-213.199.179.0-213.199.179.255 (213.199.179.132),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.133),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.134),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.135),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.136),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.137),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.138),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.139),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.140),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.141),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.142),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.143),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.144),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.145),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.146),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.147),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.148),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.149),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.150),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.151),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.152),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.153),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.154),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.155),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.156),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.157),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.158),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.159),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.160),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.161),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.162),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.163),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.164),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.165),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.166),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.167),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.168),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.169),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.170),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.171),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.172),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.173),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.174),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.175),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.176),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.177),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.178),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.179),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.180),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.181),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.182),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.183),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.184),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.185),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.186),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.187),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.188),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.189),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.190),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.191),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.192),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.193),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.194),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.195),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.196),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.197),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.198),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.199),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.200),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.201),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.202),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.203),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.204),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.205),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.206),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.207),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.208),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.209),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.210),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.211),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.212),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.213),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.214),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.215),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.216),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.217),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.218),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.219),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.220),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.221),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.222),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.223),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.224),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.225),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.226),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.227),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.228),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.229),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.230),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.231),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.232),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.233),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.234),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.235),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.236),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.237),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.238),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.239),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.240),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.241),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.242),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.243),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.244),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.245),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.246),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.247),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.248),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.249),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.250),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.251),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.252),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.253),MSFT-IDC,Microsoft Internet Data Center,IE,
-213.199.179.0-213.199.179.255 (213.199.179.254),MSFT-IDC,Microsoft Internet Data Center,IE,
diff --git a/hosts/windows10_extra.txt b/hosts/windows10_extra.txt
deleted file mode 100644
index 906ca023..00000000
--- a/hosts/windows10_extra.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-### hosts_windows10_extra
-### More info: https://github.com/crazy-max/WindowsSpyBlocker
-
-0.0.0.0 a-0001.a-msedge.net
-0.0.0.0 a-0002.a-msedge.net
-0.0.0.0 a-0003.a-msedge.net
-0.0.0.0 a-0004.a-msedge.net
-0.0.0.0 a-0005.a-msedge.net
-0.0.0.0 a-0006.a-msedge.net
-0.0.0.0 a-0007.a-msedge.net
-0.0.0.0 a-0008.a-msedge.net
-0.0.0.0 a-0009.a-msedge.net
-0.0.0.0 akamaitechnologies.com
-0.0.0.0 apps.skype.com
-0.0.0.0 choice.microsoft.com.nstac.net
-0.0.0.0 client-s.gateway.messenger.live.com
-0.0.0.0 deploy.static.akamaitechnologies.com
-0.0.0.0 dns.msftncsi.com
-0.0.0.0 msftncsi.com
-0.0.0.0 pricelist.skype.com
-0.0.0.0 s.gateway.messenger.live.com
-0.0.0.0 s0.2mdn.net
-0.0.0.0 sO.2mdn.net
-0.0.0.0 search.msn.com
-0.0.0.0 survey.watson.microsoft.com
-0.0.0.0 tk2.plt.msn.com
-0.0.0.0 ui.skype.com
-0.0.0.0 view.atdmt.com
-0.0.0.0 watson.live.com
-0.0.0.0 watson.microsoft.com
-0.0.0.0 watson.ppe.telemetry.microsoft.com
-0.0.0.0 watson.telemetry.microsoft.com
-0.0.0.0 watson.telemetry.microsoft.com.nsatc.net
-0.0.0.0 wes.df.telemetry.microsoft.com
-0.0.0.0 www.msftncsi.com
diff --git a/logs/.gitignore b/logs/.gitignore
new file mode 100644
index 00000000..1944fd61
--- /dev/null
+++ b/logs/.gitignore
@@ -0,0 +1 @@
+*.tmp
diff --git a/logs/firewall-test-win10_extra.csv b/logs/firewall-test-win10_extra.csv
new file mode 100644
index 00000000..787255c3
--- /dev/null
+++ b/logs/firewall-test-win10_extra.csv
@@ -0,0 +1,8 @@
+IP,NETNAME,ORGANIZATION,COUNTRY,DNS RESOLVE
+65.52.100.11,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,watson.ppe.telemetry.microsoft.com
+65.52.100.93,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,wes.df.telemetry.microsoft.com
+191.232.139.253,AS8075,Microsoft Informatica Ltda,BR,
+207.46.194.25,MICROSOFT-GLOBAL-NET,Microsoft Corporation (MSFT),US,msnbot-207-46-194-25.search.msn.com
+207.46.223.94,MICROSOFT-GLOBAL-NET,Microsoft Corporation (MSFT),US,tk2.plt.msn.com
+207.68.166.254,MICROSOFT-CORP-MSN-BLK,Microsoft Corporation (MSFT),US,survey.watson.microsoft.com
+213.198.96.195,AKAMAI-NET,Akamai,NL,
\ No newline at end of file
diff --git a/logs/firewall-test-win10_spy.csv b/logs/firewall-test-win10_spy.csv
new file mode 100644
index 00000000..93c6f401
--- /dev/null
+++ b/logs/firewall-test-win10_spy.csv
@@ -0,0 +1,140 @@
+IP,NETNAME,ORGANIZATION,COUNTRY,DNS RESOLVE
+2.22.61.43,AKAMAI-PA,Akamai Technologies,EU,
+2.22.61.66,AKAMAI-PA,Akamai Technologies,EU,
+13.107.3.128,MSFT,Microsoft Corporation (MSFT),US,
+13.107.4.50,MSFT,Microsoft Corporation (MSFT),US,
+13.107.5.88,MSFT,Microsoft Corporation (MSFT),US,
+23.57.107.27,AIBV,Akamai International. BV (AIB-17),NL,a23-57-107-27.deploy.static.akamaitechnologies.com
+23.57.107.163,AIBV,Akamai International. BV (AIB-17),NL,a23-57-107-163.deploy.static.akamaitechnologies.com
+23.57.101.163,AIBV,Akamai International. BV (AIB-17),NL,a23-57-101-163.deploy.static.akamaitechnologies.com
+23.97.178.173,MSFT,Microsoft Corporation (MSFT),US,
+23.99.10.11,MSFT,Microsoft Corporation (MSFT),US,
+23.102.21.4,MSFT,Microsoft Corporation (MSFT),US,
+23.102.155.140,MSFT,Microsoft Corporation (MSFT),US,
+23.103.182.126,MSFT,Microsoft Corporation (MSFT),US,
+23.218.212.69,AKAMAI,Akamai Technologies. Inc. (AKAMAI),US,a23-218-212-69.deploy.static.akamaitechnologies.com
+23.223.20.82,AIBV,Akamai International. BV (AIB-17),NL,a23-223-20-82.deploy.static.akamaitechnologies.com
+40.69.40.157,MSFT,Microsoft Corporation (MSFT),US,
+40.83.189.49,MSFT,Microsoft Corporation (MSFT),US,
+40.113.8.255,MSFT,Microsoft Corporation (MSFT),US,
+40.113.14.159,MSFT,Microsoft Corporation (MSFT),US,
+40.113.22.47,MSFT,Microsoft Corporation (MSFT),US,
+40.114.241.141,MSFT,Microsoft Corporation (MSFT),US,
+40.117.151.29,MSFT,Microsoft Corporation (MSFT),US,
+64.4.6.100,MICROSOFT,Microsoft Corporation (MSFT),US,xboxone.pr
+64.4.54.22,MICROSOFT,Microsoft Corporation (MSFT),US,msnbot-64-4-54-22.search.msn.com
+64.4.54.32,MICROSOFT,Microsoft Corporation (MSFT),US,
+64.4.54.253,MICROSOFT,Microsoft Corporation (MSFT),US,
+64.4.54.254,MICROSOFT,Microsoft Corporation (MSFT),US,
+65.39.117.230,PINPOINT-PNPT,Pinpoint Communications. Inc. (PINPO),US,
+65.52.100.7,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,df.telemetry.microsoft.com
+65.52.100.9,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,telemetry.microsoft.com
+65.52.100.11,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,watson.ppe.telemetry.microsoft.com
+65.52.100.91,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,reports.wes.df.telemetry.microsoft.com
+65.52.100.92,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,services.wes.df.telemetry.microsoft.com
+65.52.100.94,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,sqm.df.telemetry.microsoft.com
+65.52.108.33,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,msnbot-65-52-108-33.search.msn.com
+65.55.108.23,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,msnbot-65-55-108-23.search.msn.com
+65.52.108.29,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,msnbot-65-52-108-29.search.msn.com
+65.52.108.153,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,msnbot-65-52-108-153.search.msn.com
+65.52.108.154,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,msnbot-65-52-108-154.search.msn.com
+65.52.161.64,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.29.238,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.39.10,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,xnacreators.net
+65.55.44.51,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.44.108,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.44.109,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.83.120,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.130.50,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.138.110,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.138.114,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.138.126,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.138.186,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.176.90,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.252.43,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,msnbot-65-55-252-43.search.msn.com
+65.55.252.63,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.252.71,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.252.92,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.252.93,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+65.55.252.190,MICROSOFT-1BLK,Microsoft Corporation (MSFT),US,
+66.119.144.158,MSFT,Microsoft Corporation (MSFT),US,
+66.119.147.131,MSFT,Microsoft Corporation (MSFT),US,
+77.67.29.176,AKAMAI-TINET,Tinet SpA,US,
+104.43.139.21,MSFT,Microsoft Corporation (MSFT),US,
+104.46.50.125,MSFT,Microsoft Corporation (MSFT),US,
+104.96.147.3,AIBV,Akamai International. BV (AIB-17),NL,a104-96-147-3.deploy.static.akamaitechnologies.com
+104.101.172.250,AIBV,Akamai International. BV (AIB-17),NL,a104-101-172-250.deploy.static.akamaitechnologies.com
+104.101.180.163,AIBV,Akamai International. BV (AIB-17),NL,a104-101-180-163.deploy.static.akamaitechnologies.com
+111.221.29.177,Microsoft,Microsoft Corp. Singapore,US,
+111.221.29.253,Microsoft,Microsoft Corp. Singapore,US,
+111.221.29.254,Microsoft,Microsoft Corp. Singapore,US,
+131.253.14.153,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+131.253.40.37,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+134.170.30.202,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+134.170.51.246,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+134.170.52.151,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+134.170.115.60,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+134.170.165.248,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+134.170.165.249,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+134.170.165.253,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+134.170.178.97,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+134.170.179.87,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+134.170.185.70,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+134.170.188.248,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+134.170.235.16,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+137.116.81.24,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+137.117.235.16,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+157.55.129.21,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.55.133.204,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.55.240.220,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.56.57.5,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.56.74.250,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.56.77.138,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.56.77.139,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.56.91.77,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.56.96.54,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.56.96.58,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.56.106.184,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.56.106.185,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.56.106.189,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.56.113.217,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.56.121.89,MSFT-GFS,Microsoft Corporation (MSFT),US,
+157.56.124.87,MSFT-GFS,Microsoft Corporation (MSFT),US,db3wns2011111.wns.windows.com
+157.56.149.250,MSFT-GFS,Microsoft Corporation (MSFT),US,
+168.61.24.141,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+168.62.187.13,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+168.63.100.61,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+168.63.108.233,MICROSOFT,Microsoft Corp (MSFT-Z),US,
+191.232.80.58,AS8075,Microsoft Informatica Ltda,BR,
+191.232.80.60,AS8075,Microsoft Informatica Ltda,BR,
+191.232.80.62,AS8075,Microsoft Informatica Ltda,BR,
+191.232.139.2,AS8075,Microsoft Informatica Ltda,BR,msnbot-191-232-139-2.search.msn.com
+191.232.139.170,AS8075,Microsoft Informatica Ltda,BR,msnbot-191-232-139-170.search.msn.com
+191.232.139.182,AS8075,Microsoft Informatica Ltda,BR,
+191.232.139.253,AS8075,Microsoft Informatica Ltda,BR,
+191.237.208.126,AS8075,Microsoft Informatica Ltda,BR,
+191.239.54.52,AS8075,Microsoft Informatica Ltda,BR,
+204.79.197.197,ECN-NETWORK,Microsoft Corporation (MSFT),US,www.msedge.net
+204.79.197.199,ECN-NETWORK,Microsoft Corporation (MSFT),US,www.msedge.net
+204.79.197.200,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0001.a-msedge.net
+204.79.197.201,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0002.a-msedge.net
+204.79.197.202,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0003t.a-msedge.net
+204.79.197.203,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0003.a-msedge.net
+204.79.197.204,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0005.a-msedge.net
+204.79.197.205,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0005t.a-msedge.net
+204.79.197.206,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0004.a-msedge.net
+204.79.197.207,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0004t.a-msedge.net
+204.79.197.208,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0006.a-msedge.net
+204.79.197.209,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0007.a-msedge.net
+204.79.197.210,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0008.a-msedge.net
+204.79.197.211,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0009.a-msedge.net
+204.79.197.212,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0010.a-msedge.net
+204.79.197.213,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0011.a-msedge.net
+204.79.197.214,ECN-NETWORK,Microsoft Corporation (MSFT),US,a-0012.a-msedge.net
+207.46.7.252,MICROSOFT-GLOBAL-NET,Microsoft Corporation (MSFT),US,
+207.46.101.29,MICROSOFT-GLOBAL-NET,Microsoft Corporation (MSFT),US,
+207.46.114.58,MICROSOFT-GLOBAL-NET,Microsoft Corporation (MSFT),US,
+207.46.114.61,MICROSOFT-GLOBAL-NET,Microsoft Corporation (MSFT),US,
+207.68.166.254,MICROSOFT-CORP-MSN-BLK,Microsoft Corporation (MSFT),US,survey.watson.microsoft.com
+212.30.134.204,Akamai-in-MTS-node,Moscow. Russia,RU,
+212.30.134.205,Akamai-in-MTS-node,Moscow. Russia,RU,
\ No newline at end of file
diff --git a/logs/firewall-test-win10_update.csv b/logs/firewall-test-win10_update.csv
new file mode 100644
index 00000000..f83b9c87
--- /dev/null
+++ b/logs/firewall-test-win10_update.csv
@@ -0,0 +1,4 @@
+IP,NETNAME,ORGANIZATION,COUNTRY,DNS RESOLVE
+23.103.189.158,MSFT,Microsoft Corporation (MSFT),US,
+191.232.139.254,AS8075,Microsoft Informatica Ltda,BR,eu.vortex.data.microsoft.com
+191.234.72.183,AS8075,Microsoft Informatica Ltda,BR,
\ No newline at end of file
diff --git a/logs/proxifier-all.csv b/logs/proxifier-all.csv
new file mode 100644
index 00000000..eca36463
--- /dev/null
+++ b/logs/proxifier-all.csv
@@ -0,0 +1,30328 @@
+From: 2016.05.29 20:34:34
+To: 2016.06.03 15:15:27
+
+DATE,EXE,PID,ACCOUNT,HOST
+2016.05.29 20:34:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:34:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 20:34:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 20:35:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:35:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:36:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:36:46,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 20:36:46,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 20:37:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:37:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:38:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:39:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:39:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:40:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:41:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:41:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:42:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:43:02,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 20:43:02,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 20:43:02,Explorer.EXE,2052,,candycrushsoda.king.com
+2016.05.29 20:43:02,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 20:43:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:43:02,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 20:43:02,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 20:43:02,Explorer.EXE,2052,,candycrushsoda.king.com
+2016.05.29 20:43:02,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 20:43:03,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 20:43:03,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 20:43:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 20:43:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 20:43:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:44:08,svchost.exe,1004,System,wpad
+2016.05.29 20:44:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:44:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:45:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:46:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:46:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:47:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:47:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 20:47:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 20:47:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 20:47:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 20:47:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 20:47:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 20:48:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:48:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:49:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:49:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 20:49:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 20:49:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:50:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:51:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:51:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:52:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:52:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:53:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:53:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 20:53:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 20:53:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:54:11,svchost.exe,1004,System,wpad
+2016.05.29 20:54:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:55:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:55:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:56:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:57:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:57:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:58:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:58:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:59:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:59:25,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 20:59:25,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 20:59:25,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 20:59:25,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 20:59:25,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 20:59:25,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 20:59:25,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 20:59:25,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 20:59:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:00:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:01:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:01:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:02:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:02:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:02:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:02:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:02:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:02:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:02:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:03:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:03:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:04:13,svchost.exe,1004,System,wpad
+2016.05.29 21:04:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:04:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:04:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:04:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:05:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:06:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:07:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:07:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:08:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:08:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:09:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:10:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:10:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:11:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:11:44,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 21:11:44,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 21:12:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:12:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:13:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:14:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:14:15,svchost.exe,1004,System,wpad
+2016.05.29 21:14:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:15:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:16:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:16:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:17:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 21:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 21:17:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:17:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:17:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:17:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:17:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:17:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:18:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:18:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:19:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:19:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:19:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:20:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:20:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:21:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:21:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:22:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:23:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:23:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:24:18,svchost.exe,1004,System,wpad
+2016.05.29 21:24:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:25:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:25:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:26:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:26:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:27:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:28:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:28:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:29:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:30:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:30:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:31:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:31:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:32:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 21:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 21:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 21:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 21:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 21:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 21:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 21:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 21:32:44,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 21:32:44,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 21:32:47,svchost.exe,820,System,isatap
+2016.05.29 21:32:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:32:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:32:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:32:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:32:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:32:47,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:33:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:33:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:34:20,svchost.exe,1004,System,wpad
+2016.05.29 21:34:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:34:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:34:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:35:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:35:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:36:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:36:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:37:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:38:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:38:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:39:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:39:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:40:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:40:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:41:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:42:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:42:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:43:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:43:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:44:22,svchost.exe,1004,System,wpad
+2016.05.29 21:44:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:45:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:45:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:46:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:46:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:47:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 21:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 21:47:47,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 21:47:47,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 21:47:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:47:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:47:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:47:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:47:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:47:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:48:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:48:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:49:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:49:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:49:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 21:50:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:50:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:51:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:52:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:52:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:53:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:53:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 21:54:24,svchost.exe,1004,System,wpad
+2016.05.29 21:54:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:55:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:55:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:56:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:57:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:57:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:58:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:58:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 21:59:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:00:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:00:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:01:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:02:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:02:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 22:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 22:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 22:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 22:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 22:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 22:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 22:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 22:02:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:02:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:02:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:02:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:02:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:02:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:02:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 22:02:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 22:03:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:03:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:04:27,svchost.exe,1004,System,wpad
+2016.05.29 22:04:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:04:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:04:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:05:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:05:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:06:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:06:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:07:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:08:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:08:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:09:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:10:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:10:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:11:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:12:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:12:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:13:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:13:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:14:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:14:29,svchost.exe,1004,System,wpad
+2016.05.29 22:14:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:15:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:16:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:16:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:17:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 22:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 22:17:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:17:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:17:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:17:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:17:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:17:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:17:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 22:17:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 22:18:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:18:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:19:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:19:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:19:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:19:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:20:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:21:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:21:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:22:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:22:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:23:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:23:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:24:31,svchost.exe,1004,System,wpad
+2016.05.29 22:24:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:25:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:26:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:26:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:27:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:27:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:28:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:29:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:29:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:30:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:31:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:31:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:32:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 22:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 22:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 22:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 22:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 22:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 22:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 22:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 22:32:47,svchost.exe,820,System,isatap
+2016.05.29 22:32:47,svchost.exe,820,System,sls.update.microsoft.com
+2016.05.29 22:32:47,svchost.exe,820,,sls.update.microsoft.com
+2016.05.29 22:32:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:32:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:32:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:32:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:32:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:32:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:32:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 22:32:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 22:32:49,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.29 22:32:49,svchost.exe,820,,fe2.update.microsoft.com
+2016.05.29 22:32:50,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.29 22:32:50,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.29 22:32:50,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.29 22:32:50,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.29 22:33:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:33:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:34:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:34:18,svchost.exe,820,,fe2.update.microsoft.com
+2016.05.29 22:34:19,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.29 22:34:19,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.29 22:34:20,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:20,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:20,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:20,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 22:34:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 22:34:21,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:21,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:22,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:22,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:23,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:23,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:24,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:24,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:25,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:25,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:25,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:25,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:26,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:26,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:27,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:27,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:28,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:28,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:29,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 22:34:34,svchost.exe,1004,System,wpad
+2016.05.29 22:34:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:34:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:34:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:35:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:36:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:36:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:37:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:38:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:38:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:39:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:39:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:40:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:41:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:41:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:42:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:42:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:43:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:44:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:44:36,svchost.exe,1004,System,wpad
+2016.05.29 22:44:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:45:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:45:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:46:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:46:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:47:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 22:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 22:47:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:47:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:47:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:47:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:47:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:47:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:47:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 22:47:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 22:48:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:48:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:49:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:49:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:49:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:49:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 22:50:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:50:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:51:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:52:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:52:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:53:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:53:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 22:54:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:54:38,svchost.exe,1004,System,wpad
+2016.05.29 22:55:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:55:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:56:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:56:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:57:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:58:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:58:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:59:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 22:59:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:00:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:01:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:01:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:02:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 23:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 23:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 23:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 23:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 23:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 23:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 23:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 23:02:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:02:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:02:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:02:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:02:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:02:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:02:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 23:02:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 23:02:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:03:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:04:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:04:41,svchost.exe,1004,System,wpad
+2016.05.29 23:04:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:04:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:04:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:05:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:06:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:06:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:07:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:07:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:08:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:09:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:09:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:10:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:11:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:11:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:12:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:12:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:13:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:14:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:14:43,svchost.exe,1004,System,wpad
+2016.05.29 23:14:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:15:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:16:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:16:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:17:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 23:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 23:17:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:17:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:17:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:17:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:17:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:17:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:17:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 23:17:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 23:17:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:18:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:19:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:19:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:19:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:20:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:20:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:21:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:22:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:22:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:23:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:23:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:24:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:24:45,svchost.exe,1004,System,wpad
+2016.05.29 23:24:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:25:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:26:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:26:40,svchost.exe,820,System,sls.update.microsoft.com
+2016.05.29 23:26:40,svchost.exe,820,,sls.update.microsoft.com
+2016.05.29 23:26:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 23:26:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 23:26:42,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.05.29 23:26:42,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.05.29 23:26:46,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.05.29 23:26:46,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.05.29 23:26:46,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:46,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:46,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:46,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:47,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:47,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:48,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:48,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:50,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:50,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:50,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:50,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:50,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:51,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:26:51,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:26:51,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.05.29 23:26:51,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.05.29 23:26:51,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:26:51,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:26:52,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:26:52,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:26:53,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:26:53,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:26:53,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:26:53,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:26:54,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:26:54,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:26:55,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:27:06,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.29 23:27:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:27:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:28:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:28:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:29:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:30:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:30:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:31:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:32:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 23:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 23:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 23:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 23:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 23:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 23:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 23:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 23:32:47,svchost.exe,820,System,isatap
+2016.05.29 23:32:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:32:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:32:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:32:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:32:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:32:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:32:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 23:32:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 23:32:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:33:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:34:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:34:47,svchost.exe,1004,System,wpad
+2016.05.29 23:34:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:34:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:34:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:35:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:36:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:36:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:37:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:37:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:38:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:39:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:40:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:40:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:41:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:42:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:42:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:43:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:44:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:44:50,svchost.exe,1004,System,wpad
+2016.05.29 23:44:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:45:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:46:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:46:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:47:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 23:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 23:47:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:47:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:47:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:47:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:47:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:47:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:47:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 23:47:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 23:48:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:48:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:49:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:49:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:49:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 23:49:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:50:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:51:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:51:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:52:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:53:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:53:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 23:54:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:54:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:54:52,svchost.exe,1004,System,wpad
+2016.05.29 23:55:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:56:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:56:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:57:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:57:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:58:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:59:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 23:59:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:00:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:00:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:01:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:02:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:02:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 00:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 00:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 00:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 00:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 00:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 00:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 00:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 00:02:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:02:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:02:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:02:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:02:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:02:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:02:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 00:02:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 00:03:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:03:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:04:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:04:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:04:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:04:54,svchost.exe,1004,System,wpad
+2016.05.30 00:05:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:05:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:06:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:06:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:07:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:08:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:08:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:07,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:09:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:10:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:10:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:11:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:11:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:12:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:12:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:13:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:14:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:14:57,svchost.exe,1004,System,wpad
+2016.05.30 00:15:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:15:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:16:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:16:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:17:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 00:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 00:17:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:17:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:17:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:17:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:17:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:17:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:17:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 00:17:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 00:18:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:18:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:19:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:19:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:19:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:20:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:20:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:21:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:21:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:22:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:23:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:23:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:24:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:24:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:24:59,svchost.exe,1004,System,wpad
+2016.05.30 00:25:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:26:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:26:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:27:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:28:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:28:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:29:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:29:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:30:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:31:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:31:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:32:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 00:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 00:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 00:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 00:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 00:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 00:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 00:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 00:32:47,svchost.exe,820,System,isatap
+2016.05.30 00:32:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:32:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:32:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:32:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:32:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:32:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:32:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 00:32:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 00:33:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:33:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:34:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:34:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:34:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:34:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:35:01,svchost.exe,1004,System,wpad
+2016.05.30 00:35:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:36:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:36:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:37:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:37:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:38:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:39:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:39:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:40:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:41:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:41:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:42:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:42:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:43:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:44:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:45:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:45:04,svchost.exe,1004,System,wpad
+2016.05.30 00:45:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:46:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:46:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:47:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 00:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 00:47:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:47:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:47:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:47:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:47:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:47:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:47:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 00:47:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 00:48:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:48:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:49:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:49:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:49:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 00:50:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:50:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:51:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:51:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:52:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:53:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:54:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 00:54:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:55:06,svchost.exe,1004,System,wpad
+2016.05.30 00:55:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:55:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:56:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:57:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:57:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:58:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:59:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 00:59:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:00:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:00:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:01:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:02:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 01:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 01:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 01:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 01:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 01:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 01:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 01:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 01:02:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:02:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:02:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:02:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:02:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:02:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:02:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:02:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 01:02:50,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 01:03:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:04:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:04:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:04:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:04:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:05:08,svchost.exe,1004,System,wpad
+2016.05.30 01:05:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:05:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:06:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:07:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:07:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:08:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:08:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:09:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:09:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:10:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:11:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:11:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:12:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:13:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:13:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:14:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:15:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:15:11,svchost.exe,1004,System,wpad
+2016.05.30 01:15:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:16:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:16:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:17:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 01:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 01:17:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:17:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:17:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:17:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:17:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:17:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:17:50,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 01:17:50,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 01:18:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:18:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:19:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:19:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:19:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:20:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:20:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:21:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:22:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:22:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:23:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:23:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:24:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:24:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:25:13,svchost.exe,1004,System,wpad
+2016.05.30 01:25:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:26:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:26:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:27:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:28:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:28:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:29:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:30:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:31:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:31:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:32:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 01:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 01:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 01:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 01:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 01:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 01:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 01:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 01:32:47,svchost.exe,820,System,isatap
+2016.05.30 01:32:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:32:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:32:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:32:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:32:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:32:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:32:50,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 01:32:50,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 01:32:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:33:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:34:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:34:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:34:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:34:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:35:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:35:15,svchost.exe,1004,System,wpad
+2016.05.30 01:35:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:36:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:37:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:37:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:38:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:38:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:39:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:40:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:40:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:41:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:41:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:42:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:43:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:43:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:44:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:45:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:45:18,svchost.exe,1004,System,wpad
+2016.05.30 01:45:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:46:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:46:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:47:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 01:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 01:47:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:47:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:47:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:47:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:47:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:47:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:47:50,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 01:47:50,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 01:48:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:48:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:49:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:49:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:49:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 01:50:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:50:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:51:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:51:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:52:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:53:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:53:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:08,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 01:54:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:54:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:55:20,svchost.exe,1004,System,wpad
+2016.05.30 01:55:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:56:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:56:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:57:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:57:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:58:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:59:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 01:59:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:00:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:00:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:01:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:02:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 02:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 02:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 02:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 02:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 02:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 02:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 02:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 02:02:50,svchost.exe,820,System,login.live.com
+2016.05.30 02:02:50,svchost.exe,820,System,login.live.com
+2016.05.30 02:02:50,svchost.exe,820,System,login.live.com
+2016.05.30 02:02:50,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 02:02:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:02:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:02:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:02:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:02:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:02:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:02:51,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 02:02:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:03:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:03:51,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.05.30 02:04:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:04:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:05:22,svchost.exe,1004,System,wpad
+2016.05.30 02:05:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:06:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:06:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:07:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:07:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:08:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:09:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:09:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:10:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:11:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:11:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:12:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:13:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:13:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:14:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:15:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:15:24,svchost.exe,1004,System,wpad
+2016.05.30 02:15:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:16:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:16:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:17:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 02:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 02:17:46,wermgr.exe,4144,System,watson.telemetry.microsoft.com
+2016.05.30 02:17:46,wermgr.exe,4144,System,watson.telemetry.microsoft.com
+2016.05.30 02:17:50,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 02:17:51,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 02:17:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:17:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:17:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:17:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:17:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:17:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:18:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:18:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:19:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:19:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:20:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:21:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:22:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:22:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:23:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:24:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:24:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:25:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:25:27,svchost.exe,1004,System,wpad
+2016.05.30 02:26:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:26:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:27:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:27:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:28:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:29:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:29:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:30:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:31:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:31:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:32:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 02:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 02:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 02:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 02:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 02:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 02:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 02:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 02:32:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:32:47,svchost.exe,820,System,isatap
+2016.05.30 02:32:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:32:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:32:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:32:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:32:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:32:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:32:51,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 02:32:51,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 02:33:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:34:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:34:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:35:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:35:29,svchost.exe,1004,System,wpad
+2016.05.30 02:35:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:36:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:37:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:37:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:38:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:39:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:39:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:40:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:41:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:41:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:42:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 02:42:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 02:42:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:43:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:43:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:44:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:45:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:45:31,svchost.exe,1004,System,wpad
+2016.05.30 02:45:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:46:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:47:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:47:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 02:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 02:47:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:47:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:47:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:47:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:47:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:47:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:47:51,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 02:47:51,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 02:48:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:49:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:49:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 02:50:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:50:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:51:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:52:07,Explorer.EXE,2052,,sway-cdn.com
+2016.05.30 02:52:07,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 02:52:07,Explorer.EXE,2052,,sway-cdn.com
+2016.05.30 02:52:07,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 02:52:07,Explorer.EXE,2052,,sway-cdn.com
+2016.05.30 02:52:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:52:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:53:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:54:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 02:54:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:55:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:55:34,svchost.exe,1004,System,wpad
+2016.05.30 02:55:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:56:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:57:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:57:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:58:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:58:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 02:59:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:00:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:00:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:01:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:01:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:02:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 03:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 03:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 03:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 03:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 03:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 03:02:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:02:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:02:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:02:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:02:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:02:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:02:51,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 03:02:51,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 03:03:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:03:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:04:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:04:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:05:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:05:36,svchost.exe,1004,System,wpad
+2016.05.30 03:06:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:06:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:07:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:08:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:08:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:09:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:09:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:10:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:11:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:11:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:12:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:12:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:13:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:13:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:14:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:15:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:15:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:15:38,svchost.exe,1004,System,wpad
+2016.05.30 03:16:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:17:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:17:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 03:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 03:17:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:17:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:17:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:17:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:17:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:17:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:17:51,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 03:17:51,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 03:18:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:18:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:19:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:19:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:20:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:21:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:21:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:22:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:23:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:23:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:24:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:25:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:25:41,svchost.exe,1004,System,wpad
+2016.05.30 03:25:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:26:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:27:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:27:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:28:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:28:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:29:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:30:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:30:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:31:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:32:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 03:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 03:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 03:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 03:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 03:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 03:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 03:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 03:32:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:32:47,svchost.exe,820,System,isatap
+2016.05.30 03:32:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:32:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:32:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:32:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:32:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:32:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:32:51,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 03:32:51,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 03:33:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:34:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:34:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:35:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:35:43,svchost.exe,1004,System,wpad
+2016.05.30 03:36:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:36:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:37:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:37:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:38:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:39:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:09,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:39:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:40:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:41:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:41:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:42:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:42:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:43:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:44:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:44:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:45:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:45:45,svchost.exe,1004,System,wpad
+2016.05.30 03:46:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:46:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:47:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 03:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 03:47:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:47:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:47:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:47:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:47:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:47:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:47:51,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 03:47:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 03:48:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:48:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:49:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:49:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 03:50:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:50:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:51:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:52:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:52:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:53:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:54:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 03:54:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:55:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:55:47,svchost.exe,1004,System,wpad
+2016.05.30 03:55:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:56:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:57:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:58:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:58:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:59:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 03:59:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:00:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:00:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:01:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:02:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:02:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 04:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 04:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 04:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 04:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 04:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 04:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 04:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 04:02:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:02:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:02:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:02:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:02:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:02:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:02:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 04:02:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 04:03:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:03:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:04:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:05:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:05:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:05:50,svchost.exe,1004,System,wpad
+2016.05.30 04:06:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:07:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:07:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:08:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:08:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:09:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:09:59,CompatTelRunner.exe,936,System,settings-win.data.microsoft.com
+2016.05.30 04:10:01,CompatTelRunner.exe,936,System,go.microsoft.com
+2016.05.30 04:10:01,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.30 04:10:01,CompatTelRunner.exe,936,System,go.microsoft.com
+2016.05.30 04:10:01,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.30 04:10:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 04:10:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 04:10:03,CompatTelRunner.exe,1688,System,settings-win.data.microsoft.com
+2016.05.30 04:10:04,svchost.exe,820,System,login.live.com
+2016.05.30 04:10:04,svchost.exe,820,System,login.live.com
+2016.05.30 04:10:05,svchost.exe,820,System,device.auth.xboxlive.com
+2016.05.30 04:10:05,svchost.exe,820,System,device.auth.xboxlive.com
+2016.05.30 04:10:05,CompatTelRunner.exe,4588,System,settings-win.data.microsoft.com
+2016.05.30 04:10:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:10:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:11:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:11:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:12:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:13:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:13:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:14:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:14:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:15:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:15:52,svchost.exe,1004,System,wpad
+2016.05.30 04:15:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:16:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:17:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 04:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 04:17:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:17:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:17:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:17:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:17:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:17:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:17:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 04:17:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 04:17:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:18:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:19:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:19:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:20:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:21:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:21:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:22:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:23:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:23:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:24:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:24:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:25:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:25:54,svchost.exe,1004,System,wpad
+2016.05.30 04:26:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:26:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:27:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:27:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:28:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:29:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:29:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:30:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:31:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:31:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:32:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 04:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 04:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 04:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 04:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 04:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 04:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 04:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 04:32:47,svchost.exe,820,System,isatap
+2016.05.30 04:32:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:32:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:32:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:32:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:32:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:32:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:32:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 04:32:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 04:32:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:33:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:34:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:34:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:35:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:35:57,svchost.exe,1004,System,wpad
+2016.05.30 04:36:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:36:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:37:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:37:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:38:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:39:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:39:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:40:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:40:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:41:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:42:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:42:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:43:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:43:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:44:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:45:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:45:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:45:59,svchost.exe,1004,System,wpad
+2016.05.30 04:46:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:46:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:47:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 04:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 04:47:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:47:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:47:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:47:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:47:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:47:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:47:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 04:47:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 04:48:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:48:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:49:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 04:50:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:50:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:51:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:52:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:52:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:53:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:53:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 04:54:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:55:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:55:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:56:01,svchost.exe,1004,System,wpad
+2016.05.30 04:56:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:56:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:57:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:58:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:58:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:59:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 04:59:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:00:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:01:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:01:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:02:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 05:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 05:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 05:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 05:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 05:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 05:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 05:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 05:02:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:02:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:02:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:02:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:02:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:02:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:02:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 05:02:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 05:03:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:03:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:04:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:05:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:05:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:06:04,svchost.exe,1004,System,wpad
+2016.05.30 05:06:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:06:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:07:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:08:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:08:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:09:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:09:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:10:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:11:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:11:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:12:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:12:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:13:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:13:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:14:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:15:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:15:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:16:06,svchost.exe,1004,System,wpad
+2016.05.30 05:16:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:17:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 05:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 05:17:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:17:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:17:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:17:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:17:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:17:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:17:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:17:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 05:17:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 05:18:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:19:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:19:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:20:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:20:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:21:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:22:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:22:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:23:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:23:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:10,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:24:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:25:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:25:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:26:08,svchost.exe,1004,System,wpad
+2016.05.30 05:26:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:27:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:27:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:28:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:28:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:29:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:30:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:30:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:31:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:32:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 05:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 05:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 05:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 05:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 05:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 05:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 05:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 05:32:47,svchost.exe,820,System,isatap
+2016.05.30 05:32:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:32:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:32:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:32:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:32:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:32:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:32:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 05:32:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 05:32:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:33:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:34:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:35:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:35:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:36:10,svchost.exe,1004,System,wpad
+2016.05.30 05:36:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:36:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:37:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:38:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:38:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:39:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:39:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:40:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:41:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:42:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:42:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:43:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:44:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:44:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:45:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:45:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:46:13,svchost.exe,1004,System,wpad
+2016.05.30 05:46:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:47:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 05:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 05:47:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:47:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:47:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:47:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:47:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:47:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:47:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:47:52,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 05:47:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 05:48:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:49:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:49:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 05:50:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:50:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:51:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:52:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:52:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:53:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:53:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 05:54:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:55:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:56:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:56:15,svchost.exe,1004,System,wpad
+2016.05.30 05:56:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:57:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:58:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:58:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:59:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 05:59:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:00:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:00:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:01:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:02:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:02:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 06:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 06:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 06:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 06:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 06:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 06:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 06:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 06:02:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:02:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:02:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:02:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:02:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:02:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:02:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 06:02:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 06:03:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:04:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:04:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:05:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:05:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:06:17,svchost.exe,1004,System,wpad
+2016.05.30 06:06:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:07:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:07:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:08:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:09:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:09:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:10:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:11:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:12:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:12:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:13:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:13:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:14:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:15:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:15:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:16:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:16:20,svchost.exe,1004,System,wpad
+2016.05.30 06:16:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:17:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 06:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 06:17:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:17:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:17:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:17:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:17:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:17:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:17:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 06:17:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 06:18:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:18:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:19:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:20:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:20:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:21:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:22:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:22:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:23:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:23:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:24:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:25:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:25:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:26:22,svchost.exe,1004,System,wpad
+2016.05.30 06:26:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:27:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:27:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:28:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:29:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:29:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:30:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:30:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:31:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:31:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:32:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 06:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 06:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 06:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 06:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 06:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 06:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 06:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 06:32:47,svchost.exe,820,System,isatap
+2016.05.30 06:32:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:32:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:32:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:32:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:32:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:32:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:32:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 06:32:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 06:33:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:33:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:34:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:34:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:35:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:36:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:36:24,svchost.exe,1004,System,wpad
+2016.05.30 06:36:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:37:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:37:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:38:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:39:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:40:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:40:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:41:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:41:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:42:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:42:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:43:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:44:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:44:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:45:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:45:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:46:26,svchost.exe,1004,System,wpad
+2016.05.30 06:46:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:47:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 06:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 06:47:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:47:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:47:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:47:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:47:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:47:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:47:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 06:47:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 06:48:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:48:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:49:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:49:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 06:50:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:51:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:51:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:52:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:52:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:53:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:53:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 06:54:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:55:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:55:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:56:29,svchost.exe,1004,System,wpad
+2016.05.30 06:56:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:57:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:57:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:58:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:58:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 06:59:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:00:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:00:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:01:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:01:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:02:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 07:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 07:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 07:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 07:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 07:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 07:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 07:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 07:02:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:02:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:02:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:02:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:02:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:02:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:02:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 07:02:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 07:03:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:03:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:04:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:05:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:05:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:06:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:06:31,svchost.exe,1004,System,wpad
+2016.05.30 07:06:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:07:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:08:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:08:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:11,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:09:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:10:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:10:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:11:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:11:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:12:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:13:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:13:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:14:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:14:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:15:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:16:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:16:33,svchost.exe,1004,System,wpad
+2016.05.30 07:16:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:17:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 07:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 07:17:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:17:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:17:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:17:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:17:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:17:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:17:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 07:17:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 07:18:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:18:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:19:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:19:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:20:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:21:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:21:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:22:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:23:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:23:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:24:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:24:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:25:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:25:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:26:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:26:36,svchost.exe,1004,System,wpad
+2016.05.30 07:27:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:27:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:28:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:29:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:29:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:30:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:31:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:31:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:32:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 07:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 07:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 07:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 07:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 07:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 07:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 07:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 07:32:47,svchost.exe,820,System,isatap
+2016.05.30 07:32:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:32:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:32:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:32:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:32:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:32:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:32:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:32:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 07:32:53,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 07:33:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:33:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:34:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:35:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:35:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:36:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:36:38,svchost.exe,1004,System,wpad
+2016.05.30 07:36:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:37:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:38:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:38:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:39:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:39:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:40:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:41:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:41:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:42:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:43:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:43:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:44:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:45:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:45:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:46:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:46:40,svchost.exe,1004,System,wpad
+2016.05.30 07:47:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 07:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 07:47:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:47:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:47:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:47:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:47:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:47:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:47:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:47:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 07:47:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 07:48:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:48:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:49:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 07:50:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:51:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:51:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:52:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:52:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:53:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:54:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 07:54:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:55:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:56:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:56:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:56:42,svchost.exe,1004,System,wpad
+2016.05.30 07:57:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:57:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:58:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:59:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 07:59:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:00:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:01:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:01:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:02:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 08:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 08:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 08:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 08:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 08:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 08:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 08:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 08:02:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:02:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:02:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:02:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:02:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:02:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:02:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 08:02:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 08:02:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:03:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:04:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:04:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:05:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:06:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:06:45,svchost.exe,1004,System,wpad
+2016.05.30 08:06:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:07:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:08:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:08:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:09:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:09:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:10:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:11:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:11:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:12:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:13:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:13:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:14:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:15:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:15:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:16:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:16:47,svchost.exe,1004,System,wpad
+2016.05.30 08:17:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:17:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 08:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 08:17:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:17:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:17:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:17:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:17:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:17:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:17:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 08:17:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 08:18:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:18:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:19:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:20:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:20:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:21:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:21:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:22:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:23:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:23:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:24:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:24:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:25:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:25:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:26:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:26:49,svchost.exe,1004,System,wpad
+2016.05.30 08:27:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:27:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:28:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:28:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:29:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:30:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:30:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:31:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:32:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 08:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 08:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 08:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 08:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 08:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 08:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 08:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 08:32:47,svchost.exe,820,System,isatap
+2016.05.30 08:32:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:32:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:32:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:32:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:32:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:32:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:32:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:32:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 08:32:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 08:33:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:34:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:34:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:35:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:36:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:36:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:36:52,svchost.exe,1004,System,wpad
+2016.05.30 08:37:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:37:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:38:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:39:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:12,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:39:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:40:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:41:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:41:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:42:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:42:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:43:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:44:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:44:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:45:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:46:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:46:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:46:54,svchost.exe,1004,System,wpad
+2016.05.30 08:47:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 08:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 08:47:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:47:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:47:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:47:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:47:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:47:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:47:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 08:47:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 08:48:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:48:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:49:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 08:50:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:50:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:51:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:51:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:52:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:53:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:53:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:54:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 08:54:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:55:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:56:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:56:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:56:56,svchost.exe,1004,System,wpad
+2016.05.30 08:57:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:58:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:58:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 08:59:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:00:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:00:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:01:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:02:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:02:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 09:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 09:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 09:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 09:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 09:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 09:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 09:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 09:02:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:02:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:02:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:02:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:02:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:02:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:02:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 09:02:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 09:03:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:03:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:04:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:05:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:05:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:06:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:06:59,svchost.exe,1004,System,wpad
+2016.05.30 09:07:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:07:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:08:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:09:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:09:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:10:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:10:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:11:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:12:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:12:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:13:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:13:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:14:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:14:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:15:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:16:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:16:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:17:01,svchost.exe,1004,System,wpad
+2016.05.30 09:17:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 09:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 09:17:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:17:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:17:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:17:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:17:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:17:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:17:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 09:17:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 09:18:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:19:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:19:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:20:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:20:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:21:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:22:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:23:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:23:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:24:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:25:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:25:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:26:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:27:03,svchost.exe,1004,System,wpad
+2016.05.30 09:27:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:27:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:28:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:29:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:29:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:30:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:30:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:31:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:32:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 09:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 09:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 09:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 09:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 09:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 09:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 09:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 09:32:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:32:47,svchost.exe,820,System,isatap
+2016.05.30 09:32:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:32:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:32:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:32:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:32:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:32:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:32:54,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 09:32:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 09:33:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:33:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:34:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:35:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:35:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:36:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:37:05,svchost.exe,1004,System,wpad
+2016.05.30 09:37:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:37:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:38:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:39:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:39:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:40:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:40:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:41:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:42:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:43:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:43:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:44:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:44:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:45:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:46:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:46:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:47:08,svchost.exe,1004,System,wpad
+2016.05.30 09:47:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 09:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 09:47:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:47:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:47:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:47:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:47:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:47:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:47:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 09:47:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 09:47:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:48:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:49:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:49:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 09:50:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:51:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:51:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:52:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:52:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:53:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:54:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 09:54:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:55:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:55:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:56:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:56:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:57:10,svchost.exe,1004,System,wpad
+2016.05.30 09:57:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:58:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:58:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:59:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 09:59:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:00:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:01:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:01:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:02:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 10:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 10:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 10:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 10:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 10:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 10:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 10:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 10:02:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:02:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:02:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:02:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 10:02:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 10:03:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:03:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:04:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:05:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:05:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:06:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:06:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:07:12,svchost.exe,1004,System,wpad
+2016.05.30 10:07:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:08:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:08:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:09:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:10:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:10:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:11:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:12:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:12:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:13:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:14:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:14:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:15:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:16:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:16:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:17:15,svchost.exe,1004,System,wpad
+2016.05.30 10:17:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 10:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 10:17:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:17:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:17:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:17:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:17:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:17:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:17:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 10:17:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 10:18:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:18:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:19:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:20:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:20:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:21:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:21:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:22:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:23:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:23:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:13,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:24:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:25:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:25:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:26:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:26:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:27:17,svchost.exe,1004,System,wpad
+2016.05.30 10:27:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:28:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:29:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:29:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:30:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:30:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:31:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:32:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 10:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 10:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 10:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 10:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 10:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 10:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 10:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 10:32:47,svchost.exe,820,System,isatap
+2016.05.30 10:32:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:32:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:32:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:32:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:32:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:32:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:32:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:32:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 10:32:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 10:33:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:34:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:34:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:35:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:35:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:36:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:37:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:37:19,svchost.exe,1004,System,wpad
+2016.05.30 10:37:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:38:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:39:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:39:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:40:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:41:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:41:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:42:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:42:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:43:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:44:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:44:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:45:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:45:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:46:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:47:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:47:22,svchost.exe,1004,System,wpad
+2016.05.30 10:47:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 10:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 10:47:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:47:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:47:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:47:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:47:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:47:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:47:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 10:47:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 10:48:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:49:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:49:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 10:50:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:51:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:51:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:52:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:52:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:53:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:54:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 10:54:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:55:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:55:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:56:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:57:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:57:24,svchost.exe,1004,System,wpad
+2016.05.30 10:57:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:58:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:58:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 10:59:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:00:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:01:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:01:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:02:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 11:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 11:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 11:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 11:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 11:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 11:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 11:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 11:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:02:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 11:02:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 11:03:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:03:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:04:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:04:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:05:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:05:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:06:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:07:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:07:26,svchost.exe,1004,System,wpad
+2016.05.30 11:07:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:08:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:09:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:09:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:10:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:10:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:11:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:12:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:12:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:13:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:14:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:14:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:15:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:16:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:16:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:17:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:17:28,svchost.exe,1004,System,wpad
+2016.05.30 11:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 11:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 11:17:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:17:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:17:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:17:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:17:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:17:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:17:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:17:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 11:17:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 11:18:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:19:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:19:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:19:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:20:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:20:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:21:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:22:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:22:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:23:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:24:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:24:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:25:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:25:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:26:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:27:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:27:31,svchost.exe,1004,System,wpad
+2016.05.30 11:27:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:28:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:28:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:29:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:30:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:30:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:31:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:31:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:32:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 11:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 11:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 11:32:44,Explorer.EXE,2052,,candycrushsoda.king.com
+2016.05.30 11:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 11:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 11:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 11:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 11:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 11:32:44,Explorer.EXE,2052,,candycrushsoda.king.com
+2016.05.30 11:32:47,svchost.exe,820,System,isatap
+2016.05.30 11:32:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:32:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:32:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:32:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:32:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:32:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:32:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 11:32:55,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 11:33:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:33:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:34:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:34:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:35:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:35:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:36:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:36:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:37:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:37:33,svchost.exe,1004,System,wpad
+2016.05.30 11:38:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:38:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:39:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:40:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:40:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:41:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:42:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:42:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:43:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:43:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:44:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:45:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:45:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:46:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:47:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:47:35,svchost.exe,1004,System,wpad
+2016.05.30 11:47:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 11:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 11:47:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:47:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:47:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:47:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:47:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:47:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:47:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 11:47:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 11:48:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:48:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:49:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:49:49,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 11:50:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:50:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:51:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:51:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:52:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:53:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:53:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 11:54:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:55:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:55:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:56:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:57:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:57:38,svchost.exe,1004,System,wpad
+2016.05.30 11:57:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:58:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:58:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:59:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 11:59:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:00:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:01:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:01:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:02:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 12:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 12:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 12:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 12:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 12:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 12:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 12:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 12:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:02:55,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:02:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 12:02:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 12:02:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:03:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:04:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:04:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:05:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:06:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:06:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:07:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:07:40,svchost.exe,1004,System,wpad
+2016.05.30 12:07:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:08:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:09:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:14,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:09:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:10:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:11:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:11:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:12:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:12:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:13:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:14:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:14:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:15:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:16:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:17:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:17:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:17:42,svchost.exe,1004,System,wpad
+2016.05.30 12:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 12:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 12:17:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:17:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:17:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:17:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:17:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:17:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:17:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 12:17:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 12:18:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:18:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:19:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:19:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:20:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:21:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:21:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:22:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:22:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:23:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:24:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:24:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:25:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:26:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:26:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:27:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:27:45,svchost.exe,1004,System,wpad
+2016.05.30 12:27:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:28:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:29:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:29:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:30:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:31:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:31:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:32:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 12:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 12:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 12:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 12:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 12:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 12:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 12:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 12:32:47,svchost.exe,820,System,isatap
+2016.05.30 12:32:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:32:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:32:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:32:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:32:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:32:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:32:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 12:32:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 12:33:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:33:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:34:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:34:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:35:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:36:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:36:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:37:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:37:47,svchost.exe,1004,System,wpad
+2016.05.30 12:38:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:38:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:39:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:39:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:40:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:41:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:41:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:42:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:42:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:43:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:44:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:44:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:45:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:46:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:46:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:47:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 12:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 12:47:49,svchost.exe,1004,System,wpad
+2016.05.30 12:47:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:47:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:47:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:47:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:47:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:47:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:47:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:47:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 12:47:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 12:48:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:49:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:49:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 12:50:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:50:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:51:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:52:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:53:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:53:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 12:54:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:55:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:55:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:56:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:56:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:57:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:57:52,svchost.exe,1004,System,wpad
+2016.05.30 12:58:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:58:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 12:59:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:00:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:00:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:01:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:01:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:02:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 13:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 13:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 13:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 13:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 13:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 13:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 13:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 13:02:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:02:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:02:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:02:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:02:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:02:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:02:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 13:02:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 13:03:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:03:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:03:56,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.05.30 13:04:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:05:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:05:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:06:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:07:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:07:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:07:54,svchost.exe,1004,System,wpad
+2016.05.30 13:08:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:08:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:09:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:09:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:10:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:11:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:11:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:12:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:12:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:13:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:13:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:14:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:15:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:15:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:16:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:17:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 13:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 13:17:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:17:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:17:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:17:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:17:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:17:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:17:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:17:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 13:17:56,svchost.exe,1004,System,wpad
+2016.05.30 13:17:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 13:18:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:19:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:19:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:20:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:21:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:21:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:22:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:23:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:23:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:24:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:24:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:25:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:26:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:26:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:27:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:27:59,svchost.exe,1004,System,wpad
+2016.05.30 13:28:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:28:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:29:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:30:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:30:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:31:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:32:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:32:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 13:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 13:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 13:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 13:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 13:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 13:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 13:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 13:32:47,svchost.exe,820,System,isatap
+2016.05.30 13:32:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:32:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:32:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:32:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:32:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:32:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:32:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 13:32:56,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 13:33:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:33:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:34:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:35:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:35:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:36:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:37:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:37:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:38:01,svchost.exe,1004,System,wpad
+2016.05.30 13:38:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:39:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:15,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:39:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:40:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:41:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:41:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:42:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:42:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:43:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:44:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:44:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:45:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:45:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:46:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:47:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 13:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 13:47:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:47:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:47:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:47:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:47:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:47:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:47:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:47:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 13:47:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 13:48:03,svchost.exe,1004,System,wpad
+2016.05.30 13:48:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:49:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:49:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 13:50:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:50:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:51:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:52:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:53:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:53:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:54:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 13:54:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:55:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:56:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:56:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:57:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:57:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:58:05,svchost.exe,1004,System,wpad
+2016.05.30 13:58:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:59:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 13:59:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:00:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:01:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:01:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:02:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 14:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 14:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 14:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 14:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 14:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 14:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 14:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 14:02:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:02:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:02:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:02:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:02:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:02:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:02:56,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:02:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 14:02:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 14:03:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:04:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:04:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:05:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:06:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:06:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:07:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:07:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:08:08,svchost.exe,1004,System,wpad
+2016.05.30 14:08:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:09:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:09:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:10:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:10:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:11:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:12:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:12:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:13:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:14:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:14:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:15:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:15:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:16:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:17:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 14:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 14:17:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:17:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:17:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:17:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:17:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:17:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:17:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 14:17:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 14:17:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:18:10,svchost.exe,1004,System,wpad
+2016.05.30 14:18:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:19:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:19:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:20:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:21:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:21:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:22:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:23:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:24:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:24:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:25:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:26:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:26:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:27:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:28:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:28:12,svchost.exe,1004,System,wpad
+2016.05.30 14:28:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:29:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:29:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:30:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:30:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:31:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:31:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:32:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 14:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 14:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 14:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 14:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 14:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 14:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 14:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 14:32:47,svchost.exe,820,System,isatap
+2016.05.30 14:32:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:32:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:32:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:32:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:32:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:32:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:32:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 14:32:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 14:33:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:33:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:34:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:35:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:35:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:36:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:37:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:37:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:38:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:38:15,svchost.exe,1004,System,wpad
+2016.05.30 14:38:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:39:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:40:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:40:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:41:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:42:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:42:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:43:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:43:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:44:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:45:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:45:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:46:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:46:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:47:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 14:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 14:47:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:47:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:47:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:47:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:47:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:47:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:47:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 14:47:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 14:48:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:48:17,svchost.exe,1004,System,wpad
+2016.05.30 14:48:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:49:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 14:50:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:50:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:51:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:52:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:52:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:53:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:54:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 14:54:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:55:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:56:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:56:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:57:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:57:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:58:19,svchost.exe,1004,System,wpad
+2016.05.30 14:58:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:59:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 14:59:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:00:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:01:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:01:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:02:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 15:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 15:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 15:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 15:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 15:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 15:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 15:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 15:02:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:02:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:02:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:02:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:02:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:02:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:02:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 15:02:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 15:03:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:03:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:04:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:05:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:05:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:06:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:06:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:07:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:08:22,svchost.exe,1004,System,wpad
+2016.05.30 15:08:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:09:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:09:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:10:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:10:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:11:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:11:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:12:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:13:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:13:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:14:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:14:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:15:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:16:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:16:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:17:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 15:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 15:17:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:17:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:17:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:17:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:17:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:17:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:17:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:17:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 15:17:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 15:18:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:18:24,svchost.exe,1004,System,wpad
+2016.05.30 15:18:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:19:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:20:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:20:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:21:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:22:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:22:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:23:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:23:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:16,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:24:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:25:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:25:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:26:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:27:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:27:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:28:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:28:26,svchost.exe,1004,System,wpad
+2016.05.30 15:28:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:29:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:30:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:30:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:31:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:32:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:32:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 15:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 15:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 15:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 15:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 15:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 15:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 15:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 15:32:47,svchost.exe,820,System,isatap
+2016.05.30 15:32:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:32:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:32:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:32:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:32:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:32:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:32:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 15:32:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 15:33:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:33:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:34:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:35:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:35:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:36:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:37:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:37:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:38:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:38:28,svchost.exe,1004,System,wpad
+2016.05.30 15:38:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:39:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:40:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:40:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:41:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:42:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:42:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:43:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:44:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:44:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:45:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:45:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:46:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:47:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 15:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 15:47:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:47:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:47:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:47:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:47:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:47:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:47:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:47:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 15:47:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 15:48:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:48:31,svchost.exe,1004,System,wpad
+2016.05.30 15:49:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:49:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 15:50:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:50:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:51:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:52:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:52:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:53:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 15:54:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:54:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:55:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:56:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:56:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:57:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:58:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:58:33,svchost.exe,1004,System,wpad
+2016.05.30 15:58:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 15:59:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:00:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:00:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:01:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:02:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:02:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 16:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 16:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 16:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 16:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 16:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 16:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 16:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 16:02:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:02:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:02:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:02:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:02:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:02:57,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:02:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 16:02:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 16:03:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:03:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:04:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:05:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:06:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:06:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:07:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:07:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:08:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:08:35,svchost.exe,1004,System,wpad
+2016.05.30 16:09:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:09:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:10:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:10:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:11:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:12:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:12:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:13:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:14:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:14:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:15:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:16:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:17:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:17:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 16:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 16:17:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:17:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:17:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:17:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:17:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:17:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:17:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 16:17:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 16:18:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:18:38,svchost.exe,1004,System,wpad
+2016.05.30 16:18:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:19:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:19:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:20:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:21:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:21:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:22:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:22:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:23:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:24:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:24:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:25:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:25:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:26:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:27:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:27:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:28:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:28:40,svchost.exe,1004,System,wpad
+2016.05.30 16:28:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:29:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:30:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:30:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:31:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:31:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:32:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 16:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 16:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 16:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 16:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 16:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 16:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 16:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 16:32:47,svchost.exe,820,System,isatap
+2016.05.30 16:32:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:32:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:32:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:32:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:32:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:32:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:32:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:32:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 16:32:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 16:33:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:34:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:34:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:35:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:35:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:36:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:36:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:37:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:38:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:38:42,svchost.exe,1004,System,wpad
+2016.05.30 16:38:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:39:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:40:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:40:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:41:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:42:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:42:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:43:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:43:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:44:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:45:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:45:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:46:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:46:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:47:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 16:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 16:47:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:47:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:47:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:47:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:47:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:47:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:47:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 16:47:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 16:48:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:48:45,svchost.exe,1004,System,wpad
+2016.05.30 16:48:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:49:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 16:50:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:50:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:51:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:52:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:52:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:53:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:54:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 16:54:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:55:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:55:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:56:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:57:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:57:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:58:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:58:47,svchost.exe,1004,System,wpad
+2016.05.30 16:58:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 16:59:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:00:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:01:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:01:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:02:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 17:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 17:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 17:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 17:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 17:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 17:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 17:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 17:02:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:02:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:02:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:02:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:02:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:02:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:02:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:02:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 17:02:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 17:03:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:04:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:04:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:05:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:05:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:06:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:07:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:07:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:08:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:08:49,svchost.exe,1004,System,wpad
+2016.05.30 17:09:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:17,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:09:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:10:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:11:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:11:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:12:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:12:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:13:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:14:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:14:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:15:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:15:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:16:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:17:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 17:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 17:17:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:17:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:17:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:17:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:17:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:17:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:17:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:17:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 17:17:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 17:18:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:18:51,svchost.exe,1004,System,wpad
+2016.05.30 17:18:58,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.05.30 17:19:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:19:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:20:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:20:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:21:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:22:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:22:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:23:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:24:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:24:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:25:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:26:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:26:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:27:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:27:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:28:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:28:54,svchost.exe,1004,System,wpad
+2016.05.30 17:29:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:29:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:30:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:31:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:31:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:32:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 17:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 17:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 17:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 17:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 17:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 17:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 17:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 17:32:47,svchost.exe,820,System,isatap
+2016.05.30 17:32:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:32:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:32:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:32:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:32:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:32:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:32:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 17:32:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 17:33:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:33:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:34:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:34:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:35:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:35:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:36:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:37:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:37:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:38:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:38:56,svchost.exe,1004,System,wpad
+2016.05.30 17:39:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:39:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:40:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:40:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:41:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:42:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:42:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:43:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:43:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:44:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:45:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:45:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:46:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:46:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:47:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 17:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 17:47:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:47:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:47:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:47:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:47:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:47:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:47:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:47:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 17:47:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 17:48:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:48:58,svchost.exe,1004,System,wpad
+2016.05.30 17:49:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:49:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 17:50:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:50:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:51:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:51:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:52:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:53:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:53:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 17:54:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:55:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:55:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:56:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:57:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:57:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:58:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:58:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 17:59:01,svchost.exe,1004,System,wpad
+2016.05.30 17:59:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:00:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:00:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:01:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:02:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:02:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 18:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 18:02:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:02:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:02:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:02:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:02:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:02:58,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:02:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 18:02:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 18:03:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:04:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:04:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:05:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:05:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:06:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:06:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:07:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:08:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:08:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:09:03,svchost.exe,1004,System,wpad
+2016.05.30 18:09:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:09:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:10:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:10:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:11:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:12:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:12:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:13:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:14:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:14:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:15:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:15:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:16:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:17:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 18:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 18:17:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:17:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:17:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:17:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:17:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:17:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:17:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:17:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 18:17:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 18:18:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:19:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:19:05,svchost.exe,1004,System,wpad
+2016.05.30 18:19:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:20:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:20:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:21:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:22:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:22:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:23:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:24:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:24:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:25:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:25:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:26:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:27:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:27:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:28:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:29:08,svchost.exe,1004,System,wpad
+2016.05.30 18:29:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:29:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:30:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:31:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:31:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:32:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:32:44,OneDrive.exe,3784,,g.live.com
+2016.05.30 18:32:44,OneDrive.exe,3784,,g.live.com
+2016.05.30 18:32:44,OneDrive.exe,3784,,oneclient.sfx.ms
+2016.05.30 18:32:44,OneDrive.exe,3784,,oneclient.sfx.ms
+2016.05.30 18:32:44,OneDrive.exe,3784,,ocsp.msocsp.com
+2016.05.30 18:32:44,OneDrive.exe,3784,,ocsp.msocsp.com
+2016.05.30 18:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 18:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 18:32:47,svchost.exe,820,System,isatap
+2016.05.30 18:32:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:32:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:32:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:32:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:32:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:32:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:32:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:32:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 18:32:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 18:33:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:34:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:34:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:35:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:36:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:36:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:37:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:38:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:38:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:39:10,svchost.exe,1004,System,wpad
+2016.05.30 18:39:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:39:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:40:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:41:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:41:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:42:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:43:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:44:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:44:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:45:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:46:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:46:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:47:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 18:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 18:47:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:47:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:47:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:47:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:47:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:47:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:47:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 18:47:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 18:48:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:48:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:49:12,svchost.exe,1004,System,wpad
+2016.05.30 18:49:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 18:49:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:50:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:51:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:51:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:52:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:52:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:53:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:54:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:18,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 18:54:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:54:50,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 18:54:50,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:54:50,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:54:50,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:54:50,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 18:54:50,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:54:50,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:54:50,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 18:55:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:56:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:56:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:57:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:58:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:58:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 18:59:14,svchost.exe,1004,System,wpad
+2016.05.30 18:59:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:00:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:00:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:00:39,CompatTelRunner.exe,2192,System,telecommand.telemetry.microsoft.com
+2016.05.30 19:00:39,CompatTelRunner.exe,2192,System,telecommand.telemetry.microsoft.com
+2016.05.30 19:00:40,svchost.exe,820,System,login.live.com
+2016.05.30 19:00:41,svchost.exe,820,System,login.live.com
+2016.05.30 19:00:42,dmclient.exe,4676,System,settings.data.microsoft.com
+2016.05.30 19:01:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:01:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:02:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:02:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:02:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:02:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:02:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:02:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:02:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:02:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 19:02:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 19:03:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:03:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:04:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:05:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:05:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:06:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:06:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:07:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:08:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:08:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:09:17,svchost.exe,1004,System,wpad
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:09:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:10:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:10:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:11:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:12:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:12:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:13:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:13:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:14:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:15:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:15:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:16:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:17:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:17:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 19:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 19:17:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:17:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:17:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:17:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:17:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:17:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:17:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 19:17:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 19:18:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:19:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:19:19,svchost.exe,1004,System,wpad
+2016.05.30 19:19:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:20:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:20:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:21:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:22:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:22:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:23:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:24:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:24:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:25:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:26:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:26:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:27:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:27:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:28:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:29:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:29:21,svchost.exe,1004,System,wpad
+2016.05.30 19:29:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:30:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:31:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:31:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:32:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 19:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 19:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 19:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 19:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 19:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 19:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 19:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 19:32:47,svchost.exe,820,System,isatap
+2016.05.30 19:32:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:32:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:32:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:32:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:32:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:32:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:32:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:32:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 19:32:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 19:33:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:34:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:34:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:35:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:36:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:36:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:37:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:37:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:38:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:39:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:39:24,svchost.exe,1004,System,wpad
+2016.05.30 19:39:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:40:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:41:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:41:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:42:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:43:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:43:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:44:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:45:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:45:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:46:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:47:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 19:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 19:47:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:47:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:47:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:47:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:47:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:47:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:47:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:47:59,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 19:48:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 19:48:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:49:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:49:26,svchost.exe,1004,System,wpad
+2016.05.30 19:49:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 19:50:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:50:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:51:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:52:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:52:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:53:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:54:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 19:54:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:55:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:55:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:56:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:57:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:57:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:58:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:59:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 19:59:28,svchost.exe,1004,System,wpad
+2016.05.30 19:59:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:00:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:01:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:01:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:02:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 20:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 20:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 20:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 20:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 20:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 20:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 20:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 20:02:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:02:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:02:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:02:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:02:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:02:59,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:03:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 20:03:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 20:03:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:03:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:04:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:04:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:05:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:06:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:06:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:07:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:08:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:08:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:09:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:09:31,svchost.exe,1004,System,wpad
+2016.05.30 20:09:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:10:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:11:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:11:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:12:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:13:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:13:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:14:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:15:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:15:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:16:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:16:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:17:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 20:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 20:18:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:18:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:18:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:18:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:18:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:18:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:18:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 20:18:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 20:18:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:18:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:19:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:19:33,svchost.exe,1004,System,wpad
+2016.05.30 20:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:19:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:20:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:21:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:21:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:22:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:23:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:23:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:24:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:24:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:25:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:25:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:26:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:27:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:27:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:28:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:29:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:29:35,svchost.exe,1004,System,wpad
+2016.05.30 20:29:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:30:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:31:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:31:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:32:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 20:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 20:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 20:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 20:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 20:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 20:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 20:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 20:32:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:32:47,svchost.exe,820,System,isatap
+2016.05.30 20:33:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:33:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:33:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:33:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:33:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:33:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:33:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 20:33:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 20:33:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:33:53,svchost.exe,820,System,login.live.com
+2016.05.30 20:33:53,svchost.exe,820,System,login.live.com
+2016.05.30 20:33:53,svchost.exe,820,System,login.live.com
+2016.05.30 20:33:53,svchost.exe,820,System,login.live.com
+2016.05.30 20:33:54,svchost.exe,820,System,s2.symcb.com
+2016.05.30 20:33:54,svchost.exe,820,System,s2.symcb.com
+2016.05.30 20:33:54,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.05.30 20:33:54,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.05.30 20:33:54,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.05.30 20:34:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:34:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:35:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:36:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:36:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:37:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:37:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:38:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:39:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:19,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:39:38,svchost.exe,1004,System,wpad
+2016.05.30 20:39:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:40:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:41:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:41:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:42:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:43:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:43:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:44:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:44:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:45:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:46:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:46:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:47:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 20:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 20:47:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:48:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:48:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:48:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:48:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:48:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:48:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:48:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 20:48:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 20:48:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:49:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:49:40,svchost.exe,1004,System,wpad
+2016.05.30 20:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 20:49:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:50:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:51:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:51:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:52:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:52:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:53:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:54:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 20:54:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:55:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:55:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:56:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:57:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:57:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:58:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:59:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 20:59:42,svchost.exe,1004,System,wpad
+2016.05.30 20:59:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:00:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:00:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:01:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:02:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 21:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 21:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 21:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 21:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 21:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 21:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 21:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 21:02:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:03:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:03:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:03:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:03:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:03:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:03:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:03:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 21:03:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 21:03:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:04:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:04:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:05:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:05:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:06:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:07:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:08:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:08:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:09:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:09:44,svchost.exe,1004,System,wpad
+2016.05.30 21:09:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:10:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:11:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:12:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:12:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:13:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:13:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:14:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:14:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:15:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:16:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:16:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:17:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 21:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 21:17:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:18:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:18:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:18:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:18:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:18:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:18:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:18:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 21:18:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 21:18:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:19:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:19:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:19:47,svchost.exe,1004,System,wpad
+2016.05.30 21:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:20:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:20:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:21:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:22:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:22:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:23:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:23:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:24:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:24:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:25:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:26:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:26:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:27:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:28:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:28:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:29:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:29:49,svchost.exe,1004,System,wpad
+2016.05.30 21:30:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:30:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:31:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:31:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:32:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 21:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 21:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 21:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 21:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 21:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 21:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 21:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 21:32:47,svchost.exe,820,System,isatap
+2016.05.30 21:33:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:33:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:33:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:33:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:33:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:33:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:33:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 21:33:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 21:33:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:33:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:34:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:35:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:35:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:36:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:37:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:37:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:38:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:38:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:39:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:39:51,svchost.exe,1004,System,wpad
+2016.05.30 21:39:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:40:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:41:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:41:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:42:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:42:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:43:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:44:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:44:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:45:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:46:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:46:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:47:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 21:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 21:47:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:48:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:48:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:48:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:48:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:48:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:48:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:48:01,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 21:48:01,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 21:48:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:49:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 21:49:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:49:54,svchost.exe,1004,System,wpad
+2016.05.30 21:50:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:50:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:51:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:52:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:52:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:53:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:54:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 21:54:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:55:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:55:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:56:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:57:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:57:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:58:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:59:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:59:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 21:59:56,svchost.exe,1004,System,wpad
+2016.05.30 22:00:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:00:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:01:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:02:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 22:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 22:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 22:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 22:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 22:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 22:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 22:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 22:02:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:03:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:03:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:03:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:03:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:03:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:03:00,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:03:01,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 22:03:01,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 22:03:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:04:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:04:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:05:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:06:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:06:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:07:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:08:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:08:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:09:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:09:58,svchost.exe,1004,System,wpad
+2016.05.30 22:10:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:10:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:11:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:11:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:12:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:13:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:13:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:14:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:15:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:15:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:16:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:16:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:17:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 22:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 22:18:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:18:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:18:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:18:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:18:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:18:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:18:01,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 22:18:01,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 22:18:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:18:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:19:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:19:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:20:01,svchost.exe,1004,System,wpad
+2016.05.30 22:20:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:21:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:21:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:22:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:23:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:23:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:24:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:20,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:24:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:25:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:26:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:26:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:27:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:28:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:28:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:29:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:30:03,svchost.exe,1004,System,wpad
+2016.05.30 22:30:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:30:38,svchost.exe,820,System,sls.update.microsoft.com
+2016.05.30 22:30:38,svchost.exe,820,,sls.update.microsoft.com
+2016.05.30 22:30:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 22:30:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 22:30:40,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.30 22:30:40,svchost.exe,820,,fe2.update.microsoft.com
+2016.05.30 22:30:41,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.30 22:30:41,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.30 22:30:41,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.30 22:30:41,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.30 22:30:41,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.30 22:30:41,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.30 22:30:41,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.30 22:30:41,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.30 22:30:41,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.30 22:30:41,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.30 22:30:41,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.30 22:30:41,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.30 22:30:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:31:18,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.30 22:31:18,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.30 22:31:19,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:19,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:19,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:19,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:20,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:20,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:21,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:21,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:22,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:22,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:23,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:23,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:24,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:24,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:24,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:24,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:25,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:25,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:31:26,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:26,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:27,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:27,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:27,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:27,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:31:28,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.30 22:32:00,svchost.exe,820,System,sls.update.microsoft.com
+2016.05.30 22:32:00,svchost.exe,820,,sls.update.microsoft.com
+2016.05.30 22:32:01,svchost.exe,820,System,sls.update.microsoft.com
+2016.05.30 22:32:01,svchost.exe,820,,sls.update.microsoft.com
+2016.05.30 22:32:02,svchost.exe,820,System,login.live.com
+2016.05.30 22:32:02,svchost.exe,820,,login.live.com
+2016.05.30 22:32:02,svchost.exe,820,System,login.live.com
+2016.05.30 22:32:02,svchost.exe,820,,login.live.com
+2016.05.30 22:32:03,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.05.30 22:32:03,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.05.30 22:32:07,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.05.30 22:32:07,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.05.30 22:32:08,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.05.30 22:32:08,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.05.30 22:32:08,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.30 22:32:08,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.30 22:32:08,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.30 22:32:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:32:23,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 22:32:23,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 22:32:23,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 22:32:36,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 22:32:37,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 22:32:37,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 22:32:38,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 22:32:39,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 22:32:39,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 22:32:40,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 22:32:40,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 22:32:41,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 22:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 22:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 22:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 22:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 22:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 22:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 22:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 22:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 22:32:47,svchost.exe,820,System,isatap
+2016.05.30 22:32:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:32:50,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 22:32:55,Explorer.EXE,2052,,candycrushsoda.king.com
+2016.05.30 22:32:55,Explorer.EXE,2052,,candycrushsoda.king.com
+2016.05.30 22:33:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:33:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:33:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:33:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:33:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:33:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:33:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:34:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:34:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:35:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:36:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:36:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:37:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:38:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:38:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:39:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:39:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:40:05,svchost.exe,1004,System,wpad
+2016.05.30 22:40:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:41:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:41:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:42:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:42:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:43:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:44:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:44:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:45:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:45:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:46:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:47:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 22:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 22:47:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:48:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:48:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:48:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:48:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:48:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:48:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:48:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:48:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:49:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:49:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 22:50:08,svchost.exe,1004,System,wpad
+2016.05.30 22:50:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:50:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:51:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:52:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:52:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:53:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:54:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 22:54:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:55:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:55:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:56:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:57:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:57:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:58:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:58:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 22:59:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:00:10,svchost.exe,1004,System,wpad
+2016.05.30 23:00:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:00:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:01:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:02:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 23:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 23:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 23:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 23:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 23:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 23:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 23:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 23:02:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:03:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:03:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:03:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:03:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:03:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:03:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:03:01,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 23:03:01,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 23:03:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:03:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:04:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:04:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:05:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:05:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:06:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:07:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:07:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:08:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:09:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:09:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:10:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:10:12,svchost.exe,1004,System,wpad
+2016.05.30 23:10:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:11:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:11:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:12:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:13:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:13:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:14:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:14:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:15:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:16:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:16:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:17:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 23:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 23:18:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:18:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:18:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:18:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:18:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:18:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:18:01,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 23:18:01,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 23:18:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:18:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:19:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:19:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:19:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:20:15,svchost.exe,1004,System,wpad
+2016.05.30 23:20:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:21:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:21:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:22:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:22:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:23:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:24:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:24:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:25:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:26:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:26:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:27:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:27:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:28:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:29:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:29:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:30:17,svchost.exe,1004,System,wpad
+2016.05.30 23:30:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:31:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:31:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:32:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 23:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 23:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 23:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 23:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.30 23:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 23:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 23:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.30 23:32:47,svchost.exe,820,System,isatap
+2016.05.30 23:33:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:33:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:33:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:33:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:33:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:33:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:33:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:33:01,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 23:33:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 23:33:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:34:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:34:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:34:50,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:35:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:35:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:36:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:36:33,sihclient.exe,1664,System,sls.update.microsoft.com
+2016.05.30 23:36:33,sihclient.exe,1664,System,sls.update.microsoft.com
+2016.05.30 23:36:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 23:36:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 23:37:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:37:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:38:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:38:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:39:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:39:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:40:19,svchost.exe,1004,System,wpad
+2016.05.30 23:40:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:41:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:41:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:42:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:42:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:43:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:44:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:45:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:45:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:46:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:46:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:47:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 23:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.30 23:48:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:48:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:48:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:48:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:48:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:48:01,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:48:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 23:48:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.30 23:48:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:49:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:49:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.30 23:50:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:50:21,svchost.exe,1004,System,wpad
+2016.05.30 23:50:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:51:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:52:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:52:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:53:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:54:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:21,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.30 23:54:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:55:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:55:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:56:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:57:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:57:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:58:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:58:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.30 23:59:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:00:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:00:24,svchost.exe,1004,System,wpad
+2016.05.31 00:00:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:01:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:02:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 00:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 00:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 00:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 00:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 00:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 00:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 00:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 00:02:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:03:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:03:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:03:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:03:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:03:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:03:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:03:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 00:03:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 00:03:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:04:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:04:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:05:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:05:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:06:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:07:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:07:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:08:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:09:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:09:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:10:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:10:26,svchost.exe,1004,System,wpad
+2016.05.31 00:10:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:11:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:12:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:12:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:13:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:13:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:14:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:15:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:15:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:16:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:17:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 00:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 00:17:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:18:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:18:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:18:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:18:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:18:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:18:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:18:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 00:18:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 00:18:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:19:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:19:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:20:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:20:28,svchost.exe,1004,System,wpad
+2016.05.31 00:21:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:21:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:22:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:23:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:23:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:24:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:24:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:25:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:26:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:26:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:27:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:28:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:28:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:29:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:29:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:30:31,svchost.exe,1004,System,wpad
+2016.05.31 00:30:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:31:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:31:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:32:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 00:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 00:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 00:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 00:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 00:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 00:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 00:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 00:32:47,svchost.exe,820,System,isatap
+2016.05.31 00:33:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:33:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:33:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:33:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:33:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:33:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:33:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 00:33:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 00:33:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:33:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:34:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:35:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:35:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:36:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:36:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:37:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:38:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:38:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:39:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:39:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:40:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:40:33,svchost.exe,1004,System,wpad
+2016.05.31 00:41:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:41:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:42:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:43:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:43:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:44:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:45:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:45:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:46:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:46:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:47:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 00:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 00:47:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:48:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:48:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:48:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:48:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:48:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:48:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:48:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 00:48:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 00:48:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:49:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:49:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 00:50:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:50:35,svchost.exe,1004,System,wpad
+2016.05.31 00:51:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:51:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:52:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:52:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:53:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:54:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 00:54:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:55:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:56:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:56:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:57:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:58:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:58:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:59:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 00:59:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:00:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:00:38,svchost.exe,1004,System,wpad
+2016.05.31 01:01:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:01:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:02:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 01:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 01:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 01:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 01:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 01:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 01:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 01:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 01:02:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:03:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:03:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:03:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:03:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:03:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:03:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:03:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 01:03:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 01:03:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:04:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:04:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:05:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:06:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:06:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:07:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:07:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:08:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:09:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:09:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:10:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:10:40,svchost.exe,1004,System,wpad
+2016.05.31 01:11:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:11:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:12:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:12:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:13:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:14:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:14:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:15:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:16:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:16:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:17:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:17:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 01:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 01:18:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:18:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:18:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:18:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:18:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:18:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:18:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 01:18:02,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 01:18:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:18:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:19:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:20:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:20:42,svchost.exe,1004,System,wpad
+2016.05.31 01:20:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:21:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:22:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:22:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:23:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:24:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:24:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:25:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:26:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:26:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:27:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:27:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:28:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:29:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:29:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:30:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:30:45,svchost.exe,1004,System,wpad
+2016.05.31 01:30:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:31:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:32:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 01:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 01:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 01:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 01:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 01:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 01:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 01:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 01:32:47,svchost.exe,820,System,isatap
+2016.05.31 01:32:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:33:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:33:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:33:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:33:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:33:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:33:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:33:03,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 01:33:03,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 01:33:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:34:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:34:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:35:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:35:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:36:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:37:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:37:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:38:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:38:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:22,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:39:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:40:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:40:47,svchost.exe,1004,System,wpad
+2016.05.31 01:40:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:41:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:42:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:42:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:43:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:44:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:44:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:45:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:46:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:46:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:47:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 01:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 01:48:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:48:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:48:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:48:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:48:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:48:02,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:48:03,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 01:48:03,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 01:48:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:48:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:49:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 01:50:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:50:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:50:49,svchost.exe,1004,System,wpad
+2016.05.31 01:51:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:52:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:52:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:53:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:53:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 01:54:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:55:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:55:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:56:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:57:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:57:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:58:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:58:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 01:59:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:00:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:00:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:00:51,svchost.exe,1004,System,wpad
+2016.05.31 02:01:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:02:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:02:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 02:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 02:02:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 02:02:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 02:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 02:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 02:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 02:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 02:03:03,svchost.exe,820,System,login.live.com
+2016.05.31 02:03:03,svchost.exe,820,System,login.live.com
+2016.05.31 02:03:03,svchost.exe,820,System,login.live.com
+2016.05.31 02:03:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:03:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:03:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:03:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:03:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:03:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:03:03,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 02:03:03,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 02:03:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:04:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:04:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:05:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:05:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:06:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:06:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:07:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:08:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:08:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:09:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:10:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:10:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:10:54,svchost.exe,1004,System,wpad
+2016.05.31 02:11:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:12:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:12:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:13:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:13:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:14:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:14:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:15:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:16:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:16:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:17:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 02:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 02:18:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:18:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:18:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:18:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:18:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:18:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:18:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 02:18:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 02:18:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:18:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:19:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:19:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:20:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:20:56,svchost.exe,1004,System,wpad
+2016.05.31 02:21:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:21:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:22:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:22:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:23:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:24:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:24:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:25:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:26:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:26:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:27:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:27:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:28:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:29:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:29:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:30:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:30:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:30:58,svchost.exe,1004,System,wpad
+2016.05.31 02:31:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:32:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 02:32:44,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 02:32:44,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 02:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 02:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 02:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 02:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 02:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 02:32:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:32:47,svchost.exe,820,System,isatap
+2016.05.31 02:33:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:33:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:33:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:33:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:33:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:33:03,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:33:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 02:33:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 02:33:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:33:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:34:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:35:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:35:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:36:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:37:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:37:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:38:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:38:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:39:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:40:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:40:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:41:01,svchost.exe,1004,System,wpad
+2016.05.31 02:41:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:42:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:42:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:43:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:43:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:44:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:44:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:45:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:46:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:46:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:47:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:47:44,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 02:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 02:47:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:48:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:48:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:48:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:48:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:48:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:48:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:48:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 02:48:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 02:48:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:49:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:49:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 02:50:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:50:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:51:03,svchost.exe,1004,System,wpad
+2016.05.31 02:51:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:52:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:52:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:53:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:54:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 02:54:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:55:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:56:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:56:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:57:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:57:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:58:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:58:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 02:59:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:00:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:00:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:01:05,svchost.exe,1004,System,wpad
+2016.05.31 03:01:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:02:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:02:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 03:02:45,Explorer.EXE,2052,,sway-cdn.com
+2016.05.31 03:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 03:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 03:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 03:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 03:02:45,Explorer.EXE,2052,,sway-cdn.com
+2016.05.31 03:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 03:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 03:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 03:02:45,Explorer.EXE,2052,,sway-cdn.com
+2016.05.31 03:03:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:03:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:03:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:03:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:03:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:03:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:03:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 03:03:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 03:03:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:03:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:04:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:04:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:05:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:06:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:06:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:07:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:07:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:08:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:09:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:09:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:10:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:11:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:11:08,svchost.exe,1004,System,wpad
+2016.05.31 03:11:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:12:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:12:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:13:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:14:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:14:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:15:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:16:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:16:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:17:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 03:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 03:17:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:18:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:18:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:18:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:18:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:18:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:18:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:18:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 03:18:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 03:18:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:18:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:19:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:20:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:20:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:21:10,svchost.exe,1004,System,wpad
+2016.05.31 03:21:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:22:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:22:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:23:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:24:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:23,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:24:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:25:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:25:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:26:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:27:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:27:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:28:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:28:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:29:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:30:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:30:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:31:12,svchost.exe,1004,System,wpad
+2016.05.31 03:31:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:31:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:32:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 03:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 03:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 03:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 03:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 03:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 03:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 03:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 03:32:47,svchost.exe,820,System,isatap
+2016.05.31 03:33:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:33:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:33:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:33:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:33:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:33:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:33:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 03:33:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 03:33:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:33:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:34:04,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.05.31 03:34:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:35:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:35:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:36:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:37:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:37:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:38:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:38:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:39:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:39:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:40:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:41:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:41:15,svchost.exe,1004,System,wpad
+2016.05.31 03:41:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:42:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:43:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:43:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:44:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:45:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:45:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:46:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:47:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 03:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 03:47:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:48:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:48:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:48:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:48:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:48:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:48:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:48:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 03:48:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 03:48:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:49:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:49:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 03:50:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:50:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:51:17,svchost.exe,1004,System,wpad
+2016.05.31 03:51:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:52:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:52:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:53:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:54:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 03:54:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:55:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:55:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:56:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:57:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:57:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:58:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:59:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 03:59:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:00:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:00:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:01:19,svchost.exe,1004,System,wpad
+2016.05.31 04:01:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:02:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:02:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 04:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 04:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 04:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 04:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 04:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 04:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 04:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 04:03:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:03:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:03:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:03:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:03:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:03:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:03:04,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 04:03:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 04:03:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:03:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:04:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:05:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:05:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:06:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:07:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:07:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:08:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:09:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:09:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:10:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:10:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:11:21,svchost.exe,1004,System,wpad
+2016.05.31 04:11:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:12:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:12:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:13:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:14:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:14:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:15:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:15:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:16:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:17:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 04:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 04:17:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:18:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:18:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:18:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:18:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:18:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:18:04,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:18:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 04:18:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 04:18:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:18:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:19:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:20:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:20:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:21:24,svchost.exe,1004,System,wpad
+2016.05.31 04:21:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:22:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:22:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:23:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:23:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:24:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:25:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:25:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:26:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:27:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:27:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:28:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:29:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:29:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:29:54,CompatTelRunner.exe,2772,System,settings-win.data.microsoft.com
+2016.05.31 04:29:55,CompatTelRunner.exe,2772,System,go.microsoft.com
+2016.05.31 04:29:55,CompatTelRunner.exe,2772,System,go.microsoft.com
+2016.05.31 04:29:56,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.31 04:29:56,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.31 04:29:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 04:29:57,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 04:29:58,CompatTelRunner.exe,3288,System,settings-win.data.microsoft.com
+2016.05.31 04:29:59,CompatTelRunner.exe,4860,System,settings-win.data.microsoft.com
+2016.05.31 04:30:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:30:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:31:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:31:26,svchost.exe,1004,System,wpad
+2016.05.31 04:31:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:32:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 04:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 04:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 04:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 04:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 04:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 04:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 04:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 04:32:47,svchost.exe,820,System,isatap
+2016.05.31 04:33:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:33:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:33:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:33:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:33:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:33:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:33:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 04:33:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 04:33:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:33:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:34:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:34:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:35:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:36:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:36:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:37:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:37:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:38:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:39:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:39:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:40:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:40:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:41:28,svchost.exe,1004,System,wpad
+2016.05.31 04:41:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:42:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:42:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:43:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:43:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:44:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:45:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:45:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:46:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:46:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:47:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 04:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 04:48:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:48:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:48:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:48:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:48:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:48:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:48:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 04:48:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 04:48:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:48:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:49:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 04:50:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:50:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:51:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:51:31,svchost.exe,1004,System,wpad
+2016.05.31 04:51:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:52:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:52:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:53:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:54:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 04:54:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:55:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:56:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:56:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:57:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:57:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:58:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:58:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:59:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 04:59:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:00:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:01:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:01:33,svchost.exe,1004,System,wpad
+2016.05.31 05:01:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:02:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 05:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 05:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 05:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 05:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 05:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 05:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 05:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 05:02:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:03:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:03:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:03:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:03:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:03:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:03:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:03:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 05:03:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 05:03:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:03:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:04:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:05:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:05:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:06:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:07:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:07:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:08:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:08:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:24,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:09:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:10:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:10:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:11:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:11:35,svchost.exe,1004,System,wpad
+2016.05.31 05:12:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:12:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:13:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:13:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:14:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:15:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:15:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:16:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:17:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:17:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 05:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 05:18:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:18:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:18:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:18:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:18:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:18:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:18:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 05:18:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 05:18:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:18:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:19:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:20:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:20:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:21:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:21:37,svchost.exe,1004,System,wpad
+2016.05.31 05:21:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:22:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:23:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:23:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:24:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:24:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:25:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:26:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:27:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:27:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:28:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:29:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:29:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:30:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:31:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:31:40,svchost.exe,1004,System,wpad
+2016.05.31 05:31:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:32:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 05:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 05:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 05:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 05:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 05:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 05:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 05:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 05:32:47,svchost.exe,820,System,isatap
+2016.05.31 05:32:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:33:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:33:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:33:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:33:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:33:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:33:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:33:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 05:33:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 05:33:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:34:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:34:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:35:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:36:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:36:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:37:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:37:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:38:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:39:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:39:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:40:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:40:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:41:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:41:42,svchost.exe,1004,System,wpad
+2016.05.31 05:42:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:42:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:43:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:44:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:44:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:45:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:45:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:46:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:47:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 05:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 05:47:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:48:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:48:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:48:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:48:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:48:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:48:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:48:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 05:48:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 05:48:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:49:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:49:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 05:50:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:50:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:51:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:51:44,svchost.exe,1004,System,wpad
+2016.05.31 05:52:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:53:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:53:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:54:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 05:54:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:55:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:56:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:57:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:57:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:58:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:58:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 05:59:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:00:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:00:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:01:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:01:47,svchost.exe,1004,System,wpad
+2016.05.31 06:02:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 06:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 06:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 06:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 06:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 06:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 06:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 06:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 06:02:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:03:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:03:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:03:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:03:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:03:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:03:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:03:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 06:03:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 06:03:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:04:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:04:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:05:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:06:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:06:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:07:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:08:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:08:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:09:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:09:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:10:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:11:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:11:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:11:49,svchost.exe,1004,System,wpad
+2016.05.31 06:12:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:12:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:13:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:13:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:14:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:14:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:15:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:16:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:16:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:17:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 06:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 06:17:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:18:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:18:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:18:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:18:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:18:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:18:05,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:18:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 06:18:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 06:18:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:19:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:19:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:20:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:21:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:21:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:21:51,svchost.exe,1004,System,wpad
+2016.05.31 06:22:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:23:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:23:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:24:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:24:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:25:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:26:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:26:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:27:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:28:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:28:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:29:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:29:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:30:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:31:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:31:54,svchost.exe,1004,System,wpad
+2016.05.31 06:31:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:32:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 06:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 06:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 06:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 06:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 06:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 06:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 06:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 06:32:47,svchost.exe,820,System,isatap
+2016.05.31 06:33:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:33:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:33:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:33:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:33:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:33:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:33:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 06:33:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 06:33:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:33:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:34:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:35:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:35:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:36:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:36:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:37:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:38:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:38:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:39:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:39:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:40:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:40:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:41:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:41:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:41:56,svchost.exe,1004,System,wpad
+2016.05.31 06:42:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:43:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:43:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:44:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:45:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:45:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:46:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:46:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:47:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 06:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 06:48:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:48:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:48:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:48:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:48:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:48:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:48:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 06:48:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 06:48:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:48:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:49:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 06:50:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:50:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:51:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:51:58,svchost.exe,1004,System,wpad
+2016.05.31 06:51:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:52:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:53:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:53:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:54:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:25,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 06:54:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:55:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:56:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:56:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:57:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:57:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:58:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:59:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 06:59:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:00:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:00:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:01:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:02:00,svchost.exe,1004,System,wpad
+2016.05.31 07:02:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 07:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 07:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 07:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 07:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 07:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 07:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 07:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 07:02:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:03:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:03:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:03:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:03:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:03:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:03:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:03:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 07:03:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 07:03:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:04:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:04:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:05:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:05:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:06:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:07:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:07:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:08:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:08:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:09:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:10:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:10:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:11:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:12:03,svchost.exe,1004,System,wpad
+2016.05.31 07:12:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:12:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:13:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:14:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:14:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:15:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:16:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:16:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:17:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 07:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 07:17:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:18:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:18:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:18:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:18:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:18:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:18:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:18:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 07:18:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 07:18:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:19:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:19:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:20:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:20:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:21:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:22:05,svchost.exe,1004,System,wpad
+2016.05.31 07:22:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:22:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:23:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:23:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:24:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:25:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:25:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:26:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:27:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:27:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:28:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:29:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:29:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:30:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:30:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:31:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:32:07,svchost.exe,1004,System,wpad
+2016.05.31 07:32:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 07:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 07:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 07:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 07:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 07:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 07:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 07:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 07:32:47,svchost.exe,820,System,isatap
+2016.05.31 07:32:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:33:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:33:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:33:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:33:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:33:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:33:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:33:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 07:33:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 07:33:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:34:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:34:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:35:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:36:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:36:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:37:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:37:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:38:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:39:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:39:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:40:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:40:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:41:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:41:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:42:10,svchost.exe,1004,System,wpad
+2016.05.31 07:42:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:43:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:43:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:44:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:44:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:45:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:46:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:46:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:47:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 07:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 07:48:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:48:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:48:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:48:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:48:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:48:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:48:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:48:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 07:48:06,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 07:48:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:49:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:49:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 07:50:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:50:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:51:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:52:12,svchost.exe,1004,System,wpad
+2016.05.31 07:52:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:53:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:53:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:54:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 07:54:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:55:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:56:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:56:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:57:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:58:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:58:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:59:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 07:59:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:00:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:01:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:02:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:02:14,svchost.exe,1004,System,wpad
+2016.05.31 08:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 08:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 08:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 08:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 08:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 08:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 08:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 08:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 08:02:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:03:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:03:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:03:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:03:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:03:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:03:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:03:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 08:03:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 08:03:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:04:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:04:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:05:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:06:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:06:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:07:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:07:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:08:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:09:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:09:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:10:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:10:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:11:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:12:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:12:17,svchost.exe,1004,System,wpad
+2016.05.31 08:12:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:13:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:13:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:14:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:15:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:15:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:16:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:16:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:17:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 08:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 08:18:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:18:06,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:18:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:18:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:18:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:18:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:18:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:18:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 08:18:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 08:18:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:19:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:19:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:20:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:21:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:21:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:22:19,svchost.exe,1004,System,wpad
+2016.05.31 08:22:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:23:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:23:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:24:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:26,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:25:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:25:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:26:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:27:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:27:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:28:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:28:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:29:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:30:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:30:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:31:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:32:21,svchost.exe,1004,System,wpad
+2016.05.31 08:32:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 08:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 08:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 08:32:47,svchost.exe,820,System,isatap
+2016.05.31 08:33:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:33:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:33:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:33:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:33:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:33:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:33:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:33:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 08:33:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 08:33:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:34:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:34:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:35:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:36:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:36:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:37:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:38:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:38:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:39:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:40:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:40:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:41:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:42:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:42:23,svchost.exe,1004,System,wpad
+2016.05.31 08:42:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:43:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:44:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:44:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:45:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:45:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:46:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:47:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:47:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 08:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 08:48:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:48:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:48:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:48:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:48:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:48:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:48:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 08:48:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 08:48:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:48:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:49:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 08:50:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:50:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:51:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:51:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:52:26,svchost.exe,1004,System,wpad
+2016.05.31 08:52:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:53:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:54:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 08:54:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:55:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:55:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:56:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:57:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:57:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:58:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:58:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 08:59:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:00:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:00:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:01:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:02:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:02:28,svchost.exe,1004,System,wpad
+2016.05.31 09:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 09:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 09:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 09:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 09:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 09:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 09:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 09:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 09:02:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:03:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:03:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:03:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:03:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:03:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:03:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:03:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 09:03:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 09:03:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:04:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:04:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:05:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:06:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:06:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:07:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:07:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:08:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:09:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:09:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:10:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:10:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:11:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:12:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:12:30,svchost.exe,1004,System,wpad
+2016.05.31 09:12:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:13:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:13:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:14:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:15:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:15:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:16:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:17:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:17:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 09:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 09:18:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:18:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:18:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:18:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:18:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:18:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:18:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 09:18:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 09:18:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:18:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:19:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:20:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:20:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:21:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:21:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:22:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:22:33,svchost.exe,1004,System,wpad
+2016.05.31 09:23:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:23:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:24:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:24:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:25:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:25:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:26:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:27:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:27:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:28:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:28:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:29:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:30:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:30:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:31:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:32:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:32:35,svchost.exe,1004,System,wpad
+2016.05.31 09:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 09:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 09:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 09:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 09:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 09:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 09:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 09:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 09:32:47,svchost.exe,820,System,isatap
+2016.05.31 09:32:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:33:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:33:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:33:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:33:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:33:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:33:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:33:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 09:33:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 09:33:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:34:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:34:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:34:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:35:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:36:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:36:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:37:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:38:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:38:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:39:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:39:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:40:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:41:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:41:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:42:37,svchost.exe,1004,System,wpad
+2016.05.31 09:42:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:43:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:43:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:44:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:45:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:45:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:46:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:47:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:47:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 09:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 09:48:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:48:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:48:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:48:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:48:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:48:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:48:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 09:48:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 09:48:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:48:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:49:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:49:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 09:49:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:50:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:51:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:51:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:52:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:52:40,svchost.exe,1004,System,wpad
+2016.05.31 09:52:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:53:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:54:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 09:54:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:55:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:55:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:56:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:57:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:57:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:58:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:58:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 09:59:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:00:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:00:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:01:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:01:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:02:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:02:42,svchost.exe,1004,System,wpad
+2016.05.31 10:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 10:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 10:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 10:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 10:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 10:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 10:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 10:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 10:02:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:03:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:03:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:03:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:03:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:03:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:03:07,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:03:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 10:03:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 10:03:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:04:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:04:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:04:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:05:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:06:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:06:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:07:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:07:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:08:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:09:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:27,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:09:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:10:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:10:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:11:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:11:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:12:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:12:44,svchost.exe,1004,System,wpad
+2016.05.31 10:13:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:14:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:14:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:15:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:16:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:16:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:17:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 10:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 10:17:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:18:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:18:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:18:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:18:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:18:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:18:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:18:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 10:18:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 10:18:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:19:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:19:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:19:51,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:20:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:20:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:21:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:22:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:22:46,svchost.exe,1004,System,wpad
+2016.05.31 10:22:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:23:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:24:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:24:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:25:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:25:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:26:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:27:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:27:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:28:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:28:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:29:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:30:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:30:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:31:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:31:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:32:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 10:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 10:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 10:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 10:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 10:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 10:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 10:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 10:32:47,svchost.exe,820,System,isatap
+2016.05.31 10:32:49,svchost.exe,1004,System,wpad
+2016.05.31 10:33:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:33:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:33:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:33:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:33:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:33:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:33:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 10:33:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 10:33:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:34:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:34:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:35:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:36:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:36:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:37:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:37:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:38:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:39:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:39:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:40:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:41:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:41:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:42:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:42:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:42:51,svchost.exe,1004,System,wpad
+2016.05.31 10:43:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:44:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:44:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:45:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:46:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:46:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:47:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 10:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 10:47:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:48:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:48:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:48:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:48:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:48:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:48:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:48:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 10:48:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 10:48:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:49:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:49:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 10:50:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:51:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:51:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:52:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:52:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:52:53,svchost.exe,1004,System,wpad
+2016.05.31 10:53:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:54:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 10:54:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:55:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:55:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:56:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:57:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:58:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:58:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:59:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 10:59:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:00:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:01:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:01:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:02:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 11:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 11:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 11:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 11:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 11:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 11:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 11:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 11:02:56,svchost.exe,1004,System,wpad
+2016.05.31 11:03:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:03:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:03:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:03:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:03:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:03:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:03:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:03:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 11:03:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 11:03:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:04:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:04:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:05:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:06:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:06:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:07:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:07:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:08:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:09:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:09:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:10:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:11:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:11:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:12:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:12:58,svchost.exe,1004,System,wpad
+2016.05.31 11:12:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:13:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:14:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:14:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:15:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:16:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:16:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:17:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 11:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 11:18:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:18:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:18:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:18:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:18:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:18:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:18:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 11:18:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 11:18:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:18:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:19:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:19:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:20:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:21:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:21:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:22:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:22:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:23:00,svchost.exe,1004,System,wpad
+2016.05.31 11:23:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:24:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:24:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:25:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:25:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:26:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:26:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:27:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:28:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:28:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:29:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:30:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:30:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:31:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:31:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:32:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 11:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 11:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 11:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 11:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 11:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 11:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 11:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 11:32:47,svchost.exe,820,System,isatap
+2016.05.31 11:32:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:33:02,svchost.exe,1004,System,wpad
+2016.05.31 11:33:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:33:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:33:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:33:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:33:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:33:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:33:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 11:33:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 11:33:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:34:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:35:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:35:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:36:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:36:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:37:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:38:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:38:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:39:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:39:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:40:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:40:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:41:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:41:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:42:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:43:05,svchost.exe,1004,System,wpad
+2016.05.31 11:43:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:43:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:44:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:45:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:45:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:46:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:47:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:47:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 11:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 11:48:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:48:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:48:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:48:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:48:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:48:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:48:08,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 11:48:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 11:48:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:49:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:49:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 11:50:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:50:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:51:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:52:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:52:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:53:07,svchost.exe,1004,System,wpad
+2016.05.31 11:53:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:54:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:28,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 11:54:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:55:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:55:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:56:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:57:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:57:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:58:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:59:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 11:59:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:00:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:01:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:01:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:02:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 12:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 12:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 12:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 12:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 12:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 12:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 12:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 12:02:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:03:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:03:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:03:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:03:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:03:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:03:08,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:03:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 12:03:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 12:03:09,svchost.exe,1004,System,wpad
+2016.05.31 12:03:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:04:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:04:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:05:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:06:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:06:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:07:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:08:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:08:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:09:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:09:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:10:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:11:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:11:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:12:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:13:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:13:12,svchost.exe,1004,System,wpad
+2016.05.31 12:13:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:14:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:14:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:15:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:16:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:16:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:17:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 12:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 12:18:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:18:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:18:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:18:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:18:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:18:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:18:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:18:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 12:18:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 12:18:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:19:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:19:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:20:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:21:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:21:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:22:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:22:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:23:14,svchost.exe,1004,System,wpad
+2016.05.31 12:23:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:24:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:24:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:25:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:26:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:26:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:27:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:27:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:28:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:28:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:29:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:30:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:30:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:31:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:32:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:32:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 12:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 12:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 12:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 12:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 12:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 12:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 12:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 12:32:47,svchost.exe,820,System,isatap
+2016.05.31 12:33:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:33:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:33:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:33:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:33:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:33:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:33:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 12:33:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 12:33:16,svchost.exe,1004,System,wpad
+2016.05.31 12:33:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:34:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:34:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:35:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:36:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:36:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:37:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:37:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:38:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:39:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:39:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:40:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:40:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:41:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:42:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:42:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:43:19,svchost.exe,1004,System,wpad
+2016.05.31 12:43:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:43:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:44:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:45:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:45:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:46:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:47:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 12:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 12:47:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:48:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:48:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:48:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:48:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:48:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:48:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:48:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 12:48:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 12:48:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:49:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:49:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 12:50:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:51:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:51:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:52:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:53:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:53:21,svchost.exe,1004,System,wpad
+2016.05.31 12:53:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:54:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:54:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 12:55:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:55:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:56:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:57:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:57:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:58:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:59:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 12:59:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:00:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:01:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:01:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:02:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 13:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 13:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 13:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 13:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 13:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 13:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 13:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 13:02:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:03:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:03:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:03:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:03:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:03:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:03:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:03:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 13:03:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 13:03:23,svchost.exe,1004,System,wpad
+2016.05.31 13:03:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:04:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:04:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:05:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:06:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:06:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:07:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:07:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:08:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:09:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:09:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:10:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:10:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:11:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:12:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:12:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:13:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:13:26,svchost.exe,1004,System,wpad
+2016.05.31 13:13:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:14:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:15:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:15:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:16:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:16:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:17:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 13:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 13:18:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:18:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:18:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:18:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:18:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:18:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:18:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 13:18:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 13:18:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:18:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:19:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:19:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:20:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:21:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:21:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:22:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:23:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:23:28,svchost.exe,1004,System,wpad
+2016.05.31 13:23:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:29,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:24:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:25:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:25:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:26:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:26:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:27:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:28:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:28:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:29:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:30:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:30:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:31:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:32:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:32:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 13:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 13:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 13:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 13:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 13:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 13:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 13:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 13:32:47,svchost.exe,820,System,isatap
+2016.05.31 13:33:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:33:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:33:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:33:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:33:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:33:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:33:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 13:33:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 13:33:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:33:30,svchost.exe,1004,System,wpad
+2016.05.31 13:33:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:34:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:35:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:35:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:36:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:37:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:37:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:38:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:39:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:39:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:40:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:40:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:41:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:42:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:42:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:43:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:43:32,svchost.exe,1004,System,wpad
+2016.05.31 13:43:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:44:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:45:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:45:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:46:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:47:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 13:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 13:47:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:48:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:48:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:48:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:48:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:48:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:48:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:48:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 13:48:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 13:48:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:48:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:49:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 13:50:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:50:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:51:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:51:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:52:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:53:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:53:35,svchost.exe,1004,System,wpad
+2016.05.31 13:53:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 13:54:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:55:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:55:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:56:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:57:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:57:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:58:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:58:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 13:59:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:00:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:00:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:01:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:01:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:02:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 14:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 14:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 14:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 14:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 14:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 14:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 14:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 14:03:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:03:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:03:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:03:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:03:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:03:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:03:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:03:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 14:03:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 14:03:37,svchost.exe,1004,System,wpad
+2016.05.31 14:03:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:04:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:04:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:05:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:06:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:06:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:07:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:07:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:08:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:09:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:09:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:10:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:11:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:11:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:12:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:12:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:13:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:13:39,svchost.exe,1004,System,wpad
+2016.05.31 14:14:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:14:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:15:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:15:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:16:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:17:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:17:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 14:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 14:18:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:18:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:18:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:18:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:18:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:18:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:18:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 14:18:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 14:18:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:18:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:19:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:20:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:20:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:21:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:22:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:22:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:23:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:23:42,svchost.exe,1004,System,wpad
+2016.05.31 14:23:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:24:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:25:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:25:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:26:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:27:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:27:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:28:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:29:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:29:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:30:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:30:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:31:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:32:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 14:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 14:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 14:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 14:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 14:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 14:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 14:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 14:32:47,svchost.exe,820,System,isatap
+2016.05.31 14:32:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:33:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:33:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:33:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:33:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:33:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:33:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:33:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 14:33:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 14:33:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:33:44,svchost.exe,1004,System,wpad
+2016.05.31 14:34:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:34:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:35:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:35:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:36:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:37:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:37:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:38:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:39:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:39:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:40:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:40:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:41:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:42:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:42:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:43:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:43:46,svchost.exe,1004,System,wpad
+2016.05.31 14:44:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:44:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:45:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:46:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:46:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:47:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 14:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 14:47:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:48:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:48:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:48:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:48:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:48:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:48:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:48:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 14:48:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 14:48:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:49:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:49:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 14:50:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:51:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:51:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:52:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:53:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:53:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:53:48,svchost.exe,1004,System,wpad
+2016.05.31 14:54:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 14:54:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:55:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:56:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:56:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:57:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:58:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:58:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 14:59:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:00:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:00:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:01:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:02:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 15:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 15:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 15:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 15:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 15:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 15:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 15:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 15:02:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:03:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:03:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:03:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:03:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:03:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:03:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:03:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 15:03:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 15:03:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:03:51,svchost.exe,1004,System,wpad
+2016.05.31 15:04:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:04:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:05:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:06:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:06:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:07:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:08:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:08:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:09:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:30,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:10:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:10:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:11:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:11:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:12:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:13:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:13:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:13:53,svchost.exe,1004,System,wpad
+2016.05.31 15:14:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:15:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:15:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:16:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:16:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:17:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 15:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 15:18:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:18:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:18:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:18:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:18:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:18:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:18:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 15:18:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 15:18:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:18:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:19:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:20:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:20:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:21:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:22:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:22:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:23:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:23:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:23:55,svchost.exe,1004,System,wpad
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:24:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:25:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:25:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:26:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:27:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:27:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:28:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:29:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:29:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:30:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:30:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:31:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:32:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:32:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 15:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 15:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 15:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 15:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 15:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 15:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 15:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 15:32:47,svchost.exe,820,System,isatap
+2016.05.31 15:33:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:33:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:33:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:33:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:33:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:33:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:33:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 15:33:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 15:33:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:33:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:33:58,svchost.exe,1004,System,wpad
+2016.05.31 15:34:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:35:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:35:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:36:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:37:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:37:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:38:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:38:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:39:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:39:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:40:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:41:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:41:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:42:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:42:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:43:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:43:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:44:00,svchost.exe,1004,System,wpad
+2016.05.31 15:44:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:45:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:45:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:46:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:47:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:47:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 15:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 15:48:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:48:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:48:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:48:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:48:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:48:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:48:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 15:48:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 15:48:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:49:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:49:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 15:50:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:50:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:51:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:51:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:52:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:53:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:53:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:54:02,svchost.exe,1004,System,wpad
+2016.05.31 15:54:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 15:55:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:55:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:56:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:57:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:57:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:58:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:59:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 15:59:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:00:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:00:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:01:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:02:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:02:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 16:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 16:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 16:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 16:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 16:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 16:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 16:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 16:03:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:03:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:03:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:03:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:03:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:03:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:03:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 16:03:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 16:03:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:03:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:04:05,svchost.exe,1004,System,wpad
+2016.05.31 16:04:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:04:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:05:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:06:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:06:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:07:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:07:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:08:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:09:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:09:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:10:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:11:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:11:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:12:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:12:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:13:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:14:07,svchost.exe,1004,System,wpad
+2016.05.31 16:14:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:15:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:15:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:16:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:16:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:17:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 16:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 16:18:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:18:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:18:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:18:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:18:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:18:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:18:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 16:18:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 16:18:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:18:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:19:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:20:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:20:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:21:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:22:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:22:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:23:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:24:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:24:09,svchost.exe,1004,System,wpad
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:24:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:25:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:26:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:26:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:27:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:27:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:28:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:28:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:29:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:30:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:30:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:31:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:31:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:32:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 16:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 16:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 16:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 16:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 16:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 16:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 16:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 16:32:47,svchost.exe,820,System,isatap
+2016.05.31 16:33:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:33:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:33:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:33:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:33:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:33:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:33:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:33:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 16:33:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 16:33:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:34:11,svchost.exe,1004,System,wpad
+2016.05.31 16:34:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:34:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:35:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:36:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:36:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:37:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:38:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:38:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:39:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:39:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:40:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:40:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:41:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:41:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:42:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:42:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:43:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:44:14,svchost.exe,1004,System,wpad
+2016.05.31 16:44:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:45:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:45:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:46:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:46:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:47:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 16:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 16:48:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:48:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:48:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:48:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:48:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:48:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:48:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:48:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 16:48:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 16:48:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:49:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 16:49:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:50:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:51:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:51:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:52:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:53:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:53:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:54:16,svchost.exe,1004,System,wpad
+2016.05.31 16:54:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:31,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 16:55:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:55:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:56:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:56:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:57:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:58:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:58:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 16:59:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:00:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:00:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:01:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:01:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:02:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 17:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 17:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 17:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 17:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 17:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 17:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 17:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 17:03:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:03:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:03:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:03:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:03:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:03:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:03:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:03:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 17:03:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 17:03:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:04:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:04:18,svchost.exe,1004,System,wpad
+2016.05.31 17:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:04:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:05:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:06:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:06:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:07:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:08:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:08:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:09:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:09:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:10:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:11:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:11:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:12:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:13:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:13:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:14:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:14:21,svchost.exe,1004,System,wpad
+2016.05.31 17:14:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:15:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:15:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:16:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:17:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:17:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 17:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 17:18:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:18:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:18:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:18:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:18:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:18:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:18:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 17:18:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 17:18:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:18:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:19:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:20:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:20:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:21:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:22:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:22:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:23:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:23:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:24:23,svchost.exe,1004,System,wpad
+2016.05.31 17:24:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:25:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:25:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:26:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:26:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:27:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:28:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:29:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:29:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:30:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:31:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:31:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:32:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 17:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 17:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 17:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 17:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 17:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 17:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 17:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 17:32:47,svchost.exe,820,System,isatap
+2016.05.31 17:33:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:33:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:33:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:33:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:33:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:33:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:33:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:33:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 17:33:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 17:33:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:34:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:34:25,svchost.exe,1004,System,wpad
+2016.05.31 17:34:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:35:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:35:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:36:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:36:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:37:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:38:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:39:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:39:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:40:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:41:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:41:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:42:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:43:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:43:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:44:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:44:28,svchost.exe,1004,System,wpad
+2016.05.31 17:45:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:45:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:46:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:47:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:47:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 17:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 17:48:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:48:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:48:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:48:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:48:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:48:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:48:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 17:48:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 17:48:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:49:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:49:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 17:50:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:50:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:51:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:52:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:52:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:53:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:53:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:54:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:54:30,svchost.exe,1004,System,wpad
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:54:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 17:55:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:55:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:56:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:57:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:57:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:58:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:58:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 17:59:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:00:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:00:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:01:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:02:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 18:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 18:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 18:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 18:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 18:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 18:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 18:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 18:02:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:03:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:03:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:03:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:03:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:03:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:03:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:03:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 18:03:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 18:03:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:04:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:04:32,svchost.exe,1004,System,wpad
+2016.05.31 18:04:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:05:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:06:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:06:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:07:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:07:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:08:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:09:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:09:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:10:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:10:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:11:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:12:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:12:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:13:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:14:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:14:34,svchost.exe,1004,System,wpad
+2016.05.31 18:14:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:15:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:16:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:16:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:17:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 18:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 18:17:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:18:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:18:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:18:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:18:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:18:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:18:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:18:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 18:18:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 18:18:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:19:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:19:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:20:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:21:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:21:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:22:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:22:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:23:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:23:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:24:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:24:37,svchost.exe,1004,System,wpad
+2016.05.31 18:24:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:25:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:26:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:26:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:27:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:27:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:28:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:29:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:29:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:30:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:30:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:31:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:32:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:32:44,OneDrive.exe,3784,,g.live.com
+2016.05.31 18:32:44,OneDrive.exe,3784,,g.live.com
+2016.05.31 18:32:44,OneDrive.exe,3784,,oneclient.sfx.ms
+2016.05.31 18:32:44,OneDrive.exe,3784,,oneclient.sfx.ms
+2016.05.31 18:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 18:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 18:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 18:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 18:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 18:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 18:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 18:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 18:32:47,svchost.exe,820,System,isatap
+2016.05.31 18:32:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:33:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:33:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:33:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:33:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:33:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:33:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:33:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 18:33:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 18:33:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:33:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:34:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:34:39,svchost.exe,1004,System,wpad
+2016.05.31 18:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:35:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:35:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:36:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:36:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:37:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:38:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:38:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:39:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:32,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:40:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:40:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:41:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:41:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:42:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:43:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:43:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:44:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:44:41,svchost.exe,1004,System,wpad
+2016.05.31 18:45:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:45:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:46:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:46:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:47:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 18:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 18:48:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:48:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:48:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:48:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:48:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:48:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:48:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:48:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 18:48:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 18:48:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:49:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 18:50:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:50:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:51:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:51:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:52:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:53:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:53:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:54:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 18:54:44,svchost.exe,1004,System,wpad
+2016.05.31 18:55:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:55:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:56:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:57:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:57:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:58:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:58:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 18:59:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:00:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:00:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:01:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:02:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:02:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 19:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 19:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 19:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 19:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 19:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 19:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 19:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 19:03:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:03:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:03:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:03:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:03:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:03:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:03:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 19:03:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 19:03:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:03:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:04:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:04:46,svchost.exe,1004,System,wpad
+2016.05.31 19:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:05:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:05:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:06:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:06:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:07:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:08:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:08:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:09:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:10:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:10:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:11:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:12:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:12:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:13:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:14:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:14:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:14:48,svchost.exe,1004,System,wpad
+2016.05.31 19:15:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:15:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:16:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:16:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:17:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 19:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 19:18:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:18:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:18:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:18:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:18:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:18:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:18:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:18:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 19:18:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 19:18:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:19:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:19:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:20:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:21:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:21:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:22:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:22:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:23:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:24:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:24:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:24:51,svchost.exe,1004,System,wpad
+2016.05.31 19:25:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:25:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:26:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:26:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:27:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:28:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:28:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:29:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:30:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:30:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:31:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 19:31:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 19:31:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:32:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:32:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 19:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 19:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 19:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 19:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 19:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 19:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 19:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 19:32:47,svchost.exe,820,System,isatap
+2016.05.31 19:33:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:33:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:33:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:33:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:33:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:33:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:33:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 19:33:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 19:33:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:33:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:34:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:34:53,svchost.exe,1004,System,wpad
+2016.05.31 19:35:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:35:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:36:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:36:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:37:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:38:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:39:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:39:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:40:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:40:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:41:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:41:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:42:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:43:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:43:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:44:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:44:55,svchost.exe,1004,System,wpad
+2016.05.31 19:45:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:45:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:46:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:47:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:47:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 19:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 19:48:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:48:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:48:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:48:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:48:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:48:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:48:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 19:48:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 19:48:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:48:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:49:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 19:50:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:50:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:51:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:52:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:52:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:53:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:53:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:54:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 19:54:57,svchost.exe,1004,System,wpad
+2016.05.31 19:55:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:55:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:56:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:57:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:57:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:58:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:59:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 19:59:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:00:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:00:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:01:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:02:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:02:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 20:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 20:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 20:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 20:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 20:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 20:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 20:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 20:03:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:03:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:03:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:03:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:03:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:03:12,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:03:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 20:03:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 20:03:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:04:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:04:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:05:00,svchost.exe,1004,System,wpad
+2016.05.31 20:05:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:06:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:06:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:07:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:08:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:08:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:09:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:09:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:10:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:11:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:11:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:12:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:13:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:13:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:14:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:15:02,svchost.exe,1004,System,wpad
+2016.05.31 20:15:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:15:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:16:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:16:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:17:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 20:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 20:18:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:18:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:18:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:18:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:18:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:18:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:18:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 20:18:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 20:18:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:18:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:19:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:19:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:20:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:21:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:21:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:22:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:23:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:24:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:33,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:24:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:25:04,svchost.exe,1004,System,wpad
+2016.05.31 20:25:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:26:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:26:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:27:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:28:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:28:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:29:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:30:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:30:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:31:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:32:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 20:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 20:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 20:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 20:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 20:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 20:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 20:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 20:32:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:32:47,svchost.exe,820,System,isatap
+2016.05.31 20:33:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:33:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:33:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:33:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:33:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:33:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:33:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 20:33:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 20:33:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:33:53,svchost.exe,820,System,login.live.com
+2016.05.31 20:33:53,svchost.exe,820,System,login.live.com
+2016.05.31 20:33:53,svchost.exe,820,System,login.live.com
+2016.05.31 20:33:53,svchost.exe,820,System,login.live.com
+2016.05.31 20:33:54,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.05.31 20:33:55,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.05.31 20:33:55,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.05.31 20:34:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:34:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:34:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:35:07,svchost.exe,1004,System,wpad
+2016.05.31 20:35:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:35:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:36:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:37:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:37:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:38:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:38:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:39:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:40:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:40:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:41:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:41:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:42:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:42:47,svchost.exe,820,System,login.live.com
+2016.05.31 20:42:47,svchost.exe,820,System,login.live.com
+2016.05.31 20:43:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:43:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:44:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:45:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:45:09,svchost.exe,1004,System,wpad
+2016.05.31 20:45:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:46:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:46:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:47:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 20:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 20:47:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:48:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:48:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:48:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:48:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:48:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:48:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:48:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 20:48:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 20:48:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:49:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:49:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:49:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 20:50:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:50:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:51:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:52:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:52:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:53:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:53:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:54:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 20:54:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:55:11,svchost.exe,1004,System,wpad
+2016.05.31 20:55:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:56:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:57:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:57:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:58:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:58:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 20:59:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:00:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:00:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:01:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:01:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:02:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 21:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 21:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 21:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 21:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 21:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 21:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 21:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 21:03:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:03:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:03:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:03:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:03:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:03:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:03:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:03:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 21:03:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 21:03:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:04:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:04:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:05:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:05:14,svchost.exe,1004,System,wpad
+2016.05.31 21:05:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:06:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:07:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:07:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:08:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:08:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:09:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:10:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:10:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:11:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:12:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:12:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:13:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:14:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:14:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:15:16,svchost.exe,1004,System,wpad
+2016.05.31 21:15:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:16:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:16:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:17:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 21:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 21:17:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:18:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:18:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:18:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:18:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:18:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:18:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:18:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 21:18:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 21:18:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:19:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:19:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:19:52,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:20:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:21:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:21:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:22:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:22:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:23:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:24:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:24:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:25:18,svchost.exe,1004,System,wpad
+2016.05.31 21:25:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:26:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:26:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:27:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:27:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:28:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:29:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:29:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:30:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:31:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:31:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:32:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 21:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 21:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 21:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 21:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 21:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 21:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 21:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 21:32:47,svchost.exe,820,System,isatap
+2016.05.31 21:32:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:33:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:33:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:33:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:33:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:33:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:33:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:33:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 21:33:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 21:33:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:34:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:34:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:35:21,svchost.exe,1004,System,wpad
+2016.05.31 21:35:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:36:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:36:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:37:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:37:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:38:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:39:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:39:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:40:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:41:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:41:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:42:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:43:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:43:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:44:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:44:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:45:23,svchost.exe,1004,System,wpad
+2016.05.31 21:45:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:46:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:46:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:47:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 21:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 21:48:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:48:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:48:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:48:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:48:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:48:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:48:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:48:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 21:48:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 21:48:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:49:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:49:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 21:50:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:51:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:51:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:52:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:53:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:53:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:54:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 21:54:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:55:25,svchost.exe,1004,System,wpad
+2016.05.31 21:55:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:56:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:56:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:57:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:57:47,svchost.exe,820,System,sls.update.microsoft.com
+2016.05.31 21:57:47,svchost.exe,820,,sls.update.microsoft.com
+2016.05.31 21:57:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 21:57:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 21:57:48,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.05.31 21:57:48,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.05.31 21:57:52,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.05.31 21:57:52,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.05.31 21:57:53,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.05.31 21:57:53,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.05.31 21:57:53,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.05.31 21:57:53,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.05.31 21:57:54,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:57:55,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:57:55,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:57:55,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:57:56,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:57:56,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:57:57,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:57:57,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:57:58,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:57:58,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:57:59,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:57:59,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:57:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:58:00,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:58:00,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:58:00,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:58:00,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:58:01,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:58:01,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:58:02,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:58:02,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:58:03,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.31 21:58:05,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.31 21:58:05,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.31 21:58:05,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.31 21:58:19,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.31 21:58:22,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.31 21:58:24,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.31 21:58:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:59:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 21:59:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:00:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:01:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:01:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:02:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 22:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 22:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 22:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 22:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 22:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 22:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 22:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 22:02:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:03:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:03:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:03:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:03:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:03:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:03:13,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:03:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 22:03:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 22:03:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:04:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:04:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:05:04,svchost.exe,820,System,sls.update.microsoft.com
+2016.05.31 22:05:04,svchost.exe,820,,sls.update.microsoft.com
+2016.05.31 22:05:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 22:05:05,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 22:05:07,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.31 22:05:07,svchost.exe,820,,fe2.update.microsoft.com
+2016.05.31 22:05:08,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.31 22:05:08,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.31 22:05:08,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.31 22:05:08,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.31 22:05:08,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.31 22:05:08,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.31 22:05:08,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.31 22:05:08,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.31 22:05:09,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.31 22:05:09,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.31 22:05:09,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.31 22:05:09,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.31 22:05:27,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.31 22:05:27,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.31 22:05:27,svchost.exe,1004,System,wpad
+2016.05.31 22:05:28,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:28,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:28,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:28,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:29,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:29,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:31,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:31,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:32,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:32,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:33,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:33,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:33,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:33,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:34,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:34,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:05:35,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:35,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:36,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:36,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:05:37,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.31 22:06:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:06:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:07:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:08:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:08:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:09:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:34,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:09:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:10:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:11:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:11:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:12:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:13:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:13:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:14:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:15:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:15:30,svchost.exe,1004,System,wpad
+2016.05.31 22:15:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:16:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:16:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:17:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:17:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 22:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 22:18:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:18:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:18:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:18:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:18:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:18:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:18:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 22:18:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 22:18:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:19:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:19:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:20:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:21:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:21:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:22:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:23:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:23:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:24:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:25:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:25:32,svchost.exe,1004,System,wpad
+2016.05.31 22:25:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:26:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:26:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:27:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:28:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:28:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:29:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:29:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:30:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:31:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:31:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:32:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 22:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 22:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 22:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 22:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 22:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 22:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 22:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 22:32:47,svchost.exe,820,System,isatap
+2016.05.31 22:32:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:33:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:33:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:33:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:33:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:33:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:33:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:33:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 22:33:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 22:33:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:34:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:34:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:35:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:35:34,svchost.exe,1004,System,wpad
+2016.05.31 22:35:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:36:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:37:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:37:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:38:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:39:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:39:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:40:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:41:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:41:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:42:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:43:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:43:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:44:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:44:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:45:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:45:37,svchost.exe,1004,System,wpad
+2016.05.31 22:46:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:46:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:47:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:47:45,Explorer.EXE,2052,,candycrushsoda.king.com
+2016.05.31 22:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 22:47:45,Explorer.EXE,2052,,candycrushsoda.king.com
+2016.05.31 22:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 22:47:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:48:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:48:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:48:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:48:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:48:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:48:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:48:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 22:48:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 22:48:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:49:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:49:14,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.05.31 22:49:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 22:50:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:51:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:51:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:52:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:52:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:53:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:54:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 22:55:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:55:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:55:39,svchost.exe,1004,System,wpad
+2016.05.31 22:56:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:56:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:57:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:57:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:58:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:59:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 22:59:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:00:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:00:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:01:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:02:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 23:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 23:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 23:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 23:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 23:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 23:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 23:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 23:02:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:03:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:03:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:03:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:03:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:03:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:03:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:03:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 23:03:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 23:03:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:04:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:04:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:05:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:05:41,svchost.exe,1004,System,wpad
+2016.05.31 23:05:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:06:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:07:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:07:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:08:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:09:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:09:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:10:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:11:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:11:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:12:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:12:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:13:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:14:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:14:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:15:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:15:44,svchost.exe,1004,System,wpad
+2016.05.31 23:16:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:16:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:17:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 23:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 23:18:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:18:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:18:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:18:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:18:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:18:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:18:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:18:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 23:18:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 23:18:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:19:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:20:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:20:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:21:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:22:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:22:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:23:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:24:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:24:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:25:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:25:46,svchost.exe,1004,System,wpad
+2016.05.31 23:25:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:26:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:27:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:27:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:28:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:28:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:29:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:30:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:30:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:31:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:32:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 23:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 23:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 23:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 23:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.05.31 23:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 23:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 23:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.31 23:32:47,svchost.exe,820,System,isatap
+2016.05.31 23:32:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:33:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:33:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:33:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:33:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:33:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:33:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:33:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 23:33:14,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 23:33:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:34:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:34:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:35:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:35:48,svchost.exe,1004,System,wpad
+2016.05.31 23:35:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:36:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:37:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:37:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:38:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:39:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:39:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:40:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:40:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:41:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:42:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:42:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:43:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:44:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:44:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:45:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:45:50,svchost.exe,1004,System,wpad
+2016.05.31 23:45:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:46:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:47:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:47:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 23:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.31 23:48:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:48:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:48:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:48:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:48:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:48:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:48:15,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 23:48:15,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.31 23:48:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:49:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:49:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.31 23:50:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:50:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:51:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:52:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:52:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:53:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:54:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:35,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.05.31 23:54:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:55:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:55:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:55:53,svchost.exe,1004,System,wpad
+2016.05.31 23:56:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:57:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:57:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:58:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:59:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.31 23:59:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:00:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:00:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:01:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:02:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 00:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 00:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 00:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 00:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 00:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 00:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 00:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 00:02:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:03:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:03:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:03:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:03:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:03:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:03:14,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:03:15,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 00:03:15,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 00:03:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:04:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:04:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:05:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:05:55,svchost.exe,1004,System,wpad
+2016.06.01 00:06:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:06:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:07:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:08:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:08:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:09:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:10:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:10:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:11:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:11:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:12:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:13:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:13:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:14:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:14:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:15:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:15:57,svchost.exe,1004,System,wpad
+2016.06.01 00:16:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:16:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:17:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 00:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 00:18:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:18:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:18:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:18:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:18:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:18:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:18:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:18:15,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 00:18:15,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 00:18:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:19:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:20:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:20:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:21:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:21:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:22:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:23:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:23:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:24:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:25:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:25:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:26:00,svchost.exe,1004,System,wpad
+2016.06.01 00:26:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:26:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:27:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:28:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:28:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:29:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:30:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:30:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:31:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:31:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:32:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 00:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 00:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 00:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 00:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 00:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 00:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 00:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 00:32:47,svchost.exe,820,System,isatap
+2016.06.01 00:32:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 00:32:49,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 00:33:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:33:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:33:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:33:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:33:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:33:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:33:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:33:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:34:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:35:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:35:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:36:02,svchost.exe,1004,System,wpad
+2016.06.01 00:36:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:37:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:37:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:38:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:38:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:39:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:40:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:40:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:41:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:41:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:42:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:42:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:43:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:44:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:44:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:45:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:46:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:46:04,svchost.exe,1004,System,wpad
+2016.06.01 00:46:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:47:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 00:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 00:47:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:48:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:48:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:48:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:48:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:48:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:48:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:48:15,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 00:48:15,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 00:48:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:49:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:49:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 00:50:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:51:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:51:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:52:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:52:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:53:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:54:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 00:54:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:55:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:56:07,svchost.exe,1004,System,wpad
+2016.06.01 00:56:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:56:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:57:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:58:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:58:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:59:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 00:59:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:00:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:01:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:01:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:02:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 01:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 01:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 01:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 01:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 01:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 01:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 01:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 01:02:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:03:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:03:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:03:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:03:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:03:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:03:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:03:15,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 01:03:15,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 01:03:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:04:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:04:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:05:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:06:09,svchost.exe,1004,System,wpad
+2016.06.01 01:06:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:06:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:07:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:07:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:08:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:08:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:09:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:10:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:11:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:11:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:12:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:12:43,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 01:12:43,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 01:12:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:13:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:13:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:14:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:15:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:15:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:16:11,svchost.exe,1004,System,wpad
+2016.06.01 01:16:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:17:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:17:19,CompatTelRunner.exe,2004,System,telecommand.telemetry.microsoft.com
+2016.06.01 01:17:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:18:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:18:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:18:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:18:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:18:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:18:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:18:15,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 01:18:15,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 01:18:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:18:58,dmclient.exe,5012,System,settings.data.microsoft.com
+2016.06.01 01:19:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:19:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:20:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:20:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:21:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:22:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:22:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:23:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:24:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:24:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:25:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:26:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:26:14,svchost.exe,1004,System,wpad
+2016.06.01 01:26:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:27:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:28:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:28:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:29:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:30:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:30:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:31:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:31:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:32:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 01:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 01:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 01:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 01:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 01:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 01:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 01:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 01:32:47,svchost.exe,820,System,isatap
+2016.06.01 01:33:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:33:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:33:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:33:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:33:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:33:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:33:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:33:15,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 01:33:16,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 01:33:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:34:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:34:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:35:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:36:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:36:16,svchost.exe,1004,System,wpad
+2016.06.01 01:36:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:37:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:37:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:38:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:39:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:36,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:39:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:40:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:41:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:41:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:42:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:42:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:43:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:44:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:44:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:45:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:46:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:46:18,svchost.exe,1004,System,wpad
+2016.06.01 01:46:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:47:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 01:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 01:47:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:48:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:48:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:48:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:48:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:48:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:48:15,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:48:16,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 01:48:16,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 01:48:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:49:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:49:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 01:50:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:51:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:51:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:52:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:53:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:53:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:54:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 01:55:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:55:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:56:20,svchost.exe,1004,System,wpad
+2016.06.01 01:56:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:57:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:57:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:58:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:59:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 01:59:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:00:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:01:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:01:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:02:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 02:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 02:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 02:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 02:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 02:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 02:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 02:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 02:03:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:03:16,svchost.exe,820,System,login.live.com
+2016.06.01 02:03:16,svchost.exe,820,System,login.live.com
+2016.06.01 02:03:16,svchost.exe,820,System,login.live.com
+2016.06.01 02:03:16,svchost.exe,820,System,s2.symcb.com
+2016.06.01 02:03:16,svchost.exe,820,System,s2.symcb.com
+2016.06.01 02:03:16,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 02:03:16,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:03:16,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:03:16,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:03:16,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:03:16,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:03:16,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:03:16,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 02:03:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:04:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:04:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:05:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:06:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:06:23,svchost.exe,1004,System,wpad
+2016.06.01 02:07:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:07:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:08:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:08:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:09:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:10:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:10:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:11:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:12:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:12:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:13:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:13:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:14:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:15:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:15:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:16:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:16:25,svchost.exe,1004,System,wpad
+2016.06.01 02:16:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:17:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 02:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 02:17:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:18:16,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:18:16,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:18:16,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:18:16,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:18:16,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:18:16,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:18:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 02:18:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 02:18:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:19:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:19:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:20:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:21:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:21:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:22:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:23:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:23:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:24:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:24:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:25:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:25:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:26:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:26:27,svchost.exe,1004,System,wpad
+2016.06.01 02:26:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:27:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:28:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:28:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:29:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:30:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:30:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:31:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:31:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:32:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 02:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 02:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 02:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 02:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 02:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 02:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 02:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 02:32:47,svchost.exe,820,System,isatap
+2016.06.01 02:32:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:33:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:33:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:33:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:33:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:33:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:33:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:33:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 02:33:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 02:33:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:34:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:34:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:35:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:36:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:36:30,svchost.exe,1004,System,wpad
+2016.06.01 02:36:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:37:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:37:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:38:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:39:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:39:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:40:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:41:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:41:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:42:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:43:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:43:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:44:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:44:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:45:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:45:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:46:01,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 02:46:01,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 02:46:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:46:32,svchost.exe,1004,System,wpad
+2016.06.01 02:47:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:47:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:48:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:48:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:48:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:48:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:48:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:48:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:48:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:48:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 02:48:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 02:48:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:49:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 02:50:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:50:31,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 02:50:31,Explorer.EXE,2052,,sway-cdn.com
+2016.06.01 02:50:31,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 02:50:31,Explorer.EXE,2052,,sway-cdn.com
+2016.06.01 02:50:31,Explorer.EXE,2052,,sway-cdn.com
+2016.06.01 02:50:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:51:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:52:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:52:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:53:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:53:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:54:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 02:54:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:55:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:56:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:56:34,svchost.exe,1004,System,wpad
+2016.06.01 02:56:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:57:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:58:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:58:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:59:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 02:59:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:00:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:01:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:01:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:02:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 03:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 03:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 03:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 03:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 03:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 03:03:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:03:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:03:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:03:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:03:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:03:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:03:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:03:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 03:03:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 03:03:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:04:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:04:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:05:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:06:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:06:37,svchost.exe,1004,System,wpad
+2016.06.01 03:06:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:07:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:08:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:08:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:09:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:37,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:10:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:10:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:11:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:11:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:12:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:13:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:13:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:14:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:15:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:15:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:16:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:16:39,svchost.exe,1004,System,wpad
+2016.06.01 03:16:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:17:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 03:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 03:18:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:18:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:18:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:18:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:18:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:18:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:18:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:18:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 03:18:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 03:18:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:19:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:20:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:20:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:21:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:22:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:22:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:23:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:24:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:24:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:25:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:26:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:26:41,svchost.exe,1004,System,wpad
+2016.06.01 03:26:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:27:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:28:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:28:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:29:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:30:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:30:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:31:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:32:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 03:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 03:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 03:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 03:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 03:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 03:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 03:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 03:32:47,svchost.exe,820,System,isatap
+2016.06.01 03:32:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:33:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:33:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:33:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:33:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:33:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:33:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:33:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 03:33:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 03:33:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:34:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:34:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:35:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:36:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:36:43,svchost.exe,1004,System,wpad
+2016.06.01 03:36:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:37:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:38:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:38:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:39:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:40:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:40:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:41:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:41:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:42:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:43:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:43:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:44:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:45:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:45:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:46:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:46:46,svchost.exe,1004,System,wpad
+2016.06.01 03:46:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:47:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 03:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 03:48:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:48:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:48:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:48:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:48:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:48:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:48:17,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:48:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 03:48:17,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 03:48:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:49:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 03:49:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:50:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:51:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:51:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:52:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:52:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:53:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:54:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:54:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 03:55:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:55:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:56:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:56:48,svchost.exe,1004,System,wpad
+2016.06.01 03:57:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:57:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:58:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:59:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 03:59:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:00:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:00:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:01:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:02:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 04:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 04:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 04:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 04:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 04:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 04:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 04:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 04:02:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:03:15,CompatTelRunner.exe,4912,System,settings-win.data.microsoft.com
+2016.06.01 04:03:17,CompatTelRunner.exe,4912,System,go.microsoft.com
+2016.06.01 04:03:18,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 04:03:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:03:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:03:18,svchost.exe,820,System,fe2.update.microsoft.com
+2016.06.01 04:03:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:03:18,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 04:03:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:03:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:03:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:03:18,svchost.exe,820,System,fe2.update.microsoft.com
+2016.06.01 04:03:18,CompatTelRunner.exe,4912,System,go.microsoft.com
+2016.06.01 04:03:19,CompatTelRunner.exe,1888,System,settings-win.data.microsoft.com
+2016.06.01 04:03:21,CompatTelRunner.exe,2356,System,settings-win.data.microsoft.com
+2016.06.01 04:03:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:04:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:04:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:05:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:05:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:06:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:06:50,svchost.exe,1004,System,wpad
+2016.06.01 04:06:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:07:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:08:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:09:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:09:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:10:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:10:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:11:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:12:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:12:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:13:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:14:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:14:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:15:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:16:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:16:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:16:53,svchost.exe,1004,System,wpad
+2016.06.01 04:17:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 04:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 04:17:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:18:18,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 04:18:18,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 04:18:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:18:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:18:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:18:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:18:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:18:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:18:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:19:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:19:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:20:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:21:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:21:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:22:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:23:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:24:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:24:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:25:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:25:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:26:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:26:55,svchost.exe,1004,System,wpad
+2016.06.01 04:27:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:27:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:28:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:29:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:29:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:30:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:31:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:31:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:32:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 04:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 04:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 04:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 04:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 04:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 04:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 04:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 04:32:47,svchost.exe,820,System,isatap
+2016.06.01 04:33:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:33:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:33:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:33:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:33:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:33:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:33:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:33:18,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 04:33:18,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 04:33:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:34:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:35:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:35:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:36:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:36:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:36:57,svchost.exe,1004,System,wpad
+2016.06.01 04:37:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:38:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:38:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:39:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:39:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:40:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:40:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:41:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:41:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:42:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:43:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:43:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:44:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:45:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:45:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:46:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:46:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:47:00,svchost.exe,1004,System,wpad
+2016.06.01 04:47:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 04:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 04:48:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:48:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:48:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:48:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:48:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:48:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:48:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:48:18,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 04:48:18,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 04:48:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:49:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 04:49:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:50:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:50:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:51:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:52:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:52:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:53:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:54:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:38,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 04:54:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:55:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:56:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:56:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:57:02,svchost.exe,1004,System,wpad
+2016.06.01 04:57:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:58:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:58:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:59:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 04:59:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:00:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:01:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:01:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:02:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 05:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 05:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 05:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 05:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 05:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 05:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 05:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 05:02:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:03:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:03:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:03:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:03:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:03:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:03:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:03:18,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 05:03:18,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 05:03:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:04:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:04:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:05:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:06:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:06:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:07:04,svchost.exe,1004,System,wpad
+2016.06.01 05:07:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:07:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:08:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:09:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:09:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:10:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:10:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:11:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:12:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:12:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:13:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:14:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:14:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:15:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:16:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:16:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:17:06,svchost.exe,1004,System,wpad
+2016.06.01 05:17:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 05:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 05:18:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:18:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:18:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:18:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:18:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:18:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:18:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:18:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 05:18:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 05:18:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:19:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:19:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:20:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:21:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:21:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:22:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:23:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:23:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:24:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:25:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:25:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:26:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:27:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:27:09,svchost.exe,1004,System,wpad
+2016.06.01 05:27:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:28:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:29:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:29:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:30:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:30:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:31:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:32:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:32:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 05:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 05:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 05:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 05:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 05:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 05:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 05:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 05:32:47,svchost.exe,820,System,isatap
+2016.06.01 05:33:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:33:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:33:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:33:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:33:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:33:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:33:18,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:33:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 05:33:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 05:33:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:34:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:35:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:35:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:36:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:36:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:37:11,svchost.exe,1004,System,wpad
+2016.06.01 05:37:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:38:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:38:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:39:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:39:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:40:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:41:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:41:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:42:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:42:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:43:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:44:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:44:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:45:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:46:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:46:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:47:13,svchost.exe,1004,System,wpad
+2016.06.01 05:47:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 05:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 05:47:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:48:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:48:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:48:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:48:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:48:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:48:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:48:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 05:48:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 05:48:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:49:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:49:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 05:50:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:51:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:51:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:52:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:52:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:53:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:53:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 05:54:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:55:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:56:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:56:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:57:16,svchost.exe,1004,System,wpad
+2016.06.01 05:57:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:57:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:58:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 05:59:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:00:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:00:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:01:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:01:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:02:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 06:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 06:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 06:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 06:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 06:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 06:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 06:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 06:03:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:03:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:03:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:03:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:03:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:03:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:03:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:03:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 06:03:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 06:03:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:04:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:05:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:05:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:06:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:06:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:07:18,svchost.exe,1004,System,wpad
+2016.06.01 06:07:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:08:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:08:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:09:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:09:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:10:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:11:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:11:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:12:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:13:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:13:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:14:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:15:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:15:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:16:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:17:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:17:20,svchost.exe,1004,System,wpad
+2016.06.01 06:17:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 06:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 06:18:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:18:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:18:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:18:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:18:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:18:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:18:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:18:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 06:18:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 06:18:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:19:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:19:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:20:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:21:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:21:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:22:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:22:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:23:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:24:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:24:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:25:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:26:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:26:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:27:23,svchost.exe,1004,System,wpad
+2016.06.01 06:27:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:28:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:28:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:29:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:30:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:30:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:31:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:31:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:32:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 06:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 06:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 06:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 06:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 06:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 06:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 06:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 06:32:47,svchost.exe,820,System,isatap
+2016.06.01 06:33:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:33:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:33:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:33:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:33:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:33:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:33:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:33:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 06:33:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 06:33:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:34:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:35:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:35:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:36:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:37:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:37:25,svchost.exe,1004,System,wpad
+2016.06.01 06:37:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:38:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:38:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:39:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:39,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:40:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:40:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:41:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:42:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:42:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:43:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:44:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:44:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:45:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:45:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:46:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:47:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:47:27,svchost.exe,1004,System,wpad
+2016.06.01 06:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 06:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 06:47:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:48:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:48:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:48:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:48:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:48:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:48:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:48:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 06:48:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 06:48:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:49:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:49:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:49:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 06:50:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:50:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:51:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:52:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:52:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:53:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:54:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:54:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 06:55:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:56:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:56:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:57:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:57:30,svchost.exe,1004,System,wpad
+2016.06.01 06:57:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:58:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:59:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 06:59:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:00:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:01:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:01:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:02:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 07:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 07:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 07:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 07:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 07:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 07:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 07:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 07:02:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:03:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:03:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:03:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:03:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:03:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:03:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:03:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 07:03:19,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 07:03:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:04:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:04:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:04:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:05:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:05:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:06:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:07:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:07:32,svchost.exe,1004,System,wpad
+2016.06.01 07:07:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:08:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:09:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:09:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:10:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:11:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:11:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:12:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:12:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:13:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:14:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:14:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:15:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:16:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:16:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:17:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:17:34,svchost.exe,1004,System,wpad
+2016.06.01 07:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 07:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 07:18:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:18:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:18:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:18:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:18:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:18:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:18:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:18:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 07:18:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 07:18:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:19:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:19:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:20:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:20:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:21:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:22:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:22:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:23:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:24:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:24:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:24:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:25:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:25:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:26:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:26:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:27:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:27:36,svchost.exe,1004,System,wpad
+2016.06.01 07:28:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:28:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:29:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:29:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:30:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:31:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:31:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:32:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 07:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 07:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 07:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 07:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 07:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 07:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 07:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 07:32:47,svchost.exe,820,System,isatap
+2016.06.01 07:33:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:33:19,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:33:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:33:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:33:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:33:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:33:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:33:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 07:33:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 07:33:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:34:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:34:53,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:35:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:35:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:36:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:36:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:37:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:37:39,svchost.exe,1004,System,wpad
+2016.06.01 07:38:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:38:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:39:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:39:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:40:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:40:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:41:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:41:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:42:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:43:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:43:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:44:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:45:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:45:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:46:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:46:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:47:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:47:41,svchost.exe,1004,System,wpad
+2016.06.01 07:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 07:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 07:48:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:48:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:48:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:48:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:48:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:48:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:48:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:48:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 07:48:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 07:48:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:49:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:49:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:49:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 07:50:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:50:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:51:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:51:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:52:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:53:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:53:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:54:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:40,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 07:55:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:55:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:56:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:57:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:57:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:57:43,svchost.exe,1004,System,wpad
+2016.06.01 07:58:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:58:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 07:59:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:00:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:00:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:01:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:01:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:02:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 08:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 08:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 08:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 08:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 08:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 08:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 08:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 08:03:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:03:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:03:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:03:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:03:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:03:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:03:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:03:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 08:03:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 08:03:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:04:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:04:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:04:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:04:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:05:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:05:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:06:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:07:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:07:46,svchost.exe,1004,System,wpad
+2016.06.01 08:07:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:08:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:08:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:09:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:10:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:10:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:11:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:12:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:13:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:13:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:14:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:14:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:15:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:15:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:16:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:17:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 08:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 08:17:48,svchost.exe,1004,System,wpad
+2016.06.01 08:17:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:18:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:18:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:18:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:18:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:18:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:18:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:18:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 08:18:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 08:18:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:19:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:19:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:19:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:19:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:20:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:21:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:21:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:22:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:22:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:23:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:24:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:24:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:25:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:25:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:26:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:27:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:27:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:27:50,svchost.exe,1004,System,wpad
+2016.06.01 08:28:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:29:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:29:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:30:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:30:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:31:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:32:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:32:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 08:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 08:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 08:32:47,svchost.exe,820,System,isatap
+2016.06.01 08:33:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:33:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:33:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:33:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:33:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:33:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:33:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 08:33:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 08:33:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:33:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:34:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:34:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:34:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:35:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:35:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:36:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:36:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:37:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:37:53,svchost.exe,1004,System,wpad
+2016.06.01 08:38:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:38:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:39:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:40:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:40:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:41:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:42:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:42:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:43:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:43:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:44:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:44:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:45:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:46:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:46:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:47:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 08:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 08:47:55,svchost.exe,1004,System,wpad
+2016.06.01 08:48:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:48:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:48:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:48:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:48:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:48:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:48:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:48:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 08:48:20,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 08:48:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:49:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:49:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:49:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 08:49:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:50:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:51:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:51:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:52:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:53:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:53:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:54:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 08:54:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:55:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:56:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:56:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:57:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:57:57,svchost.exe,1004,System,wpad
+2016.06.01 08:58:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:58:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:59:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 08:59:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:00:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:01:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:01:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:02:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 09:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 09:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 09:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 09:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 09:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 09:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 09:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 09:03:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:03:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:03:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:03:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:03:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:03:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:03:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:03:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 09:03:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 09:03:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:04:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:04:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:04:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:04:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:05:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:06:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:06:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:07:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:07:59,svchost.exe,1004,System,wpad
+2016.06.01 09:08:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:08:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:09:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:09:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:10:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:11:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:11:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:12:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:12:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:13:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:14:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:14:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:15:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:16:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:16:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:17:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 09:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 09:17:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:18:02,svchost.exe,1004,System,wpad
+2016.06.01 09:18:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:18:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:18:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:18:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:18:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:18:20,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:18:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 09:18:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 09:18:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:19:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:19:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:19:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:20:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:20:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:21:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:21:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:22:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:23:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:23:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:24:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:24:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:24:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:25:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:25:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:26:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:27:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:27:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:28:04,svchost.exe,1004,System,wpad
+2016.06.01 09:28:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:28:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:29:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:30:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:30:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:31:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:31:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:32:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 09:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 09:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 09:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 09:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 09:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 09:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 09:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 09:32:47,svchost.exe,820,System,isatap
+2016.06.01 09:33:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:33:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 09:33:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 09:33:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:34:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:34:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:34:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:34:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:35:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:36:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:36:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:37:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:37:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:38:06,svchost.exe,1004,System,wpad
+2016.06.01 09:38:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:39:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:39:41,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:39:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:40:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:40:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:41:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:42:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:42:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:43:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:43:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:44:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:45:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:45:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:46:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:47:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:47:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 09:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 09:48:09,svchost.exe,1004,System,wpad
+2016.06.01 09:48:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:48:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:48:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:48:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:48:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:48:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:48:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:48:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 09:48:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 09:48:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:49:21,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.06.01 09:49:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:49:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:49:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 09:50:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:50:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:51:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:52:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:52:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:53:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:53:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:54:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 09:55:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:55:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:56:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:57:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:57:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:58:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:58:11,svchost.exe,1004,System,wpad
+2016.06.01 09:58:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 09:59:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:00:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:00:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:01:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:02:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:02:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 10:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 10:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 10:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 10:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 10:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 10:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 10:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 10:03:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:03:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:03:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:03:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:03:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:03:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:03:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 10:03:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:03:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 10:03:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:04:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:04:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:04:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:05:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:05:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:06:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:07:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:07:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:08:13,svchost.exe,1004,System,wpad
+2016.06.01 10:08:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:08:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:09:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:10:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:10:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:11:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:12:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:12:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:13:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:14:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:14:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:15:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:16:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:16:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:17:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:17:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 10:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 10:17:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:18:16,svchost.exe,1004,System,wpad
+2016.06.01 10:18:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:18:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:18:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:18:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:18:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:18:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:18:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 10:18:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 10:18:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:19:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:19:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:19:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:19:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:20:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:20:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:21:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:22:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:22:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:23:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:24:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:24:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:25:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:25:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:26:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:27:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:27:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:28:18,svchost.exe,1004,System,wpad
+2016.06.01 10:28:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:29:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:29:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:30:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:30:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:31:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:32:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:32:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 10:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 10:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 10:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 10:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 10:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 10:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 10:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 10:32:47,svchost.exe,820,System,isatap
+2016.06.01 10:33:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:33:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 10:33:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 10:33:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:34:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:34:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:34:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:35:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:35:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:36:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:36:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:37:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:38:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:38:20,svchost.exe,1004,System,wpad
+2016.06.01 10:38:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:39:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:39:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:40:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:41:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:41:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:42:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:43:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:43:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:44:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:45:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:45:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:46:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:46:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:47:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:47:45,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 10:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 10:48:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:48:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:48:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:48:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:48:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:48:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:48:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:48:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 10:48:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 10:48:22,svchost.exe,1004,System,wpad
+2016.06.01 10:48:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:49:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:49:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:49:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:49:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 10:50:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:50:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:51:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:52:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:52:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:53:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:54:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 10:54:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:55:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:55:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:56:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:57:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:57:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:58:25,svchost.exe,1004,System,wpad
+2016.06.01 10:58:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:59:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 10:59:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:00:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:00:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:01:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:02:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:02:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 11:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 11:02:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 11:02:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 11:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 11:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 11:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 11:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 11:03:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:03:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:03:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:03:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:03:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:03:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:03:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:03:21,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 11:03:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 11:03:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:04:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:04:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:04:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:05:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:05:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:06:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:06:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:07:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:08:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:08:27,svchost.exe,1004,System,wpad
+2016.06.01 11:08:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:09:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:42,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:10:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:10:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:11:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:11:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:12:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:13:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:13:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:14:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:14:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:15:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:15:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:16:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:17:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 11:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 11:17:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:18:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:18:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:18:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:18:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:18:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:18:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:18:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 11:18:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 11:18:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:18:29,svchost.exe,1004,System,wpad
+2016.06.01 11:19:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:19:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:19:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:19:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:20:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:20:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:21:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:21:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:22:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:23:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:24:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:24:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:25:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:25:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:26:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:27:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:27:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:28:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:28:32,svchost.exe,1004,System,wpad
+2016.06.01 11:29:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:29:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:30:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:31:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:31:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:32:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 11:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 11:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 11:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 11:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 11:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 11:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 11:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 11:32:47,svchost.exe,820,System,isatap
+2016.06.01 11:32:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:33:21,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:33:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 11:33:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 11:33:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:34:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:34:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:34:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:34:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:35:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:36:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:36:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:37:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:37:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:38:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:38:34,svchost.exe,1004,System,wpad
+2016.06.01 11:39:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:39:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:40:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:40:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:41:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:42:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:42:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:43:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:43:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:44:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:44:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:45:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:46:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:46:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:47:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 11:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 11:48:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:48:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:48:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:48:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:48:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:48:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:48:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:48:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 11:48:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 11:48:36,svchost.exe,1004,System,wpad
+2016.06.01 11:48:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:49:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:49:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:49:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 11:49:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:50:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:50:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:51:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:52:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:52:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:53:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:54:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 11:54:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:55:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:56:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:56:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:57:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:58:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:58:39,svchost.exe,1004,System,wpad
+2016.06.01 11:58:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 11:59:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:00:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:00:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:01:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:01:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:02:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 12:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 12:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 12:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 12:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 12:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 12:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 12:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 12:03:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:03:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:03:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:03:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:03:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:03:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:03:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:03:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 12:03:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 12:03:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:04:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:04:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:04:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:05:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:05:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:06:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:06:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:07:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:08:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:08:41,svchost.exe,1004,System,wpad
+2016.06.01 12:08:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:09:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:09:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:10:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:10:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:11:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:11:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:12:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:13:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:13:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:14:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:14:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:15:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:16:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:17:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 12:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 12:17:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:18:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:18:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:18:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:18:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:18:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:18:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:18:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:18:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 12:18:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 12:18:43,svchost.exe,1004,System,wpad
+2016.06.01 12:19:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:19:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:19:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:19:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:20:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:20:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:21:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:22:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:22:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:23:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:23:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:24:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:24:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:25:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:25:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:26:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:27:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:27:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:28:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:28:45,svchost.exe,1004,System,wpad
+2016.06.01 12:29:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:29:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:30:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:30:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:31:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:32:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 12:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 12:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 12:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 12:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 12:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 12:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 12:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 12:32:47,svchost.exe,820,System,isatap
+2016.06.01 12:33:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:33:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:33:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:33:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:33:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:33:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:33:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:33:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 12:33:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 12:33:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:34:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:34:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:34:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:34:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:35:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:36:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:36:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:37:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:38:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:38:48,svchost.exe,1004,System,wpad
+2016.06.01 12:38:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:39:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:39:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:40:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:40:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:41:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:41:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:42:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:42:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:43:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:44:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:44:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:45:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:45:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:46:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:47:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 12:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 12:47:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:48:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:48:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:48:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:48:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:48:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:48:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:48:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:48:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 12:48:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 12:48:50,svchost.exe,1004,System,wpad
+2016.06.01 12:48:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:49:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:49:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:49:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 12:50:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:50:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:51:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:51:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:52:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:53:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:53:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:54:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:43,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 12:54:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:55:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:56:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:56:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:57:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:57:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:58:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:58:52,svchost.exe,1004,System,wpad
+2016.06.01 12:59:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 12:59:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:00:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:00:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:01:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:02:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:02:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 13:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 13:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 13:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 13:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 13:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 13:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 13:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 13:03:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:03:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:03:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:03:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:03:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:03:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:03:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:03:22,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 13:03:23,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 13:04:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:04:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:04:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:04:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:05:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:05:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:06:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:07:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:07:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:08:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:08:55,svchost.exe,1004,System,wpad
+2016.06.01 13:08:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:09:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:10:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:10:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:11:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:12:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:12:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:13:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:13:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:14:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:15:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:15:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:16:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:16:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:17:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 13:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 13:18:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:18:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:18:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:18:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:18:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:18:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:18:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:18:23,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 13:18:23,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 13:18:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:18:57,svchost.exe,1004,System,wpad
+2016.06.01 13:19:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:19:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:19:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:19:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:20:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:21:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:21:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:22:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:23:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:23:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:24:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:25:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:25:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:26:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:26:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:27:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:28:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:28:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:28:59,svchost.exe,1004,System,wpad
+2016.06.01 13:29:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:29:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:30:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:31:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:31:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:32:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 13:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 13:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 13:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 13:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 13:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 13:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 13:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 13:32:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:32:47,svchost.exe,820,System,isatap
+2016.06.01 13:33:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:33:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:33:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:33:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:33:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:33:22,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:33:23,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 13:33:23,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 13:33:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:34:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:34:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:34:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:34:54,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 13:35:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:36:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:36:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:37:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:38:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:38:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:39:02,svchost.exe,1004,System,wpad
+2016.06.01 13:39:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:40:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:40:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:41:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:41:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:42:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:42:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:43:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:44:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:44:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:45:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:45:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:46:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:46:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:47:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 13:48:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:48:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:49:04,svchost.exe,1004,System,wpad
+2016.06.01 13:49:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:50:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:50:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:51:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:52:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:52:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:53:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:54:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 13:54:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:55:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:56:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:56:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:57:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:57:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:58:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 13:59:06,svchost.exe,1004,System,wpad
+2016.06.01 13:59:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:00:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:00:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:01:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:02:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:02:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:03:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:03:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:04:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:05:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:05:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:06:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:07:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:07:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:08:24,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 14:08:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 14:08:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 14:08:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 14:08:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 14:08:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 14:08:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 14:08:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 14:08:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 14:08:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 14:08:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 14:08:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 14:08:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 14:08:24,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 14:08:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 14:08:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:08:24,Explorer.EXE,2052,,191.232.139.88
+2016.06.01 14:08:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 14:08:24,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 14:08:25,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 14:08:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 14:08:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:08:58,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 14:09:08,svchost.exe,1004,System,wpad
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:09:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:10:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:10:24,Explorer.EXE,2052,,191.232.139.88
+2016.06.01 14:10:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:10:48,Explorer.EXE,2052,,DB5SCH101101810.wns.windows.com
+2016.06.01 14:10:50,Explorer.EXE,2052,,DB5SCH101101810.wns.windows.com
+2016.06.01 14:10:52,Explorer.EXE,2052,,DB5SCH101101810.wns.windows.com
+2016.06.01 14:10:53,svchost.exe,1004,System,wpad
+2016.06.01 14:10:53,Explorer.EXE,2052,,DB5SCH101101810.wns.windows.com
+2016.06.01 14:10:55,Explorer.EXE,2052,,DB5SCH101101810.wns.windows.com
+2016.06.01 14:10:57,Explorer.EXE,2052,,DB5SCH101101810.wns.windows.com
+2016.06.01 14:10:58,svchost.exe,1004,System,wpad
+2016.06.01 14:11:04,Explorer.EXE,2052,,DB5SCH101101810.wns.windows.com
+2016.06.01 14:11:15,svchost.exe,1004,System,wpad
+2016.06.01 14:11:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:12:17,svchost.exe,1004,System,wpad
+2016.06.01 14:12:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:13:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:13:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:14:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:15:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:15:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:16:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:16:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:17:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:17:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:18:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:19:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:19:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:20:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:21:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:21:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:22:20,svchost.exe,1004,System,wpad
+2016.06.01 14:22:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:23:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:23:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:24:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:24:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:25:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:25:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:26:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:27:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:27:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:28:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:29:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:29:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:30:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:30:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:31:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:32:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:32:22,svchost.exe,1004,System,wpad
+2016.06.01 14:32:47,svchost.exe,820,System,isatap
+2016.06.01 14:32:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:33:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:34:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:34:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:35:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:36:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:36:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:37:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:37:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:38:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:39:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:44,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:39:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:40:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:41:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:41:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:42:24,svchost.exe,1004,System,wpad
+2016.06.01 14:42:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:43:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:43:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:44:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:45:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:45:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:46:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:47:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:47:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:48:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:48:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:49:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:50:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:50:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:51:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:52:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:52:27,svchost.exe,1004,System,wpad
+2016.06.01 14:52:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:53:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:53:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:54:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 14:55:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:55:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:56:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:57:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:57:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:58:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:58:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 14:59:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:00:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:00:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:01:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 15:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:01:09,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 15:01:09,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 15:01:09,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:01:09,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:01:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:01:09,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:01:09,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 15:01:09,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:01:09,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:01:09,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:01:09,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 15:01:09,svchost.exe,820,System,login.live.com
+2016.06.01 15:01:09,svchost.exe,820,,login.live.com
+2016.06.01 15:01:09,svchost.exe,820,System,login.live.com
+2016.06.01 15:01:09,svchost.exe,820,,login.live.com
+2016.06.01 15:01:10,svchost.exe,820,System,s2.symcb.com
+2016.06.01 15:01:10,svchost.exe,820,,s2.symcb.com
+2016.06.01 15:01:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 15:01:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 15:01:14,Explorer.EXE,2052,,client.wns.windows.com
+2016.06.01 15:01:14,Explorer.EXE,2052,,client.wns.windows.com
+2016.06.01 15:01:15,Explorer.EXE,2052,,DB5SCH103101512.wns.windows.com
+2016.06.01 15:01:15,Explorer.EXE,2052,,DB5SCH103101512.wns.windows.com
+2016.06.01 15:01:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:02:10,svchost.exe,648,,ctldl.windowsupdate.com
+2016.06.01 15:02:10,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.06.01 15:02:29,svchost.exe,1004,System,wpad
+2016.06.01 15:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 15:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 15:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:02:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:03:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:03:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:04:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:05:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:05:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:06:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:07:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:07:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:08:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:09:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:09:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:10:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:10:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:11:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:11:33,sihclient.exe,1396,System,sls.update.microsoft.com
+2016.06.01 15:11:33,sihclient.exe,1396,System,sls.update.microsoft.com
+2016.06.01 15:11:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 15:11:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 15:12:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:12:31,svchost.exe,1004,System,wpad
+2016.06.01 15:12:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:13:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:14:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:14:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:15:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:15:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:16:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 15:16:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 15:16:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:16:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:17:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 15:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 15:17:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:18:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:19:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:19:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:20:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:21:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:21:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:22:34,svchost.exe,1004,System,wpad
+2016.06.01 15:22:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:23:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:24:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:24:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:25:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:25:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:26:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:27:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:27:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:28:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:29:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:29:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:30:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:31:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:31:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 15:31:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 15:31:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:32:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:32:36,svchost.exe,1004,System,wpad
+2016.06.01 15:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 15:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 15:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 15:32:47,svchost.exe,820,System,isatap
+2016.06.01 15:33:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:33:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:34:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:34:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:35:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:36:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:36:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:37:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:37:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:38:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:39:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:39:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:40:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:41:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:41:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:42:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:42:38,svchost.exe,1004,System,wpad
+2016.06.01 15:42:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:43:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:44:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:44:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:45:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:45:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 15:46:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 15:46:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 15:46:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:47:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 15:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 15:47:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:48:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:49:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:49:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:50:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:50:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:51:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:52:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:52:40,svchost.exe,1004,System,wpad
+2016.06.01 15:52:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:53:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:54:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:54:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:54:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 15:55:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:55:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:56:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:57:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:57:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:58:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:58:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 15:59:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:00:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:00:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:01:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 16:01:09,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 16:01:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:01:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:02:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:02:43,svchost.exe,1004,System,wpad
+2016.06.01 16:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 16:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 16:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 16:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 16:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 16:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 16:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 16:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 16:03:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:03:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:04:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:04:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:05:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:06:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:06:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:07:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:08:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:08:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:09:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:09:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:10:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:11:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:11:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:12:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:12:45,svchost.exe,1004,System,wpad
+2016.06.01 16:12:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:13:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:14:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:14:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:15:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:15:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:16:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 16:16:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 16:16:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:17:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 16:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 16:17:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:18:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:19:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:19:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:20:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:21:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:21:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:22:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:22:47,svchost.exe,1004,System,wpad
+2016.06.01 16:23:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:23:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:24:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:45,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:24:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:25:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:26:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:26:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:27:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:27:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:28:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:29:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:29:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:30:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:31:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:31:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 16:31:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 16:31:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:32:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:32:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 16:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 16:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 16:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 16:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 16:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 16:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 16:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 16:32:47,svchost.exe,820,System,isatap
+2016.06.01 16:32:50,svchost.exe,1004,System,wpad
+2016.06.01 16:33:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:33:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:34:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:35:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:35:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:36:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:36:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:37:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:38:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:38:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:39:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:39:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:40:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:41:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:41:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:42:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:42:52,svchost.exe,1004,System,wpad
+2016.06.01 16:43:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:43:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:44:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:45:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:45:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:46:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:46:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:46:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:46:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:46:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:46:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 16:46:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 16:46:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 16:46:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:46:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:47:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 16:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 16:48:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:48:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:49:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:50:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:50:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:51:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:52:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:52:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:52:54,svchost.exe,1004,System,wpad
+2016.06.01 16:53:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:53:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:54:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 16:54:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:55:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:56:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:56:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:57:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:58:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:58:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:59:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 16:59:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:00:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:00:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:01:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:01:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:01:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:01:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:01:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:01:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:01:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 17:01:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 17:01:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:01:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:02:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 17:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 17:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 17:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 17:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 17:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 17:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 17:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 17:02:57,svchost.exe,1004,System,wpad
+2016.06.01 17:03:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:03:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:04:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:05:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:05:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:06:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:07:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:07:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:08:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:09:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:10:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:10:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:11:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:11:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:12:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:12:59,svchost.exe,1004,System,wpad
+2016.06.01 17:13:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:13:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:14:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:14:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:15:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:16:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:16:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:16:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:16:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:16:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:16:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:16:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 17:16:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 17:16:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:16:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:17:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 17:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 17:18:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:19:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:19:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:20:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:20:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:21:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:22:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:22:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:23:01,svchost.exe,1004,System,wpad
+2016.06.01 17:23:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:24:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:24:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:24:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:25:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:25:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:26:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:27:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:27:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:28:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:29:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:29:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:30:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:31:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:31:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 17:31:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:31:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:31:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:31:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:31:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:31:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 17:31:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:31:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:32:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 17:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 17:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 17:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 17:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 17:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 17:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 17:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 17:32:47,svchost.exe,820,System,isatap
+2016.06.01 17:33:04,svchost.exe,1004,System,wpad
+2016.06.01 17:33:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:33:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:34:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:35:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:35:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:36:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:37:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:37:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:38:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:38:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:39:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:39:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:40:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:40:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:41:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:42:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:42:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:43:06,svchost.exe,1004,System,wpad
+2016.06.01 17:43:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:43:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:44:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:45:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:45:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:46:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:46:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:46:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:46:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:46:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:46:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 17:46:10,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 17:46:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 17:46:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:47:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:47:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 17:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 17:48:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:48:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:49:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:50:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:51:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:51:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:52:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:52:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:53:08,svchost.exe,1004,System,wpad
+2016.06.01 17:53:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:54:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:54:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:54:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 17:55:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:56:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:56:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:57:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:58:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:58:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:59:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 17:59:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:00:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:01:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:01:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:01:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:01:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:01:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:01:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:01:10,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:01:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 18:01:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 18:01:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:02:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 18:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 18:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 18:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 18:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 18:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 18:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 18:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 18:03:11,svchost.exe,1004,System,wpad
+2016.06.01 18:03:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:03:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:04:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:04:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:05:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:06:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:07:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:07:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:08:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:09:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:09:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:46,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:10:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:10:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:11:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:12:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:12:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:13:13,svchost.exe,1004,System,wpad
+2016.06.01 18:13:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:14:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:14:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:15:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:15:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:16:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:16:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:16:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:16:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:16:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:16:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:16:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 18:16:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 18:16:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:17:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 18:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 18:17:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:18:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:19:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:19:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:20:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:21:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:21:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:22:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:23:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:23:15,svchost.exe,1004,System,wpad
+2016.06.01 18:23:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:24:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:24:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:25:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:26:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:26:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:27:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:28:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:28:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:29:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:30:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:30:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:31:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:31:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:31:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:31:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:31:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:31:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:31:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 18:31:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 18:31:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:32:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:32:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:32:46,OneDrive.exe,3784,,g.live.com
+2016.06.01 18:32:46,OneDrive.exe,3784,,g.live.com
+2016.06.01 18:32:46,OneDrive.exe,3784,,oneclient.sfx.ms
+2016.06.01 18:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 18:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 18:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 18:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 18:32:46,OneDrive.exe,3784,,oneclient.sfx.ms
+2016.06.01 18:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 18:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 18:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 18:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 18:32:47,svchost.exe,820,System,isatap
+2016.06.01 18:33:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:33:17,svchost.exe,1004,System,wpad
+2016.06.01 18:33:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:34:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:34:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:35:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:36:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:36:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:37:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:37:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:38:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:39:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:40:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:40:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:41:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:41:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:42:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:43:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:43:20,svchost.exe,1004,System,wpad
+2016.06.01 18:43:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:44:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:44:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:45:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:46:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:46:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:46:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:46:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:46:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:46:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 18:46:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 18:46:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 18:46:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:46:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:47:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 18:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 18:48:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:48:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:49:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:49:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:50:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:51:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:51:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:52:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:52:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:53:22,svchost.exe,1004,System,wpad
+2016.06.01 18:53:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:54:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:54:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 18:55:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:55:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:56:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:57:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:57:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:58:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:59:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 18:59:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:00:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:00:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:01:06,svchost.exe,820,System,sls.update.microsoft.com
+2016.06.01 19:01:06,svchost.exe,820,,sls.update.microsoft.com
+2016.06.01 19:01:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 19:01:07,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 19:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:01:10,svchost.exe,820,System,sls.update.microsoft.com
+2016.06.01 19:01:10,svchost.exe,820,,sls.update.microsoft.com
+2016.06.01 19:01:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:01:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:01:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:01:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:01:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:01:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:01:21,svchost.exe,820,System,login.live.com
+2016.06.01 19:01:21,svchost.exe,820,,login.live.com
+2016.06.01 19:01:22,svchost.exe,820,System,login.live.com
+2016.06.01 19:01:22,svchost.exe,820,,login.live.com
+2016.06.01 19:01:23,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.06.01 19:01:23,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.06.01 19:01:27,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.01 19:01:27,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.06.01 19:01:28,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.01 19:01:28,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.01 19:01:29,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.06.01 19:01:29,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.06.01 19:01:30,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:30,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:31,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:31,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:32,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:32,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:33,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:33,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:34,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:34,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:01:35,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:35,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:36,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:36,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:36,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:36,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:38,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:38,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:39,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.01 19:01:48,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.01 19:01:48,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.01 19:01:48,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.01 19:02:03,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.01 19:02:04,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.01 19:02:05,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.01 19:02:06,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.01 19:02:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:02:10,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.01 19:02:12,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.01 19:02:14,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.01 19:02:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 19:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 19:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 19:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 19:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 19:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 19:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 19:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 19:03:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:03:24,svchost.exe,1004,System,wpad
+2016.06.01 19:04:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:04:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:05:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:05:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:06:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:07:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:07:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:08:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:08:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:09:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:09:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:10:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:10:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:11:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:11:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:12:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:13:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:13:27,svchost.exe,1004,System,wpad
+2016.06.01 19:13:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:14:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:15:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:15:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:16:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:16:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:16:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:16:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:16:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:16:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:16:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:16:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:16:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 19:16:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 19:16:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:17:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 19:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 19:18:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:18:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:19:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:20:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:20:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:21:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:22:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:22:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:23:29,svchost.exe,1004,System,wpad
+2016.06.01 19:23:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:24:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:24:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:25:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:26:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:26:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:27:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:27:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:28:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:29:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:29:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:30:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:30:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:31:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:31:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:31:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:31:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:31:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:31:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:31:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:31:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 19:31:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 19:31:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:32:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 19:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 19:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 19:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 19:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 19:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 19:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 19:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 19:32:47,svchost.exe,820,System,isatap
+2016.06.01 19:32:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:33:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:33:31,svchost.exe,1004,System,wpad
+2016.06.01 19:33:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:34:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:35:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:35:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:36:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:37:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:37:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:38:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:38:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:39:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:39:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:40:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:40:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:41:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:42:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:42:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:43:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:43:33,svchost.exe,1004,System,wpad
+2016.06.01 19:44:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:44:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:45:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:45:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:46:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:46:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:46:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:46:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:46:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:46:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:46:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 19:46:11,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 19:46:24,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 19:46:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 19:46:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:46:44,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 19:47:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:47:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 19:48:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:48:13,Explorer.EXE,2052,,DB5SCH103101512.wns.windows.com
+2016.06.01 19:48:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:49:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:49:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:49:31,Explorer.EXE,2052,,DB5SCH103101512.wns.windows.com
+2016.06.01 19:49:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:51:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:51:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:52:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:52:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:53:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:53:36,svchost.exe,1004,System,wpad
+2016.06.01 19:54:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:47,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 19:54:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:55:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:56:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:56:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:57:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:57:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:58:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:59:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 19:59:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:00:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:00:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 20:01:09,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 20:01:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 20:01:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 20:01:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 20:01:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 20:01:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 20:01:11,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 20:01:12,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 20:01:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 20:01:16,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 20:01:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:02:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 20:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 20:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 20:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 20:02:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:03:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:03:38,svchost.exe,1004,System,wpad
+2016.06.01 20:03:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:04:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:05:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:05:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:06:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:07:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:07:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:08:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:09:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:09:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:10:05,Explorer.EXE,2052,,DB5SCH103101512.wns.windows.com
+2016.06.01 20:10:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:10:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:11:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:12:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:13:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:13:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:13:40,svchost.exe,1004,System,wpad
+2016.06.01 20:14:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:15:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:15:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:16:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:16:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:17:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:17:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:18:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:18:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:19:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:20:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:20:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:21:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:22:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:22:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:23:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:23:43,svchost.exe,1004,System,wpad
+2016.06.01 20:24:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:24:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:25:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:26:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:27:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:27:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:28:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:28:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:29:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:29:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:30:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:31:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:31:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:32:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:32:47,svchost.exe,820,System,isatap
+2016.06.01 20:33:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:33:45,svchost.exe,1004,System,wpad
+2016.06.01 20:33:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:34:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:35:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:35:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:36:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:36:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:37:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:38:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:38:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:39:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:40:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:40:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:41:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:42:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:42:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:43:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:43:47,svchost.exe,1004,System,wpad
+2016.06.01 20:43:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:44:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:45:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:45:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:46:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:46:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:47:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:48:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:48:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:49:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:50:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:50:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:51:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:52:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:52:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:53:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:53:50,svchost.exe,1004,System,wpad
+2016.06.01 20:54:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:54:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:54:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 20:55:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:55:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:56:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:57:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:57:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:58:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:59:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 20:59:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:00:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:01:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:01:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:02:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:02:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:03:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:03:52,svchost.exe,1004,System,wpad
+2016.06.01 21:04:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:04:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:05:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:05:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:06:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:07:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:07:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:08:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:09:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:09:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:10:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:11:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:11:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:12:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:13:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:13:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:13:54,svchost.exe,1004,System,wpad
+2016.06.01 21:14:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:15:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:15:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:16:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:17:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:17:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:18:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:18:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:19:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:20:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:20:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:21:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:21:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:22:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:23:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:23:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:23:57,svchost.exe,1004,System,wpad
+2016.06.01 21:24:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:24:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:25:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:25:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:26:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:26:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:27:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:28:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:28:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:29:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:30:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:30:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:31:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:31:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:32:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:32:47,svchost.exe,820,System,isatap
+2016.06.01 21:33:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:33:27,svchost.exe,820,System,sls.update.microsoft.com
+2016.06.01 21:33:27,svchost.exe,820,System,sls.update.microsoft.com
+2016.06.01 21:33:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 21:33:30,svchost.exe,820,System,fe2.update.microsoft.com
+2016.06.01 21:33:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 21:33:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 21:33:32,svchost.exe,820,System,fe2.update.microsoft.com
+2016.06.01 21:33:34,svchost.exe,820,System,fe2.update.microsoft.com
+2016.06.01 21:33:34,svchost.exe,820,System,sls.update.microsoft.com
+2016.06.01 21:33:34,svchost.exe,820,System,sls.update.microsoft.com
+2016.06.01 21:33:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 21:33:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:33:59,svchost.exe,1004,System,wpad
+2016.06.01 21:34:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:35:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:35:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:36:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:37:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:37:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:38:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:39:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:39:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:48,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:40:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:40:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:41:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:42:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:43:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:43:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:44:01,svchost.exe,1004,System,wpad
+2016.06.01 21:44:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:44:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:45:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:45:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:46:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:47:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:47:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:48:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:48:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:49:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:50:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:50:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:51:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:51:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:52:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:53:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:53:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:54:03,svchost.exe,1004,System,wpad
+2016.06.01 21:54:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 21:54:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:55:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:56:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:56:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:57:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:57:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:58:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:59:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 21:59:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:00:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:00:24,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 22:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 22:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 22:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 22:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 22:00:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,client.wns.windows.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,client.wns.windows.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,DB5SCH101101724.wns.windows.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,DB5SCH101101724.wns.windows.com
+2016.06.01 22:00:25,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 22:00:25,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 22:00:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:02:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:02:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 22:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 22:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:03:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:03:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:04:06,svchost.exe,1004,System,wpad
+2016.06.01 22:04:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:05:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:05:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:06:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:07:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:07:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:08:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:09:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:09:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:10:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:10:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:11:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:12:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:12:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:13:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:13:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:14:08,svchost.exe,1004,System,wpad
+2016.06.01 22:14:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:15:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:15:24,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 22:15:24,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 22:15:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:16:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:17:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:17:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 22:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 22:18:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:18:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:19:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:20:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:20:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:21:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:21:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:22:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:22:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:23:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:24:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:24:10,svchost.exe,1004,System,wpad
+2016.06.01 22:24:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:25:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:26:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:26:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:27:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:27:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:28:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:29:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:29:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:30:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:30:24,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 22:30:24,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 22:30:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:31:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:31:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:32:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 22:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 22:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 22:32:47,svchost.exe,820,System,isatap
+2016.06.01 22:33:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:33:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:34:13,svchost.exe,1004,System,wpad
+2016.06.01 22:34:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:35:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:35:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:36:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:37:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:37:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:38:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:39:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:39:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:39:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:40:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:40:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:41:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:41:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:42:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:43:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:43:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:44:15,svchost.exe,1004,System,wpad
+2016.06.01 22:44:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:45:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 22:45:24,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 22:45:24,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 22:45:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:46:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:47:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:47:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:47:46,Explorer.EXE,2052,,candycrushsoda.king.com
+2016.06.01 22:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 22:47:46,Explorer.EXE,2052,,candycrushsoda.king.com
+2016.06.01 22:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 22:48:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:49:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:49:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:50:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:50:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:51:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:52:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:52:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:53:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:54:17,svchost.exe,1004,System,wpad
+2016.06.01 22:54:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 22:54:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:55:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:56:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:56:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:57:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:58:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:58:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 22:59:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:00:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:00:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:01:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:02:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 23:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 23:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 23:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 23:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 23:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 23:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 23:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 23:02:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:03:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:04:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:04:20,svchost.exe,1004,System,wpad
+2016.06.01 23:04:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:05:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:06:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:06:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:07:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:07:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:08:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:09:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:09:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:09:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:10:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:10:25,Explorer.EXE,2052,,client.wns.windows.com
+2016.06.01 23:10:25,Explorer.EXE,2052,,client.wns.windows.com
+2016.06.01 23:10:25,Explorer.EXE,2052,,DB5SCH101101541.wns.windows.com
+2016.06.01 23:10:25,Explorer.EXE,2052,,DB5SCH101101541.wns.windows.com
+2016.06.01 23:11:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:11:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:12:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:12:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:13:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:13:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:14:22,svchost.exe,1004,System,wpad
+2016.06.01 23:14:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:15:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:15:25,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 23:15:25,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 23:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:15:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:16:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:17:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 23:17:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:18:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:18:41,svchost.exe,1004,System,169.254.177.157
+2016.06.01 23:18:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:19:05,svchost.exe,1004,System,169.254.177.157
+2016.06.01 23:19:26,svchost.exe,1004,System,169.254.177.157
+2016.06.01 23:19:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:20:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:21:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:21:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:22:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:22:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:23:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:23:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:24:24,svchost.exe,1004,System,wpad
+2016.06.01 23:24:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:49,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:24:51,Explorer.EXE,2052,,DB5SCH101101724.wns.windows.com
+2016.06.01 23:25:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:25:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:26:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:27:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:27:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:28:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:28:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:28:57,Explorer.EXE,2052,,DB5SCH101101541.wns.windows.com
+2016.06.01 23:29:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:30:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:30:25,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 23:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:30:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 23:30:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 23:30:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:31:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:31:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:32:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 23:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 23:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 23:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 23:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.01 23:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 23:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 23:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.01 23:32:47,svchost.exe,820,System,isatap
+2016.06.01 23:33:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:33:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:34:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:34:27,svchost.exe,1004,System,wpad
+2016.06.01 23:35:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:35:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:36:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:36:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:37:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:37:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:38:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:39:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:39:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:40:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:41:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:41:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:42:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:43:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:43:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:44:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:44:29,svchost.exe,1004,System,wpad
+2016.06.01 23:44:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.01 23:45:26,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 23:45:26,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.01 23:45:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:46:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:46:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:47:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 23:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.01 23:48:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:48:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:49:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:50:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:50:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:51:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:52:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:52:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:53:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:54:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:54:31,svchost.exe,1004,System,wpad
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.01 23:54:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:55:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:56:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:56:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:57:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:58:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:58:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.01 23:59:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:00:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:00:26,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 00:00:26,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 00:00:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:01:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:01:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:02:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 00:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 00:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 00:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 00:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 00:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 00:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 00:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 00:03:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:03:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:04:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:04:33,svchost.exe,1004,System,wpad
+2016.06.02 00:04:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:05:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:06:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:06:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:07:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:07:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:08:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:09:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:09:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:10:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:10:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:11:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:12:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:12:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:13:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:13:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:14:36,svchost.exe,1004,System,wpad
+2016.06.02 00:14:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:15:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:15:26,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 00:15:26,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 00:16:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:16:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:17:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 00:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 00:17:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:18:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:19:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:19:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:20:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:20:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:21:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:22:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:22:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:23:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:24:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:24:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:24:38,svchost.exe,1004,System,wpad
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:24:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:25:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:26:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:26:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:27:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:28:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:28:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:29:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:30:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:30:26,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 00:30:26,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 00:30:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:31:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:31:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:32:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 00:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 00:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 00:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 00:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 00:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 00:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 00:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 00:32:47,svchost.exe,820,System,isatap
+2016.06.02 00:32:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:33:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:34:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:34:40,svchost.exe,1004,System,wpad
+2016.06.02 00:35:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:35:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:36:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:36:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:37:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:38:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:38:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:39:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:39:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:40:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:41:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:41:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:42:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:42:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:43:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:44:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:44:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:44:43,svchost.exe,1004,System,wpad
+2016.06.02 00:45:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 00:45:26,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 00:45:26,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 00:45:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:46:27,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.06.02 00:46:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:47:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:47:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 00:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 00:48:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:48:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:49:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:50:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:50:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:51:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:52:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:52:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:53:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:54:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:54:45,svchost.exe,1004,System,wpad
+2016.06.02 00:54:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:54:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 00:55:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:56:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:56:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:57:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:57:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:58:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 00:59:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:00:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:00:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 01:00:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 01:00:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:01:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:01:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:02:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 01:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 01:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 01:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 01:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 01:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 01:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 01:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 01:03:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:03:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:04:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:04:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:04:47,svchost.exe,1004,System,wpad
+2016.06.02 01:05:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:05:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:06:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:07:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:07:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:08:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:08:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:09:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:50,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:10:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:10:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:11:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:12:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:12:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:13:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:13:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:14:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:14:33,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 01:14:33,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 01:14:50,svchost.exe,1004,System,wpad
+2016.06.02 01:15:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:15:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:15:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 01:15:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 01:15:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:16:02,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:02,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:03,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:03,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:05,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:05,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:06,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:06,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:07,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:07,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:08,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:08,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:09,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:09,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:10,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:10,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:11,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:11,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:11,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:11,svchost.exe,820,,img-s-msn-com.akamaized.net
+2016.06.02 01:16:11,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:17:10,svchost.exe,820,System,pbs.twimg.com
+2016.06.02 01:17:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:17:14,svchost.exe,820,System,pbs.twimg.com
+2016.06.02 01:17:14,svchost.exe,820,,pbs.twimg.com
+2016.06.02 01:17:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:18:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:19:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:19:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:20:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:21:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:21:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:22:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:23:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:23:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:24:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:24:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:24:52,svchost.exe,1004,System,wpad
+2016.06.02 01:25:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:26:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:26:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:27:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:28:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:28:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:29:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:30:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:30:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:30:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 01:30:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 01:30:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:31:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:31:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:32:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 01:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 01:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 01:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 01:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 01:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 01:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 01:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 01:32:47,svchost.exe,820,System,isatap
+2016.06.02 01:33:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:33:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:34:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:34:54,svchost.exe,1004,System,wpad
+2016.06.02 01:35:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:35:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:36:07,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 01:36:07,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 01:36:08,CompatTelRunner.exe,4876,System,telecommand.telemetry.microsoft.com
+2016.06.02 01:36:08,CompatTelRunner.exe,4876,System,telecommand.telemetry.microsoft.com
+2016.06.02 01:36:08,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:08,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:08,svchost.exe,820,System,dmd.metaservices.microsoft.com
+2016.06.02 01:36:08,svchost.exe,820,System,dmd.metaservices.microsoft.com
+2016.06.02 01:36:08,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:09,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:09,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:09,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:09,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:10,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:10,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:10,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:10,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:10,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:11,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:11,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:11,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:11,dmclient.exe,3812,System,settings.data.microsoft.com
+2016.06.02 01:36:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:36:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:37:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:38:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:38:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:39:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:39:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:40:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:40:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:41:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:42:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:42:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:43:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:43:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:44:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:44:56,svchost.exe,1004,System,wpad
+2016.06.02 01:45:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:45:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 01:45:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 01:45:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 01:45:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:46:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:47:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:47:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:48:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:48:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:49:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:50:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:50:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:51:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:51:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:52:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:53:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:53:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:54:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:54:49,svchost.exe,820,System,login.live.com
+2016.06.02 01:54:49,svchost.exe,820,System,login.live.com
+2016.06.02 01:54:50,wermgr.exe,5092,System,watson.telemetry.microsoft.com
+2016.06.02 01:54:50,wermgr.exe,5092,System,watson.telemetry.microsoft.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 01:54:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:54:59,svchost.exe,1004,System,wpad
+2016.06.02 01:55:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:56:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:56:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:57:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:57:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:58:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:59:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 01:59:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:00:24,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:00:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 02:00:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 02:00:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:01:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:01:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:02:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 02:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 02:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 02:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 02:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 02:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 02:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 02:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 02:03:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:03:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:04:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:04:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:05:01,svchost.exe,1004,System,wpad
+2016.06.02 02:05:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:06:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:06:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:07:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:08:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:08:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:09:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:09:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:10:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:10:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:11:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:11:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:12:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:12:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:13:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:14:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:14:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:15:03,svchost.exe,1004,System,wpad
+2016.06.02 02:15:24,svchost.exe,820,System,login.live.com
+2016.06.02 02:15:24,svchost.exe,820,System,login.live.com
+2016.06.02 02:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:15:27,svchost.exe,820,System,login.live.com
+2016.06.02 02:15:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 02:15:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 02:15:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:16:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:16:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:17:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 02:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 02:18:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:18:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:19:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:19:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:20:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:21:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:21:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:22:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:22:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:23:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:24:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:24:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:24:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:25:06,svchost.exe,1004,System,wpad
+2016.06.02 02:25:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:25:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:26:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:26:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:27:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:28:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:28:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:29:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:29:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:30:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 02:30:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 02:30:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:31:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:31:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:32:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 02:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 02:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 02:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 02:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 02:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 02:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 02:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 02:32:47,svchost.exe,820,System,isatap
+2016.06.02 02:33:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:33:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:34:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:35:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:35:08,svchost.exe,1004,System,wpad
+2016.06.02 02:35:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:36:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:37:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:37:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:38:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:38:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:39:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:51,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:40:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:40:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:41:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:41:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:42:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:43:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:43:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:44:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:45:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:45:10,svchost.exe,1004,System,wpad
+2016.06.02 02:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 02:45:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 02:45:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 02:45:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:46:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:47:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:47:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 02:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 02:48:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:48:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:49:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:50:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:50:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:51:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:52:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:52:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:53:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:54:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:54:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 02:55:12,svchost.exe,1004,System,wpad
+2016.06.02 02:55:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:56:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:56:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:57:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:57:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:58:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:59:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 02:59:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:00:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:00:27,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 03:00:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 03:00:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:01:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:01:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:02:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 03:02:46,Explorer.EXE,2052,,sway-cdn.com
+2016.06.02 03:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 03:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 03:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 03:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 03:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 03:02:46,Explorer.EXE,2052,,sway-cdn.com
+2016.06.02 03:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 03:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 03:02:46,Explorer.EXE,2052,,sway-cdn.com
+2016.06.02 03:03:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:03:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:04:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:04:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:05:15,svchost.exe,1004,System,wpad
+2016.06.02 03:05:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:06:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:06:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:07:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:08:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:08:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:09:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:10:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:10:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:11:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:12:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:12:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:13:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:14:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:14:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:15:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:15:17,svchost.exe,1004,System,wpad
+2016.06.02 03:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:15:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 03:15:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 03:15:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:16:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:16:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:17:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 03:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 03:18:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:18:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:19:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:19:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:20:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:21:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:21:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:22:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:23:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:23:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:24:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:25:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:25:19,svchost.exe,1004,System,wpad
+2016.06.02 03:25:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:26:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:27:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:27:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:28:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:28:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:29:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:30:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:30:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 03:30:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 03:30:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:31:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:32:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:32:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 03:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 03:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 03:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 03:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 03:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 03:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 03:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 03:32:47,svchost.exe,820,System,isatap
+2016.06.02 03:33:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:33:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:34:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:35:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:35:22,svchost.exe,1004,System,wpad
+2016.06.02 03:35:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:36:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:37:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:37:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:38:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:39:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:39:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:39:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:40:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:40:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:41:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:42:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:42:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:43:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:44:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:44:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:45:24,svchost.exe,1004,System,wpad
+2016.06.02 03:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:45:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 03:45:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 03:45:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 03:46:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:46:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:47:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 03:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 03:47:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:48:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:49:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:49:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:50:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:50:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:51:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:52:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:52:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:53:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:54:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:54:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 03:55:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:55:26,svchost.exe,1004,System,wpad
+2016.06.02 03:55:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:56:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:56:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:57:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:58:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:58:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 03:59:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:00:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:00:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 04:00:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 04:00:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:01:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:01:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:02:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 04:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 04:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 04:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 04:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 04:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 04:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 04:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 04:03:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:03:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:04:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:04:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:05:29,svchost.exe,1004,System,wpad
+2016.06.02 04:05:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:06:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:07:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:07:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:08:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:08:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:09:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:09:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:10:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:10:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:11:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:12:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:12:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:13:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:14:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:14:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:15:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 04:15:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 04:15:31,svchost.exe,1004,System,wpad
+2016.06.02 04:15:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:16:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:16:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:17:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 04:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 04:18:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:18:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:19:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:19:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:20:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:20:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:21:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:22:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:22:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:23:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:24:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:24:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:52,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:25:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:25:33,svchost.exe,1004,System,wpad
+2016.06.02 04:25:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:26:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:27:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:27:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:28:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:29:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:29:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:30:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 04:30:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 04:30:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:31:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:31:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:32:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 04:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 04:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 04:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 04:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 04:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 04:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 04:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 04:32:47,svchost.exe,820,System,isatap
+2016.06.02 04:33:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:33:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:34:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:34:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:35:35,svchost.exe,1004,System,wpad
+2016.06.02 04:35:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:36:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:37:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:37:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:38:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:38:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:39:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:40:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:40:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:41:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:42:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:42:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:43:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:44:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:44:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:45:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 04:45:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 04:45:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 04:45:34,CompatTelRunner.exe,2636,System,settings-win.data.microsoft.com
+2016.06.02 04:45:36,CompatTelRunner.exe,2636,System,go.microsoft.com
+2016.06.02 04:45:36,svchost.exe,820,System,fe2.update.microsoft.com
+2016.06.02 04:45:37,svchost.exe,820,System,fe2.update.microsoft.com
+2016.06.02 04:45:37,CompatTelRunner.exe,2636,System,go.microsoft.com
+2016.06.02 04:45:38,svchost.exe,1004,System,wpad
+2016.06.02 04:45:39,CompatTelRunner.exe,1276,System,settings-win.data.microsoft.com
+2016.06.02 04:45:40,CompatTelRunner.exe,3020,System,settings-win.data.microsoft.com
+2016.06.02 04:46:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:46:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:47:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 04:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 04:48:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:48:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:49:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:50:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:50:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:51:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:51:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:52:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:53:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:53:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:54:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 04:55:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:55:40,svchost.exe,1004,System,wpad
+2016.06.02 04:55:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:56:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:56:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:57:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:58:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:58:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 04:59:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:00:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:00:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 05:00:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 05:00:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:01:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:01:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:02:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 05:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 05:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 05:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 05:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 05:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 05:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 05:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 05:03:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:03:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:04:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:05:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:05:42,svchost.exe,1004,System,wpad
+2016.06.02 05:05:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:06:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:06:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:07:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:07:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:08:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:09:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:09:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:10:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:11:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:11:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:12:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:13:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:13:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:14:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:15:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:15:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 05:15:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 05:15:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:15:45,svchost.exe,1004,System,wpad
+2016.06.02 05:16:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:16:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:17:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 05:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 05:18:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:18:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:19:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:19:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:20:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:21:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:21:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:22:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:22:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:23:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:24:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:24:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:24:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:25:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:25:47,svchost.exe,1004,System,wpad
+2016.06.02 05:26:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:26:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:27:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:28:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:28:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:29:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:29:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:30:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 05:30:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 05:30:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:31:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:31:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:32:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 05:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 05:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 05:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 05:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 05:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 05:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 05:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 05:32:47,svchost.exe,820,System,isatap
+2016.06.02 05:33:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:33:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:34:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:35:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:35:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:35:49,svchost.exe,1004,System,wpad
+2016.06.02 05:36:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:37:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:37:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:38:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:38:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:39:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:39:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:40:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:40:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:41:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:42:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:42:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:43:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:44:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:44:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:45:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 05:45:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 05:45:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 05:45:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:45:51,svchost.exe,1004,System,wpad
+2016.06.02 05:46:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:47:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:47:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 05:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 05:48:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:48:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:49:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:50:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:50:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:51:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:52:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:52:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:53:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:54:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:54:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:54:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 05:55:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:55:54,svchost.exe,1004,System,wpad
+2016.06.02 05:56:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:56:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:57:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:57:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:58:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:58:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 05:59:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:00:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:00:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 06:00:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 06:00:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:01:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:02:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 06:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 06:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 06:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 06:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 06:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 06:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 06:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 06:02:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:03:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:04:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:04:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:05:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:05:56,svchost.exe,1004,System,wpad
+2016.06.02 06:06:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:06:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:07:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:08:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:09:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:09:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:53,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:10:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:10:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:11:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:12:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:12:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:13:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:14:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:14:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:15:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:15:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 06:15:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 06:15:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:15:58,svchost.exe,1004,System,wpad
+2016.06.02 06:16:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:16:29,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.06.02 06:16:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:17:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 06:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 06:18:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:18:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:19:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:19:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:20:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:21:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:21:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:22:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:23:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:23:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:24:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:24:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:25:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:26:01,svchost.exe,1004,System,wpad
+2016.06.02 06:26:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:26:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:27:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:28:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:28:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:29:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:29:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:30:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:30:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:30:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:30:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:30:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:30:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:30:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:30:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 06:30:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 06:31:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:31:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:32:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:32:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 06:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 06:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 06:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 06:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 06:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 06:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 06:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 06:32:47,svchost.exe,820,System,isatap
+2016.06.02 06:33:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:33:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:34:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:35:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:35:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:36:03,svchost.exe,1004,System,wpad
+2016.06.02 06:36:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:37:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:37:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:38:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:38:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:39:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:40:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:40:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:41:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:41:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:42:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:43:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:43:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:44:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:44:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:45:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 06:45:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 06:45:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 06:46:05,svchost.exe,1004,System,wpad
+2016.06.02 06:46:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:46:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:47:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 06:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 06:48:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:48:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:49:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:49:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:50:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:51:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:51:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:52:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:53:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:53:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:54:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:54:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:54:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 06:55:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:55:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:56:08,svchost.exe,1004,System,wpad
+2016.06.02 06:56:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:57:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:57:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:58:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:59:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 06:59:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:00:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 07:00:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 07:00:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:01:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:01:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:02:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 07:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 07:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 07:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 07:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 07:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 07:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 07:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 07:02:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:03:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:04:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:04:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:05:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:06:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:06:10,svchost.exe,1004,System,wpad
+2016.06.02 07:06:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:07:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:07:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:08:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:09:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:09:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:10:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:11:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:11:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:12:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:13:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:13:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:14:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:15:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:15:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 07:15:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 07:15:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:16:12,svchost.exe,1004,System,wpad
+2016.06.02 07:16:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:17:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 07:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 07:17:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:18:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:19:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:19:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:20:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:21:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:21:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:22:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:22:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:23:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:23:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:24:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:24:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:25:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:26:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:26:14,svchost.exe,1004,System,wpad
+2016.06.02 07:26:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:27:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:27:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:28:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:29:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:29:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:30:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 07:30:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 07:30:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:31:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:31:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:32:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 07:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 07:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 07:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 07:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 07:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 07:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 07:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 07:32:47,svchost.exe,820,System,isatap
+2016.06.02 07:32:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:33:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:34:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:34:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:35:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:36:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:36:17,svchost.exe,1004,System,wpad
+2016.06.02 07:36:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:37:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:38:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:38:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:39:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:54,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:40:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:40:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:41:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:42:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:42:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:43:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:43:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:44:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:45:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:45:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:45:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:45:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:45:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:45:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:45:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 07:45:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 07:45:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 07:45:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:46:19,svchost.exe,1004,System,wpad
+2016.06.02 07:46:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:47:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 07:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 07:47:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:48:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:48:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:49:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:49:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:50:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:51:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:51:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:52:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:52:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:53:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:54:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:54:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 07:55:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:55:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:56:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:56:21,svchost.exe,1004,System,wpad
+2016.06.02 07:56:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:57:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:58:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:58:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:59:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 07:59:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:00:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:00:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:00:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:00:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:00:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:00:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:00:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 08:00:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 08:00:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:01:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:01:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:02:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 08:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 08:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 08:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 08:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 08:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 08:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 08:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 08:03:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:03:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:04:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:05:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:05:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:06:24,svchost.exe,1004,System,wpad
+2016.06.02 08:06:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:07:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:07:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:08:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:09:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:09:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:10:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:11:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:11:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:12:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:12:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:13:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:14:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:14:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:15:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:15:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:15:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:15:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:15:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:15:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:15:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:15:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 08:15:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 08:16:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:16:26,svchost.exe,1004,System,wpad
+2016.06.02 08:16:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:17:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 08:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 08:18:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:18:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:19:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:19:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:20:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:21:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:21:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:22:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:23:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:23:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:24:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:24:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:24:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:25:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:26:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:26:28,svchost.exe,1004,System,wpad
+2016.06.02 08:26:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:27:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:27:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:28:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:29:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:29:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:30:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 08:30:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 08:30:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:31:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:31:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:32:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:32:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:32:45,svchost.exe,820,System,isatap
+2016.06.02 08:32:45,svchost.exe,1004,System,wpad
+2016.06.02 08:32:45,svchost.exe,820,System,isatap
+2016.06.02 08:32:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 08:32:45,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 08:32:45,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 08:32:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:32:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:32:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:32:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:32:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:32:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:32:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:32:46,svchost.exe,820,System,isatap
+2016.06.02 08:32:46,svchost.exe,820,System,isatap
+2016.06.02 08:32:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:32:46,svchost.exe,820,System,isatap
+2016.06.02 08:32:46,svchost.exe,820,System,isatap
+2016.06.02 08:32:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:32:48,svchost.exe,1004,System,wpad
+2016.06.02 08:32:48,svchost.exe,820,System,login.live.com
+2016.06.02 08:32:49,svchost.exe,820,System,login.live.com
+2016.06.02 08:32:49,svchost.exe,820,System,login.live.com
+2016.06.02 08:32:49,svchost.exe,820,System,login.live.com
+2016.06.02 08:32:49,svchost.exe,1004,System,wpad
+2016.06.02 08:32:49,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.02 08:32:50,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.02 08:32:50,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.06.02 08:33:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:33:06,svchost.exe,1004,System,wpad
+2016.06.02 08:34:09,svchost.exe,1004,System,wpad
+2016.06.02 08:34:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:34:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:35:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:36:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:36:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:37:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:38:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:38:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:39:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:39:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:40:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:40:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:41:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:41:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:42:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:43:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:43:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:44:11,svchost.exe,1004,System,wpad
+2016.06.02 08:44:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:45:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:45:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:45:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:45:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:45:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:45:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:45:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 08:45:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 08:45:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 08:45:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:46:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:47:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:47:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 08:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 08:48:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:49:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:49:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:50:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:50:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:51:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:52:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:52:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:53:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:53:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:54:13,svchost.exe,1004,System,wpad
+2016.06.02 08:54:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:54:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 08:55:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:55:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:56:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:56:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:57:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:58:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:58:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 08:59:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:00:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:00:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:00:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:00:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:00:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:00:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:00:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:00:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 09:00:30,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 09:00:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:01:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:01:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:02:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 09:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 09:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 09:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 09:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 09:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 09:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 09:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 09:03:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:03:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:04:15,svchost.exe,1004,System,wpad
+2016.06.02 09:04:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:05:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:05:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:06:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:06:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:07:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:08:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:08:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:09:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:55,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:09:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:10:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:11:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:11:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:12:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:12:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:13:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:14:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:14:18,svchost.exe,1004,System,wpad
+2016.06.02 09:14:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:15:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:15:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:15:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:15:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:15:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:15:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:15:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:15:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 09:15:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 09:16:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:16:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:17:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 09:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 09:18:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:18:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:19:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:20:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:20:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:21:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:21:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:22:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:23:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:23:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:24:20,svchost.exe,1004,System,wpad
+2016.06.02 09:24:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:25:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:25:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:26:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:27:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:28:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:28:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:29:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:30:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:30:30,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:30:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 09:30:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 09:30:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:31:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:31:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:32:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:32:45,svchost.exe,820,System,isatap
+2016.06.02 09:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 09:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 09:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 09:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 09:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 09:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 09:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 09:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 09:33:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:33:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:34:22,svchost.exe,1004,System,wpad
+2016.06.02 09:34:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:35:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:35:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:36:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:36:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:37:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:38:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:38:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:39:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:40:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:40:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:41:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:42:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:42:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:43:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:44:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:44:25,svchost.exe,1004,System,wpad
+2016.06.02 09:44:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:45:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:45:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:45:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:45:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:45:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:45:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:45:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 09:45:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 09:45:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 09:45:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:46:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:47:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 09:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 09:47:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:48:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:49:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:49:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:50:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:50:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:51:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:51:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:52:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:53:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:53:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:54:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:54:27,svchost.exe,1004,System,wpad
+2016.06.02 09:54:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 09:55:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:56:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:56:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:57:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:58:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:58:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 09:59:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:00:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:00:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:00:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:00:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:00:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:00:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:00:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:00:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:00:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 10:00:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 10:00:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:01:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:01:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:02:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 10:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 10:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 10:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 10:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 10:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 10:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 10:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 10:03:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:03:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:04:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:04:29,svchost.exe,1004,System,wpad
+2016.06.02 10:05:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:05:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:06:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:06:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:07:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:08:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:08:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:09:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:09:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:09:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:10:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:11:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:11:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:12:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:12:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:13:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:14:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:14:32,svchost.exe,1004,System,wpad
+2016.06.02 10:14:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:15:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:15:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:15:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:15:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:15:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:15:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:15:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:15:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 10:15:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 10:15:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:16:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:16:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:17:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 10:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 10:18:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:18:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:19:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:19:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:20:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:21:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:21:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:22:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:22:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:23:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:24:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:24:34,svchost.exe,1004,System,wpad
+2016.06.02 10:24:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:24:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:25:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:26:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:26:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:27:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:27:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:28:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:29:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:29:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:30:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:30:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 10:30:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 10:30:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:31:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:31:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:32:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:32:45,svchost.exe,820,System,isatap
+2016.06.02 10:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 10:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 10:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 10:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 10:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 10:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 10:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 10:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 10:32:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:33:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:34:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:34:36,svchost.exe,1004,System,wpad
+2016.06.02 10:34:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:35:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:36:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:36:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:37:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:37:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:38:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:38:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:39:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:39:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:40:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:41:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:41:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:42:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:42:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:43:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:44:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:44:38,svchost.exe,1004,System,wpad
+2016.06.02 10:44:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:45:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:45:25,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:45:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:45:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:45:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:45:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:45:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:45:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 10:45:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 10:45:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 10:45:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:46:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:47:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 10:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 10:47:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:48:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:49:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:49:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:50:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:50:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:51:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:52:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:52:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:53:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:53:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:54:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:54:41,svchost.exe,1004,System,wpad
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:56,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 10:55:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:55:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:56:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:56:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:57:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:57:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:58:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:59:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 10:59:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:00:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:00:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:00:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:00:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:00:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:00:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:00:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:00:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 11:00:31,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 11:00:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:01:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:02:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 11:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 11:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 11:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 11:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 11:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 11:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 11:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 11:02:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:03:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:04:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:04:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:04:43,svchost.exe,1004,System,wpad
+2016.06.02 11:05:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:05:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:06:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:07:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:07:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:08:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:08:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:09:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:10:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:10:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:11:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:11:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:12:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:12:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:13:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:14:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:14:45,svchost.exe,1004,System,wpad
+2016.06.02 11:14:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:15:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:15:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:15:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:15:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:15:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:15:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:15:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:15:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 11:15:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 11:16:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:16:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:17:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 11:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 11:18:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:18:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:19:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:19:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:20:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:21:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:21:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:22:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:22:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:23:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:24:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:24:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:24:48,svchost.exe,1004,System,wpad
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:25:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:25:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:26:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:26:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:27:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:28:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:28:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:29:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:30:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:30:31,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:30:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 11:30:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 11:30:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:31:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:31:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:32:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:32:45,svchost.exe,820,System,isatap
+2016.06.02 11:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 11:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 11:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 11:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 11:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 11:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 11:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 11:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 11:33:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:33:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:34:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:34:50,svchost.exe,1004,System,wpad
+2016.06.02 11:34:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:35:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:36:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:37:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:37:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:38:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:39:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:39:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:40:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:41:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:41:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:42:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:42:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:43:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:44:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:44:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:44:52,svchost.exe,1004,System,wpad
+2016.06.02 11:45:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:45:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:45:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:45:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:45:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:45:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:45:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 11:45:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 11:45:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 11:45:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:46:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:47:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:47:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 11:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 11:48:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:48:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:49:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:50:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:50:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:51:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:52:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:52:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:53:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:53:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:54:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:54:55,svchost.exe,1004,System,wpad
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:54:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 11:55:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:55:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:56:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:56:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:57:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:58:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:58:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 11:59:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:00:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:00:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:00:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:00:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:00:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:00:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:00:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:00:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 12:00:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 12:00:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:01:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:01:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:02:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 12:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 12:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 12:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 12:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 12:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 12:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 12:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 12:03:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:03:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:04:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:04:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:04:57,svchost.exe,1004,System,wpad
+2016.06.02 12:05:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:06:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:06:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:07:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:07:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:08:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 12:08:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 12:08:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:09:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:09:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:10:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:10:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:11:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:11:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:12:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:13:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:13:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:14:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:14:59,svchost.exe,1004,System,wpad
+2016.06.02 12:15:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:15:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:15:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:15:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:15:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:15:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:15:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:15:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 12:15:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 12:15:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:16:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:16:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:17:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 12:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 12:18:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:18:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:19:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:20:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:21:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:21:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:22:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:23:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:23:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:24:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:24:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:25:01,svchost.exe,1004,System,wpad
+2016.06.02 12:25:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:26:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:26:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:27:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:28:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:28:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:29:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:29:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:30:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:30:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:30:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:30:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:30:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:30:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:30:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:30:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 12:30:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 12:31:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:31:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:32:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:32:45,svchost.exe,820,System,isatap
+2016.06.02 12:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 12:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 12:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 12:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 12:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 12:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 12:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 12:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 12:33:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:33:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:34:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:35:04,svchost.exe,1004,System,wpad
+2016.06.02 12:35:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:36:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:36:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:37:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:38:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:38:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:39:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:57,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:40:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:40:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:41:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:41:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:42:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:43:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:43:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:44:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:44:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:45:06,svchost.exe,1004,System,wpad
+2016.06.02 12:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:45:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:45:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:45:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:45:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:45:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:45:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:45:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 12:45:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 12:45:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 12:46:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:46:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:47:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 12:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 12:48:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:48:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:49:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:50:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:50:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:51:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:51:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:52:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:52:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:53:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:54:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:54:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 12:55:08,svchost.exe,1004,System,wpad
+2016.06.02 12:55:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:55:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:56:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:57:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:57:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:58:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:58:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 12:59:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:00:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:00:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:00:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:00:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:00:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:00:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:00:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:00:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 13:00:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 13:00:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:01:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:02:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:02:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 13:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 13:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 13:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 13:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 13:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 13:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 13:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 13:03:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:03:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:04:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:05:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:05:11,svchost.exe,1004,System,wpad
+2016.06.02 13:05:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:06:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:07:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:07:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:08:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:08:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:09:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:09:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:10:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:11:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:12:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:12:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:13:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:13:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:14:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:15:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:15:13,svchost.exe,1004,System,wpad
+2016.06.02 13:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:15:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:15:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:15:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:15:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:15:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:15:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:15:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 13:15:32,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 13:15:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:16:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:16:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:17:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 13:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 13:18:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:18:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:19:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:20:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:20:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:21:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:21:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:22:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:23:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:23:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:24:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:25:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:25:15,svchost.exe,1004,System,wpad
+2016.06.02 13:25:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:26:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:26:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:27:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:27:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:28:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:29:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:29:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:30:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:30:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:30:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:30:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:30:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:30:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:30:32,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:30:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 13:30:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 13:30:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:31:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:32:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:32:45,svchost.exe,820,System,isatap
+2016.06.02 13:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 13:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 13:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 13:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 13:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 13:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 13:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 13:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 13:32:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:33:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:34:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:34:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:35:18,svchost.exe,1004,System,wpad
+2016.06.02 13:35:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:35:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:36:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:37:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:37:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:38:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:39:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:39:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:39:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:40:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:40:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:41:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:42:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:42:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:43:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:43:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:44:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:45:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:45:20,svchost.exe,1004,System,wpad
+2016.06.02 13:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:45:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:45:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:45:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:45:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:45:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:45:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 13:45:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 13:45:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 13:45:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:46:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:47:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 13:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 13:47:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:48:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:49:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:49:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:50:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:51:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:51:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:52:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:53:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:53:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:54:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:54:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 13:55:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:55:22,svchost.exe,1004,System,wpad
+2016.06.02 13:55:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:56:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:56:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:57:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:58:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:58:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 13:59:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:00:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:00:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:00:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:00:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:00:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:00:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:00:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:00:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 14:00:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 14:00:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:01:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:01:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:02:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 14:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 14:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 14:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 14:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 14:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 14:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 14:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 14:03:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:03:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:04:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:04:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:05:25,svchost.exe,1004,System,wpad
+2016.06.02 14:05:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:06:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:06:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:07:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:08:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:08:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:09:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:09:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:10:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:10:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:11:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:11:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:12:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:13:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:13:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:14:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:14:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:15:27,svchost.exe,1004,System,wpad
+2016.06.02 14:15:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:15:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:15:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:15:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:15:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:15:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:15:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:15:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 14:15:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 14:16:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:16:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:17:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 14:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 14:18:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:18:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:19:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:20:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:20:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:21:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:22:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:22:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:23:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:23:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:24:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:58,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:25:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:25:29,svchost.exe,1004,System,wpad
+2016.06.02 14:25:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:26:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:26:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:27:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:28:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:28:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:29:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:30:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:30:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:30:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:30:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:30:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:30:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:30:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:30:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 14:30:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 14:30:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:31:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:32:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:32:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:32:45,svchost.exe,820,System,isatap
+2016.06.02 14:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 14:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 14:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 14:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 14:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 14:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 14:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 14:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 14:33:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:33:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:34:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:34:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:35:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:35:31,svchost.exe,1004,System,wpad
+2016.06.02 14:36:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:36:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:37:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:37:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:38:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:39:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:39:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:40:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:40:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:41:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:42:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:42:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:43:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:44:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:44:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:45:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:45:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:45:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:45:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:45:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:45:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:45:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 14:45:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 14:45:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 14:45:34,svchost.exe,1004,System,wpad
+2016.06.02 14:45:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:46:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:47:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 14:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 14:47:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:48:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:48:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:49:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:49:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:50:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:51:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:51:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:52:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:53:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:53:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:54:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:54:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 14:55:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:55:36,svchost.exe,1004,System,wpad
+2016.06.02 14:56:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:56:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:57:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:58:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:58:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:59:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 14:59:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:00:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:00:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:00:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:00:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:00:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:00:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:00:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 15:00:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 15:00:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:01:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:02:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:02:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 15:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 15:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 15:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 15:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 15:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 15:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 15:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 15:03:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:03:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:04:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:05:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:05:38,svchost.exe,1004,System,wpad
+2016.06.02 15:06:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:06:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:07:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:07:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:08:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:08:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:09:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:10:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:10:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:11:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:11:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:12:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:13:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:13:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:14:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:14:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:15:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:15:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:15:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:15:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:15:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:15:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:15:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:15:33,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 15:15:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 15:15:41,svchost.exe,1004,System,wpad
+2016.06.02 15:16:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:16:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:17:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 15:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 15:17:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:18:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:19:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:19:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:20:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:20:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:21:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:22:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:23:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:23:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:24:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:24:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:25:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:25:43,svchost.exe,1004,System,wpad
+2016.06.02 15:25:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:26:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:27:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:27:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:28:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:29:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:29:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:30:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:30:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:30:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:30:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:30:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:30:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:30:33,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:30:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 15:30:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 15:30:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:31:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:32:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:32:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:32:45,svchost.exe,820,System,isatap
+2016.06.02 15:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 15:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 15:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 15:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 15:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 15:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 15:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 15:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 15:33:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:33:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:34:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:35:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:35:45,svchost.exe,1004,System,wpad
+2016.06.02 15:35:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:36:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:36:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:37:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:38:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:39:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:39:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:39:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:40:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:41:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:41:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:42:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:42:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:43:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:43:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:44:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:45:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:45:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:45:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:45:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:45:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:45:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:45:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 15:45:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 15:45:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 15:45:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:45:48,svchost.exe,1004,System,wpad
+2016.06.02 15:46:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:46:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:47:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 15:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 15:48:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:48:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:49:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:49:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:50:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:51:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:51:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:52:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:53:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:53:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:54:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:54:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:54:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 15:55:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:55:50,svchost.exe,1004,System,wpad
+2016.06.02 15:56:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:56:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:57:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:57:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:58:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:59:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 15:59:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:00:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:00:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:00:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:00:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:00:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:00:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:00:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:00:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 16:00:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 16:01:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:01:34,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.06.02 16:01:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:02:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 16:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 16:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 16:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 16:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 16:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 16:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 16:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 16:03:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:03:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:04:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:05:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:05:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:05:52,svchost.exe,1004,System,wpad
+2016.06.02 16:06:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:07:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:07:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:08:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:08:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:09:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:09:59,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:10:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:10:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:11:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:12:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:12:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:13:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:14:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:14:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:15:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:15:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:15:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:15:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:15:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:15:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:15:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:15:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 16:15:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 16:15:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:15:55,svchost.exe,1004,System,wpad
+2016.06.02 16:16:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:17:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 16:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 16:17:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:17:59,svchost.exe,820,System,sls.update.microsoft.com
+2016.06.02 16:17:59,svchost.exe,820,,sls.update.microsoft.com
+2016.06.02 16:18:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 16:18:00,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 16:18:03,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.06.02 16:18:03,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.06.02 16:18:07,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.02 16:18:07,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.06.02 16:18:08,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.02 16:18:08,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.02 16:18:08,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.06.02 16:18:08,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.06.02 16:18:09,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.02 16:18:09,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.02 16:18:09,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.02 16:18:28,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.02 16:18:29,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.02 16:18:29,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.02 16:18:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:18:42,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.02 16:18:43,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.02 16:18:45,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.02 16:18:48,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.02 16:18:50,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.02 16:18:52,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.02 16:18:55,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.02 16:18:56,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.02 16:18:59,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.02 16:19:00,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.02 16:19:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:19:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:20:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:20:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:21:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:22:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:22:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:23:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:24:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:24:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:25:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:25:57,svchost.exe,1004,System,wpad
+2016.06.02 16:26:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:26:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:27:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:28:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:28:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:29:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:29:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:30:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:30:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:30:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:30:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:30:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:30:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:30:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:30:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 16:30:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 16:31:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:31:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:32:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:32:45,svchost.exe,820,System,isatap
+2016.06.02 16:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 16:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 16:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 16:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 16:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 16:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 16:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 16:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 16:33:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:33:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:34:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:34:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:35:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:35:59,svchost.exe,1004,System,wpad
+2016.06.02 16:36:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:36:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:37:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:38:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:38:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:39:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:39:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:40:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:41:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:41:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:42:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:43:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:43:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:44:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:44:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:45:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:45:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:45:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:45:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:45:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:45:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:45:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 16:45:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 16:45:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 16:46:01,svchost.exe,1004,System,wpad
+2016.06.02 16:46:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:46:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:47:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 16:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 16:48:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:48:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:49:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:50:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:50:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:51:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:52:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:52:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:53:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:54:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 16:55:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:55:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:56:04,svchost.exe,1004,System,wpad
+2016.06.02 16:56:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:57:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:57:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:58:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:58:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 16:59:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:00:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:00:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:00:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:00:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:00:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:00:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:00:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:00:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 17:00:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 17:00:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:01:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:01:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:02:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 17:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 17:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 17:02:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 17:02:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 17:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 17:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 17:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 17:03:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:03:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:04:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:05:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:05:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:06:06,svchost.exe,1004,System,wpad
+2016.06.02 17:06:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:06:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:07:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:08:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:08:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:09:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:10:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:11:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:11:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:12:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:13:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:13:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:14:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:15:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:15:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:15:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:15:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:15:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:15:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:15:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:15:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 17:15:34,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 17:15:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:16:08,svchost.exe,1004,System,wpad
+2016.06.02 17:16:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:16:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:17:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:17:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 17:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 17:18:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:19:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:19:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:20:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:20:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:21:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:22:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:22:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:23:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:23:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:24:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:24:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:25:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:26:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:26:11,svchost.exe,1004,System,wpad
+2016.06.02 17:26:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:27:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:27:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:28:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:29:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:29:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:30:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:30:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:30:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:30:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:30:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:30:34,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:30:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 17:30:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 17:30:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:31:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:31:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:32:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:32:45,svchost.exe,820,System,isatap
+2016.06.02 17:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 17:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 17:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 17:32:46,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 17:32:46,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 17:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 17:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 17:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 17:33:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:33:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:34:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:34:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:35:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:36:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:36:13,svchost.exe,1004,System,wpad
+2016.06.02 17:36:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:37:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:38:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:38:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:39:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:39:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:00,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:40:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:41:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:41:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:42:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:42:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:43:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:43:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:44:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:45:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 17:45:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 17:45:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 17:45:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:46:15,svchost.exe,1004,System,wpad
+2016.06.02 17:46:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:47:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:47:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:47:46,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 17:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 17:48:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:48:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:49:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:49:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:50:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:51:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:52:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:52:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:53:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:54:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:54:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 17:55:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:55:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:56:18,svchost.exe,1004,System,wpad
+2016.06.02 17:56:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:57:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:57:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:58:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:59:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 17:59:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:00:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:00:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:00:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:00:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:00:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:00:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:00:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:00:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 18:00:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 18:01:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:01:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:02:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:02:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 18:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 18:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 18:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 18:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 18:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 18:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 18:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 18:03:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:03:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:04:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:05:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:05:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:06:20,svchost.exe,1004,System,wpad
+2016.06.02 18:06:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:06:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:07:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:08:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:08:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:09:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:10:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:11:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:11:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:12:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:13:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:13:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:14:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:15:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:15:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:15:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:15:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:15:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:15:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:15:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:15:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 18:15:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 18:15:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:16:22,svchost.exe,1004,System,wpad
+2016.06.02 18:16:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:17:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:17:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 18:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 18:18:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:18:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:19:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:20:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:20:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:21:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:22:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:22:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:23:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:24:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:24:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:25:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:25:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:26:25,svchost.exe,1004,System,wpad
+2016.06.02 18:26:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:27:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:27:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:28:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:28:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:29:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:30:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:30:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:30:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:30:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:30:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:30:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:30:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:30:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 18:30:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 18:30:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:31:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:31:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:32:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:32:45,svchost.exe,820,System,isatap
+2016.06.02 18:32:46,OneDrive.exe,3784,,g.live.com
+2016.06.02 18:32:46,OneDrive.exe,3784,,g.live.com
+2016.06.02 18:32:46,OneDrive.exe,3784,,oneclient.sfx.ms
+2016.06.02 18:32:46,OneDrive.exe,3784,,oneclient.sfx.ms
+2016.06.02 18:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 18:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 18:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 18:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 18:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 18:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 18:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 18:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 18:33:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:34:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:34:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:35:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:35:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:36:27,svchost.exe,1004,System,wpad
+2016.06.02 18:36:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:37:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:37:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:38:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:38:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:39:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:40:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:40:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:41:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:42:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:42:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:43:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:44:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:44:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:45:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 18:45:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 18:45:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 18:46:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:46:29,svchost.exe,1004,System,wpad
+2016.06.02 18:46:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:47:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 18:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 18:47:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:48:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:49:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:49:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:50:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:51:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:51:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:52:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:53:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:53:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:54:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:55:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 18:55:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:56:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:56:32,svchost.exe,1004,System,wpad
+2016.06.02 18:56:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:57:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:58:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:58:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:59:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 18:59:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:00:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:00:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:00:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:00:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:00:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:00:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:00:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:00:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 19:00:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 19:01:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:01:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:02:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:02:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 19:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 19:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 19:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 19:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 19:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 19:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 19:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 19:03:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:03:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:04:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:05:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:05:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:06:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:06:34,svchost.exe,1004,System,wpad
+2016.06.02 19:06:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:07:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:08:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:08:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:09:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:10:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:01,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:10:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:11:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:11:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:12:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:13:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:14:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:14:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:15:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:15:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:15:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:15:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:15:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:15:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:15:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:15:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 19:15:35,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 19:15:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:16:36,svchost.exe,1004,System,wpad
+2016.06.02 19:16:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:17:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:17:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 19:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 19:18:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:18:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:19:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:20:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:20:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:21:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:22:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:23:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:23:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:24:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:25:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:25:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:26:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:26:38,svchost.exe,1004,System,wpad
+2016.06.02 19:26:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:27:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:27:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:28:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:29:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:29:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:30:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:30:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:30:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:30:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:30:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:30:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:30:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:30:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 19:30:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 19:30:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:31:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:32:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:32:45,svchost.exe,820,System,isatap
+2016.06.02 19:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 19:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 19:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 19:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 19:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 19:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 19:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 19:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 19:33:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:33:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:34:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:34:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:35:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:36:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:36:41,svchost.exe,1004,System,wpad
+2016.06.02 19:36:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:37:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:37:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:38:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:39:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:39:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:40:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:40:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:41:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:42:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:42:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:43:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:43:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:44:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:44:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:45:35,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 19:45:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 19:45:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 19:45:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:46:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:46:43,svchost.exe,1004,System,wpad
+2016.06.02 19:46:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:47:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 19:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 19:48:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:48:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:49:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:50:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:50:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:51:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:52:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:52:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:53:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:53:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:54:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 19:55:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:55:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:56:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:56:45,svchost.exe,1004,System,wpad
+2016.06.02 19:57:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:57:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:58:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:59:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 19:59:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:00:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:00:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:00:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:00:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:00:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:00:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:00:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:00:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 20:00:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 20:01:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:01:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:02:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 20:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 20:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 20:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 20:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 20:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 20:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 20:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 20:03:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:03:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:04:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:04:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:05:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:05:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:06:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:06:48,svchost.exe,1004,System,wpad
+2016.06.02 20:07:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:08:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:08:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:09:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:10:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:10:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:11:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:11:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:12:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:13:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:13:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:14:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:14:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:15:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:15:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:15:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:15:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:15:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:15:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:15:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:15:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 20:15:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 20:15:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:16:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:16:50,svchost.exe,1004,System,wpad
+2016.06.02 20:17:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 20:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 20:17:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:18:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:19:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:19:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:20:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:20:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:21:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:22:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:23:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:23:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:24:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:24:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:25:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:26:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:26:52,svchost.exe,1004,System,wpad
+2016.06.02 20:26:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:27:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:28:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:28:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:29:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:29:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:30:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:30:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:30:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:30:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:30:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:30:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:30:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:30:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:30:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 20:30:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 20:31:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:31:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:32:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:32:45,svchost.exe,820,System,isatap
+2016.06.02 20:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 20:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 20:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 20:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 20:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 20:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 20:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 20:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 20:33:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:33:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:34:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:34:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:35:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:36:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:36:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:36:55,svchost.exe,1004,System,wpad
+2016.06.02 20:37:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:38:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:38:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:39:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:39:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:02,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:40:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:41:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:42:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:42:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:42:47,svchost.exe,820,System,fe2.update.microsoft.com
+2016.06.02 20:42:47,svchost.exe,820,System,fe2.update.microsoft.com
+2016.06.02 20:42:47,svchost.exe,820,System,login.live.com
+2016.06.02 20:42:48,svchost.exe,820,System,login.live.com
+2016.06.02 20:42:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 20:42:48,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 20:42:57,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.06.02 20:42:57,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.06.02 20:42:57,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.06.02 20:42:57,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.06.02 20:42:57,svchost.exe,820,System,00210a-1.l.windowsupdate.com
+2016.06.02 20:42:57,svchost.exe,820,System,00210a-1.l.windowsupdate.com
+2016.06.02 20:42:58,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.06.02 20:43:02,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.06.02 20:43:02,svchost.exe,820,System,00210a-1.l.windowsupdate.com
+2016.06.02 20:43:06,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.06.02 20:43:06,svchost.exe,820,System,00210a-1.l.windowsupdate.com
+2016.06.02 20:43:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:44:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:44:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:45:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:45:12,svchost.exe,820,System,sls.update.microsoft.com
+2016.06.02 20:45:12,svchost.exe,820,,sls.update.microsoft.com
+2016.06.02 20:45:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 20:45:13,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 20:45:15,svchost.exe,820,System,fe2.update.microsoft.com
+2016.06.02 20:45:15,svchost.exe,820,,fe2.update.microsoft.com
+2016.06.02 20:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:45:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:45:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:45:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:45:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:45:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:45:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:45:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 20:45:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:46:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:46:36,svchost.exe,820,,fe2.update.microsoft.com
+2016.06.02 20:46:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 20:46:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 20:46:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:46:57,svchost.exe,1004,System,wpad
+2016.06.02 20:47:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 20:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 20:48:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:48:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:49:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:50:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:50:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:51:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:51:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:52:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:52:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:53:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:53:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:54:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 20:55:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:55:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:56:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:56:59,svchost.exe,1004,System,wpad
+2016.06.02 20:57:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:57:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:58:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:59:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 20:59:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:00:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:00:26,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:00:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:00:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:00:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:00:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:00:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:00:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:00:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 21:00:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 21:00:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:01:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:02:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 21:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 21:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 21:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 21:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 21:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 21:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 21:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 21:02:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:03:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:04:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:04:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:05:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:05:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:06:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:07:02,svchost.exe,1004,System,wpad
+2016.06.02 21:07:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:07:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:08:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:08:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:09:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:10:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:10:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:11:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:12:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:12:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:13:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:13:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:14:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:15:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:15:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:15:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:15:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:15:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:15:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:15:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:15:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 21:15:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 21:16:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:16:37,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.06.02 21:16:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:17:04,svchost.exe,1004,System,wpad
+2016.06.02 21:17:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 21:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 21:17:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:18:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:19:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:19:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:20:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:21:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:21:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:22:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:23:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:23:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:24:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:24:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:25:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:26:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:26:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:27:06,svchost.exe,1004,System,wpad
+2016.06.02 21:27:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:27:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:28:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:29:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:30:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:30:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:30:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:30:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:30:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:30:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:30:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:30:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 21:30:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 21:30:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:31:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:32:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:32:45,svchost.exe,820,System,isatap
+2016.06.02 21:32:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 21:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 21:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 21:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 21:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 21:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 21:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 21:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 21:33:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:33:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:34:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:35:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:35:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:36:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:36:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:37:09,svchost.exe,1004,System,wpad
+2016.06.02 21:37:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:38:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:38:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:39:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:40:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:40:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:41:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:41:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:42:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:43:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:43:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:44:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:44:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:45:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:45:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:45:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:45:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:45:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:45:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:45:36,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 21:45:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 21:45:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 21:46:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:46:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:47:11,svchost.exe,1004,System,wpad
+2016.06.02 21:47:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 21:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 21:47:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:48:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:48:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:49:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:50:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:50:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:51:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:52:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:52:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:53:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:53:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:54:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 21:55:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:55:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:56:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:57:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:57:13,svchost.exe,1004,System,wpad
+2016.06.02 21:57:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:58:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:59:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 21:59:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:00:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:00:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:00:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:00:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:00:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:00:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:00:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:00:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 22:00:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 22:00:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:01:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:02:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 22:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 22:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 22:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 22:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 22:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 22:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 22:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 22:02:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:03:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:03:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:04:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:05:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:05:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:06:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:07:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:07:15,svchost.exe,1004,System,wpad
+2016.06.02 22:07:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:08:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:08:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:09:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:10:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:10:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:11:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:12:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:12:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:13:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:14:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:14:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:15:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:15:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:15:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:15:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:15:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:15:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:15:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:15:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 22:15:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 22:16:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:16:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:17:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:17:18,svchost.exe,1004,System,wpad
+2016.06.02 22:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 22:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 22:17:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:18:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:19:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:19:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:20:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:21:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:21:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:22:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:23:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:23:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:24:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:25:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:03,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:25:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:26:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:26:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:27:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:27:20,svchost.exe,1004,System,wpad
+2016.06.02 22:27:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:28:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:29:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:29:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:30:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:30:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:30:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:30:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:30:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:30:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:30:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:30:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 22:30:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 22:31:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:31:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:32:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:32:45,svchost.exe,820,System,isatap
+2016.06.02 22:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 22:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 22:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 22:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 22:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 22:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 22:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 22:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 22:32:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:33:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:34:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:34:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:35:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:35:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:36:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:37:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:37:22,svchost.exe,1004,System,wpad
+2016.06.02 22:37:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:38:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:39:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:39:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:40:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:41:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:41:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:42:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:42:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:43:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:44:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:44:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:45:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:45:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:45:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:45:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:45:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:45:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:45:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 22:45:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 22:45:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 22:46:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:46:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:47:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:47:25,svchost.exe,1004,System,wpad
+2016.06.02 22:47:47,Explorer.EXE,2052,,candycrushsoda.king.com
+2016.06.02 22:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 22:47:47,Explorer.EXE,2052,,candycrushsoda.king.com
+2016.06.02 22:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 22:47:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:48:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:49:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:49:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:50:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:51:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:51:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:52:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:52:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:53:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:54:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:54:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 22:55:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:56:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:56:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:57:27,svchost.exe,1004,System,wpad
+2016.06.02 22:57:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:58:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:58:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 22:59:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:00:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:00:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:00:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:00:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:00:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:00:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:00:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:00:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 23:00:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 23:00:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:01:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:01:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:02:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 23:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 23:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 23:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 23:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 23:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 23:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 23:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 23:03:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:03:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:04:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:04:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:05:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:05:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:06:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:07:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:07:29,svchost.exe,1004,System,wpad
+2016.06.02 23:07:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:08:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:09:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:09:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:10:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:10:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:11:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:12:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:12:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:13:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:14:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:14:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:15:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:15:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:15:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:15:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:15:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:15:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:15:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:15:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 23:15:37,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 23:15:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:16:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:17:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:17:32,svchost.exe,1004,System,wpad
+2016.06.02 23:17:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 23:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 23:18:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:18:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:19:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:20:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:20:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:21:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:21:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:22:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:23:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:23:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:24:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:24:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:25:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:26:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:26:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:27:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:27:34,svchost.exe,1004,System,wpad
+2016.06.02 23:27:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:28:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:29:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:29:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:30:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:30:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:30:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:30:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:30:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:30:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:30:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:30:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 23:30:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 23:30:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:31:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:32:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:32:45,svchost.exe,820,System,isatap
+2016.06.02 23:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 23:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 23:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 23:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 23:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.02 23:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 23:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 23:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.02 23:32:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:33:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:34:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:34:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:35:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:36:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:36:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:37:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:37:36,svchost.exe,1004,System,wpad
+2016.06.02 23:38:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:38:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:39:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:40:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:40:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:41:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:41:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:42:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:43:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:43:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:44:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:45:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:45:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:45:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:45:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:45:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:45:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:45:37,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.02 23:45:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 23:45:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.02 23:45:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:46:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:46:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:47:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:47:39,svchost.exe,1004,System,wpad
+2016.06.02 23:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 23:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.02 23:48:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:48:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:49:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:50:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:50:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:51:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:51:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:52:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:53:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:53:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:54:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:55:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:04,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.02 23:55:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:56:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:56:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:57:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:57:41,svchost.exe,1004,System,wpad
+2016.06.02 23:58:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:58:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.02 23:59:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:00:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:00:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:00:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:00:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:00:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:00:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:00:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:00:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 00:00:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 00:00:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:01:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:02:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:02:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 00:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 00:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 00:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 00:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 00:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 00:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 00:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 00:03:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:03:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:04:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:05:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:05:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:06:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:06:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:07:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:07:43,svchost.exe,1004,System,wpad
+2016.06.03 00:08:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:08:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:09:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:09:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:10:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:10:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:11:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:12:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:12:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:13:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:14:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:14:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:15:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:15:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:15:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:15:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:15:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:15:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:15:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:15:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 00:15:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 00:15:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:16:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:17:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:17:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:17:46,svchost.exe,1004,System,wpad
+2016.06.03 00:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 00:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 00:18:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:19:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:19:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:20:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:21:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:21:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:22:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:23:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:23:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:24:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:24:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:25:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:26:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:26:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:27:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:27:48,svchost.exe,1004,System,wpad
+2016.06.03 00:28:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:28:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:29:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:30:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:30:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:30:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:30:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:30:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:30:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:30:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:30:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:30:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 00:30:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 00:31:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:31:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:32:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:32:45,svchost.exe,820,System,isatap
+2016.06.03 00:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 00:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 00:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 00:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 00:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 00:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 00:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 00:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 00:33:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:33:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:34:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:34:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:35:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:36:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:37:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:37:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:37:50,svchost.exe,1004,System,wpad
+2016.06.03 00:38:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:38:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:39:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:40:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:40:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:41:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:42:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:42:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:43:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:44:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:44:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:45:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:45:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:45:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:45:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:45:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:45:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:45:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 00:45:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 00:45:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 00:46:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:47:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:47:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 00:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 00:47:53,svchost.exe,1004,System,wpad
+2016.06.03 00:48:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:48:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:49:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:49:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:50:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:51:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:51:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:52:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:52:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:53:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:54:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:54:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 00:55:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:56:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:56:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:57:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:57:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:57:55,svchost.exe,1004,System,wpad
+2016.06.03 00:58:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:58:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 00:59:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:00:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:00:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:00:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:00:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:00:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:00:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:00:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:00:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 01:00:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 01:00:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:01:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:01:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:02:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 01:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 01:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 01:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 01:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 01:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 01:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 01:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 01:03:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:03:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:04:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:04:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:05:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:06:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:06:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:07:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:07:57,svchost.exe,1004,System,wpad
+2016.06.03 01:08:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:08:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:09:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:10:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:10:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:11:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:12:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:12:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:13:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:14:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:14:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:15:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:15:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:15:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:15:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:15:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:15:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:15:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:15:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:15:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 01:15:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 01:16:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:16:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:17:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 01:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 01:17:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:17:59,svchost.exe,1004,System,wpad
+2016.06.03 01:18:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:19:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:19:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:20:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:21:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:21:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:22:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:22:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:23:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:24:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:24:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:05,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:25:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:26:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:26:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:27:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:28:02,svchost.exe,1004,System,wpad
+2016.06.03 01:28:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:28:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:29:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:29:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:30:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:30:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:30:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:30:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:30:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:30:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:30:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:30:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:30:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 01:30:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 01:31:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:31:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:32:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:32:45,svchost.exe,820,System,isatap
+2016.06.03 01:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 01:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 01:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 01:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 01:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 01:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 01:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 01:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 01:32:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:33:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:34:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:34:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:35:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:35:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:36:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:37:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:37:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:38:04,svchost.exe,1004,System,wpad
+2016.06.03 01:38:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:39:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:39:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:40:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:40:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:41:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:41:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:42:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:43:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:43:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:44:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:44:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:45:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:45:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:45:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:45:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:45:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:45:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:45:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:45:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 01:45:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 01:45:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 01:46:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:46:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:47:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 01:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 01:48:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:48:06,svchost.exe,1004,System,wpad
+2016.06.03 01:48:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:49:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:49:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:50:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:51:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:51:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:52:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:52:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:53:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:54:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:54:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 01:55:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:56:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:56:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:57:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:58:09,svchost.exe,1004,System,wpad
+2016.06.03 01:58:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:58:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 01:59:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:00:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:00:27,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:00:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:00:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:00:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:00:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:00:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:00:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:00:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 02:00:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 02:00:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:01:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:01:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:02:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 02:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 02:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 02:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 02:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 02:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 02:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 02:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 02:03:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:03:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:04:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:04:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:05:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:06:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:06:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:07:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:08:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:08:11,svchost.exe,1004,System,wpad
+2016.06.03 02:08:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:09:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:10:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:10:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:11:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:11:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:12:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:13:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:13:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:14:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:14:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:15:27,svchost.exe,820,System,login.live.com
+2016.06.03 02:15:27,svchost.exe,820,System,login.live.com
+2016.06.03 02:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:15:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:15:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:15:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:15:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:15:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:15:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:15:39,svchost.exe,820,System,login.live.com
+2016.06.03 02:15:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 02:15:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 02:15:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:16:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:17:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:17:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 02:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 02:18:13,svchost.exe,1004,System,wpad
+2016.06.03 02:18:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:18:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:19:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:20:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:20:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:21:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:21:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:22:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:23:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:23:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:24:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:25:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:25:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:26:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:27:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:27:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:28:16,svchost.exe,1004,System,wpad
+2016.06.03 02:28:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:29:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:29:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:30:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:30:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:30:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:30:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:30:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:30:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:30:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:30:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 02:30:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 02:30:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:31:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:32:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:32:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:32:45,svchost.exe,820,System,isatap
+2016.06.03 02:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 02:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 02:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 02:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 02:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 02:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 02:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 02:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 02:33:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:33:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:34:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:35:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:35:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:36:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:37:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:37:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:38:18,svchost.exe,1004,System,wpad
+2016.06.03 02:38:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:39:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:39:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:40:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:40:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:41:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:42:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:42:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:43:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:43:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:44:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:45:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:45:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:45:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:45:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:45:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:45:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:45:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 02:45:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 02:45:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 02:45:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:46:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:47:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:47:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 02:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 02:48:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:48:20,svchost.exe,1004,System,wpad
+2016.06.03 02:48:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:49:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:50:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:50:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:51:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:52:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:53:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:53:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:54:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:54:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:06,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 02:55:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:56:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:56:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:57:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:57:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:58:23,svchost.exe,1004,System,wpad
+2016.06.03 02:58:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:59:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 02:59:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:00:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:00:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:00:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:00:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:00:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:00:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:00:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:00:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 03:00:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 03:01:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:01:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:02:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:02:47,Explorer.EXE,2052,,sway-cdn.com
+2016.06.03 03:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 03:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 03:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 03:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 03:02:47,Explorer.EXE,2052,,sway-cdn.com
+2016.06.03 03:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 03:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 03:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 03:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 03:02:47,Explorer.EXE,2052,,sway-cdn.com
+2016.06.03 03:03:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:03:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:04:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:05:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:05:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:06:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:06:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:07:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:08:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:08:25,svchost.exe,1004,System,wpad
+2016.06.03 03:08:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:09:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:10:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:11:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:11:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:12:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:12:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:13:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:14:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:14:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:15:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:15:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:15:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:15:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:15:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:15:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:15:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:15:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 03:15:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 03:15:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:16:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:17:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 03:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 03:17:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:18:27,svchost.exe,1004,System,wpad
+2016.06.03 03:18:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:19:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:19:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:20:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:21:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:21:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:22:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:23:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:23:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:24:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:24:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:25:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:26:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:26:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:27:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:27:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:28:30,svchost.exe,1004,System,wpad
+2016.06.03 03:28:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:29:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:29:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:30:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:30:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:30:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:30:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:30:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:30:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:30:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:30:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 03:30:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 03:31:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:31:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:32:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:32:45,svchost.exe,820,System,isatap
+2016.06.03 03:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 03:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 03:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 03:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 03:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 03:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 03:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 03:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 03:33:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:33:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:34:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:34:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:35:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:36:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:36:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:37:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:37:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:38:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:38:32,svchost.exe,1004,System,wpad
+2016.06.03 03:39:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:39:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:40:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:41:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:42:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:42:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:43:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:43:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:44:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:44:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:45:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:45:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:45:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:45:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:45:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:45:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:45:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 03:45:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 03:45:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 03:46:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:46:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:47:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 03:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 03:47:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:48:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:48:34,svchost.exe,1004,System,wpad
+2016.06.03 03:49:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:49:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:50:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:51:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:51:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:52:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:53:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:53:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:54:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:54:25,CompatTelRunner.exe,1132,System,settings-win.data.microsoft.com
+2016.06.03 03:54:26,CompatTelRunner.exe,1132,System,go.microsoft.com
+2016.06.03 03:54:27,svchost.exe,820,System,fe2.update.microsoft.com
+2016.06.03 03:54:27,CompatTelRunner.exe,1132,System,go.microsoft.com
+2016.06.03 03:54:27,svchost.exe,820,System,fe2.update.microsoft.com
+2016.06.03 03:54:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 03:54:28,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 03:54:29,CompatTelRunner.exe,3644,System,settings-win.data.microsoft.com
+2016.06.03 03:54:31,CompatTelRunner.exe,1720,System,settings-win.data.microsoft.com
+2016.06.03 03:55:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 03:55:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:56:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:57:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:57:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:58:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:58:37,svchost.exe,1004,System,wpad
+2016.06.03 03:59:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 03:59:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:00:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:00:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:00:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:00:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:00:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:00:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:00:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:00:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 04:00:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 04:00:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:01:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:02:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 04:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 04:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 04:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 04:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 04:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 04:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 04:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 04:02:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:03:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:04:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:04:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:05:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:05:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:06:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:07:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:07:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:08:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:08:39,svchost.exe,1004,System,wpad
+2016.06.03 04:08:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:09:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:10:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:10:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:11:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:11:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:12:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:13:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:13:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:14:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:14:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:15:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:15:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:15:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:15:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:15:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:15:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:15:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:15:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 04:15:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 04:15:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:16:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:17:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:17:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 04:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 04:18:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:18:41,svchost.exe,1004,System,wpad
+2016.06.03 04:18:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:19:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:20:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:20:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:21:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:22:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:22:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:23:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:24:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:24:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:07,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:25:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:25:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:26:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:27:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:27:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:28:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:28:44,svchost.exe,1004,System,wpad
+2016.06.03 04:29:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:29:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:30:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:30:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:30:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:30:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:30:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:30:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:30:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:30:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 04:30:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 04:30:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:31:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:32:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:32:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:32:45,svchost.exe,820,System,isatap
+2016.06.03 04:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 04:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 04:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 04:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 04:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 04:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 04:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 04:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 04:33:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:34:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:34:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:35:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:36:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:36:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:37:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:37:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:38:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:38:46,svchost.exe,1004,System,wpad
+2016.06.03 04:39:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:39:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:40:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:40:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:41:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:41:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:42:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:43:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:43:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:44:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:45:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:45:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:45:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:45:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:45:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:45:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:45:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 04:45:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 04:45:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 04:45:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:46:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:46:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:47:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 04:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 04:48:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:48:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:48:48,svchost.exe,1004,System,wpad
+2016.06.03 04:49:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:49:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:50:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:51:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:51:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:52:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:52:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:53:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:54:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:55:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 04:55:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:56:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:56:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:57:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:58:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:58:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:58:50,svchost.exe,1004,System,wpad
+2016.06.03 04:59:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 04:59:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:00:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:00:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:00:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:00:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:00:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:00:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:00:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:00:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 05:00:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 05:01:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:01:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:02:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 05:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 05:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 05:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 05:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 05:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 05:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 05:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 05:02:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:03:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:04:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:04:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:05:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:05:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:06:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:07:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:07:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:08:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:08:53,svchost.exe,1004,System,wpad
+2016.06.03 05:09:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:09:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:10:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:11:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:11:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:12:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:13:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:13:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:14:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:15:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:15:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:15:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:15:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:15:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:15:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:15:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:15:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 05:15:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 05:15:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:16:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:16:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:17:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 05:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 05:18:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:18:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:18:55,svchost.exe,1004,System,wpad
+2016.06.03 05:19:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:19:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:20:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:21:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:21:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:22:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:23:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:23:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:24:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:25:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:25:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:26:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:26:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:27:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:28:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:28:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:28:57,svchost.exe,1004,System,wpad
+2016.06.03 05:29:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:29:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:30:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:30:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:30:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:30:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:30:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:30:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:30:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:30:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 05:30:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 05:31:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:31:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:32:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:32:45,svchost.exe,820,System,isatap
+2016.06.03 05:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 05:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 05:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 05:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 05:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 05:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 05:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 05:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 05:33:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:33:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:34:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:34:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:35:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:36:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:36:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:37:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:37:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:38:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:39:00,svchost.exe,1004,System,wpad
+2016.06.03 05:39:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:39:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:08,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:40:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:41:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:41:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:42:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:42:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:43:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:43:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:44:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:45:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:45:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:45:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:45:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:45:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:45:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:45:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 05:45:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 05:45:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 05:45:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:46:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:47:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:47:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 05:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 05:48:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:48:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:49:02,svchost.exe,1004,System,wpad
+2016.06.03 05:49:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:49:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:50:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:51:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:51:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:52:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:52:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:53:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:54:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:54:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 05:55:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:55:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:56:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:57:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:57:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:58:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:59:04,svchost.exe,1004,System,wpad
+2016.06.03 05:59:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 05:59:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:00:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:00:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:00:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:00:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:00:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:00:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:00:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:00:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 06:00:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 06:01:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:01:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:02:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 06:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 06:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 06:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 06:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 06:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 06:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 06:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 06:02:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:03:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:04:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:04:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:05:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:06:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:06:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:07:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:08:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:08:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:09:06,svchost.exe,1004,System,wpad
+2016.06.03 06:09:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:10:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:10:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:11:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:11:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:12:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:12:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:13:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:14:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:14:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:15:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:15:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:15:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:15:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:15:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:15:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:15:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:15:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 06:15:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 06:16:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:16:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:17:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 06:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 06:17:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:18:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:19:09,svchost.exe,1004,System,wpad
+2016.06.03 06:19:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:19:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:20:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:21:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:21:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:22:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:23:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:23:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:24:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:25:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:25:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:26:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:26:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:27:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:28:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:28:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:29:11,svchost.exe,1004,System,wpad
+2016.06.03 06:29:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:29:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:30:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:30:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:30:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:30:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:30:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:30:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:30:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:30:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 06:30:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 06:31:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:31:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:31:41,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.06.03 06:32:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:32:45,svchost.exe,820,System,isatap
+2016.06.03 06:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 06:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 06:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 06:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 06:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 06:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 06:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 06:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 06:32:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:33:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:33:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:34:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:35:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:35:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:36:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:36:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:37:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:38:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:38:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:39:13,svchost.exe,1004,System,wpad
+2016.06.03 06:39:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:40:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:40:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:41:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:42:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:43:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:43:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:44:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:44:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:45:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:45:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:45:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:45:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:45:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:45:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:45:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 06:45:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 06:45:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 06:46:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:46:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:47:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:47:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 06:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 06:48:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:48:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:49:16,svchost.exe,1004,System,wpad
+2016.06.03 06:49:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:50:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:50:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:51:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:52:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:52:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:53:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:53:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:54:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:09,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 06:55:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:55:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:56:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:57:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:58:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:58:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:59:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 06:59:18,svchost.exe,1004,System,wpad
+2016.06.03 06:59:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:00:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:00:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:00:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:00:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:00:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:00:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:00:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:00:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 07:00:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 07:01:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:02:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:02:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 07:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 07:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 07:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 07:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 07:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 07:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 07:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 07:03:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:03:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:04:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:05:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:05:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:06:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:06:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:07:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:07:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:08:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:09:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:09:20,svchost.exe,1004,System,wpad
+2016.06.03 07:09:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:10:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:10:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:11:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:11:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:12:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:13:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:13:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:14:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:14:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:15:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:15:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:15:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:15:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:15:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:15:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:15:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:15:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 07:15:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 07:15:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:16:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:17:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:17:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 07:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 07:18:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:18:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:19:23,svchost.exe,1004,System,wpad
+2016.06.03 07:19:27,sihclient.exe,4924,System,sls.update.microsoft.com
+2016.06.03 07:19:27,sihclient.exe,4924,System,sls.update.microsoft.com
+2016.06.03 07:19:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 07:19:29,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 07:19:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:20:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:20:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:21:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:22:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:23:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:23:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:24:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:24:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:25:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:26:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:26:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:27:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:28:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:28:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:29:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:29:25,svchost.exe,1004,System,wpad
+2016.06.03 07:29:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:30:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:30:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:30:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:30:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:30:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:30:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:30:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:30:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 07:30:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 07:31:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:31:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:32:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:32:45,svchost.exe,820,System,isatap
+2016.06.03 07:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 07:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 07:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 07:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 07:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 07:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 07:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 07:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 07:32:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:33:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:34:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:34:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:35:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:36:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:36:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:37:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:38:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:38:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:39:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:39:27,svchost.exe,1004,System,wpad
+2016.06.03 07:39:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:40:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:41:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:41:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:42:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:42:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:43:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:44:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:44:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:45:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:45:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:45:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:45:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:45:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:45:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:45:41,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 07:45:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 07:45:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 07:46:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:46:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:47:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:47:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 07:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 07:48:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:49:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:49:30,svchost.exe,1004,System,wpad
+2016.06.03 07:49:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:50:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:51:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:51:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:52:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:53:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:53:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:54:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:54:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 07:55:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:56:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:56:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:57:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:57:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:58:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:59:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 07:59:32,svchost.exe,1004,System,wpad
+2016.06.03 07:59:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:00:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:00:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:00:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:00:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:00:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:00:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:00:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:00:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 08:00:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 08:01:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:01:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:02:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 08:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 08:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 08:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 08:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 08:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 08:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 08:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 08:02:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:03:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:04:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:05:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:05:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:06:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:06:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:07:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:07:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:08:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:09:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:09:34,svchost.exe,1004,System,wpad
+2016.06.03 08:09:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:10:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:10,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:10:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:11:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:12:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:12:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:13:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:14:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:14:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:15:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:15:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:15:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:15:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:15:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:15:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:15:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:15:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 08:15:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 08:15:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:16:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:17:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:17:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 08:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 08:18:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:18:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:19:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:19:37,svchost.exe,1004,System,wpad
+2016.06.03 08:19:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:20:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:20:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:21:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:22:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:23:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:23:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:24:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:24:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:25:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:25:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:26:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:27:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:27:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:28:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:28:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:29:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:29:39,svchost.exe,1004,System,wpad
+2016.06.03 08:29:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:30:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:30:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:30:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:30:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:30:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:30:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:30:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:30:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 08:30:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 08:31:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:31:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:32:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:32:45,svchost.exe,820,System,isatap
+2016.06.03 08:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 08:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 08:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 08:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 08:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 08:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 08:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 08:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 08:32:49,svchost.exe,820,System,login.live.com
+2016.06.03 08:32:49,svchost.exe,820,System,login.live.com
+2016.06.03 08:32:49,svchost.exe,820,System,login.live.com
+2016.06.03 08:32:49,svchost.exe,820,System,login.live.com
+2016.06.03 08:32:49,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.03 08:32:50,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.03 08:32:50,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.06.03 08:33:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:33:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:34:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:35:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:35:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:36:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:36:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:37:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:38:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:38:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:39:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:39:41,svchost.exe,1004,System,wpad
+2016.06.03 08:39:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:40:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:41:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:41:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:42:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:43:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:43:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:44:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:45:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:45:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:45:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:45:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:45:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:45:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:45:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:45:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 08:45:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 08:45:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 08:46:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:46:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:47:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 08:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 08:48:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:48:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:49:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:49:44,svchost.exe,1004,System,wpad
+2016.06.03 08:50:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:50:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:51:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:52:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:52:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:53:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:53:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:54:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:55:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 08:55:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:56:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:56:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:57:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:57:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:58:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:59:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 08:59:46,svchost.exe,1004,System,wpad
+2016.06.03 08:59:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:00:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:00:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:00:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:00:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:00:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:00:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:00:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:00:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 09:00:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 09:01:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:01:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:02:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 09:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 09:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 09:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 09:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 09:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 09:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 09:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 09:02:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:03:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:03:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:04:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:05:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:05:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:06:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:07:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:07:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:08:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:09:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:09:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:09:48,svchost.exe,1004,System,wpad
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:10:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:11:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:11:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:12:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:13:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:13:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:14:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:15:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:15:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:15:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:15:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:15:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:15:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:15:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:15:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:15:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 09:15:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 09:16:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:16:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:17:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 09:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 09:18:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:18:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:19:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:19:51,svchost.exe,1004,System,wpad
+2016.06.03 09:19:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:20:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:21:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:21:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:22:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:23:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:23:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:24:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:25:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:25:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:26:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:26:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:27:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:28:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:28:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:29:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:29:53,svchost.exe,1004,System,wpad
+2016.06.03 09:30:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:30:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:30:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:30:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:30:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:30:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:30:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:30:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:30:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:30:42,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 09:30:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 09:31:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:31:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:32:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:32:45,svchost.exe,820,System,isatap
+2016.06.03 09:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 09:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 09:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 09:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 09:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 09:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 09:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 09:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 09:33:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:33:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:34:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:35:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:35:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:36:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:36:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:37:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:38:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:38:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:39:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:39:55,svchost.exe,1004,System,wpad
+2016.06.03 09:40:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:11,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:40:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:41:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:41:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:42:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:43:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:43:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:44:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:45:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:45:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:45:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:45:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:45:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:45:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:45:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:45:42,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 09:45:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 09:45:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 09:45:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:46:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:46:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:47:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 09:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 09:47:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:48:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:49:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:49:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:49:58,svchost.exe,1004,System,wpad
+2016.06.03 09:50:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:51:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:51:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:52:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:52:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:53:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:54:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:54:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 09:55:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:56:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:56:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:57:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:58:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:58:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:59:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 09:59:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:00:00,svchost.exe,1004,System,wpad
+2016.06.03 10:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:00:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:00:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:00:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:00:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:00:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:00:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:00:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:00:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:00:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 10:00:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 10:01:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:01:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:02:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 10:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 10:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 10:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 10:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 10:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 10:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 10:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 10:03:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:03:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:04:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:05:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:05:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:06:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:07:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:07:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:08:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:08:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:09:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:10:02,svchost.exe,1004,System,wpad
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:10:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:10:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:11:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:12:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:12:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:13:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:13:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:14:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:15:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:15:28,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:15:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:15:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:15:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:15:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:15:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:15:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:15:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:15:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 10:15:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 10:16:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:16:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:17:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 10:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 10:18:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:18:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:19:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:20:05,svchost.exe,1004,System,wpad
+2016.06.03 10:20:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:20:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:21:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:21:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:22:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:23:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:23:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:24:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:24:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:25:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:26:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:26:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:27:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:27:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:28:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:29:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:29:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:30:07,svchost.exe,1004,System,wpad
+2016.06.03 10:30:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:30:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:30:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:30:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:30:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:30:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:30:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:30:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:30:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:30:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 10:30:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 10:31:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:31:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:32:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:32:45,svchost.exe,820,System,isatap
+2016.06.03 10:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 10:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 10:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 10:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 10:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 10:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 10:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 10:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 10:33:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:33:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:34:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:34:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:35:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:36:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:36:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:37:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:37:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:38:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:39:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:39:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:40:09,svchost.exe,1004,System,wpad
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:40:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:41:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:41:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:42:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:42:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:43:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:44:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:44:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:45:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:45:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:45:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:45:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:45:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:45:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:45:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:45:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:45:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 10:45:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 10:45:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 10:46:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:46:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:47:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 10:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 10:48:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:48:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:49:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:49:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:50:11,svchost.exe,1004,System,wpad
+2016.06.03 10:50:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:51:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:52:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:52:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:53:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:54:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:54:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:55:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 10:55:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:56:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:57:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:57:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:58:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:59:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 10:59:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:00:14,svchost.exe,1004,System,wpad
+2016.06.03 11:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:00:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:00:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:00:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:00:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:00:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:00:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:00:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:00:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:00:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 11:00:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 11:01:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:01:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:02:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 11:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 11:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 11:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 11:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 11:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 11:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 11:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 11:03:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:03:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:04:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:05:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:05:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:06:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:07:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:07:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:08:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:08:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:09:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:12,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:10:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:10:16,svchost.exe,1004,System,wpad
+2016.06.03 11:10:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:11:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:11:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:12:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:13:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:13:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:14:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:15:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:15:29,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:15:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:15:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:15:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:15:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:15:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:15:43,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:15:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 11:15:43,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 11:15:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:16:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:17:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 11:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 11:17:54,svchost.exe,820,System,sls.update.microsoft.com
+2016.06.03 11:18:05,svchost.exe,820,System,sls.update.microsoft.com
+2016.06.03 11:18:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:18:08,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 11:18:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:19:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:20:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:20:18,svchost.exe,1004,System,wpad
+2016.06.03 11:20:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:21:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:21:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:22:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:23:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:24:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:24:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:25:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:26:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:26:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:27:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:27:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:28:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:29:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:29:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:30:21,svchost.exe,1004,System,wpad
+2016.06.03 11:30:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:31:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:31:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:32:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:32:45,svchost.exe,820,System,isatap
+2016.06.03 11:32:53,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:33:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:34:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:34:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:35:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:36:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:36:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:37:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:37:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:38:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:38:38,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 11:38:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:38:38,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 11:38:38,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 11:38:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:38:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:38:38,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 11:38:38,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 11:38:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:38:38,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 11:38:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:38:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:38:38,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 11:38:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:38:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:38:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:38:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 11:38:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 11:38:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:40:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:40:23,svchost.exe,1004,System,wpad
+2016.06.03 11:40:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:41:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:41:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:42:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:43:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:43:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:44:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:45:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:45:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:46:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:46:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:47:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 11:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 11:48:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:48:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:49:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:50:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:50:25,svchost.exe,1004,System,wpad
+2016.06.03 11:50:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:51:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:52:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:52:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:53:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:53:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 11:53:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 11:53:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 11:53:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:54:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:54:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 11:55:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:56:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:56:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:57:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:58:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:58:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 11:59:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:00:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:00:28,svchost.exe,1004,System,wpad
+2016.06.03 12:00:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:01:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:01:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:02:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 12:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:02:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 12:03:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:03:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:04:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:04:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:05:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:06:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:06:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:07:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:08:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:08:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:08:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:08:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 12:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:08:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 12:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:08:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:09:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:09:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:10:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:10:30,svchost.exe,1004,System,wpad
+2016.06.03 12:10:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:11:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:12:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:12:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:13:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:14:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:14:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:15:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:15:43,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:16:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:16:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:17:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 12:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 12:18:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:18:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:19:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:20:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:20:32,svchost.exe,1004,System,wpad
+2016.06.03 12:20:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:21:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:22:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:22:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:23:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:23:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:23:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:23:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 12:23:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 12:23:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:24:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:25:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:25:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:26:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:27:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:27:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:28:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:29:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:29:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:30:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:30:35,svchost.exe,1004,System,wpad
+2016.06.03 12:31:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:31:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:32:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:32:45,svchost.exe,820,System,isatap
+2016.06.03 12:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 12:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 12:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:32:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:33:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:33:35,svchost.exe,820,System,sls.update.microsoft.com
+2016.06.03 12:33:35,svchost.exe,820,,sls.update.microsoft.com
+2016.06.03 12:33:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 12:33:36,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 12:33:36,svchost.exe,820,System,sls.update.microsoft.com
+2016.06.03 12:33:36,svchost.exe,820,,sls.update.microsoft.com
+2016.06.03 12:33:38,svchost.exe,820,System,login.live.com
+2016.06.03 12:33:38,svchost.exe,820,,login.live.com
+2016.06.03 12:33:39,svchost.exe,820,System,login.live.com
+2016.06.03 12:33:39,svchost.exe,820,,login.live.com
+2016.06.03 12:33:40,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.06.03 12:33:40,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.06.03 12:33:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:33:46,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.03 12:33:46,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.06.03 12:33:47,svchost.exe,820,,login.live.com
+2016.06.03 12:33:47,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:33:47,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:33:47,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.03 12:33:47,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.06.03 12:33:48,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.03 12:33:48,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.06.03 12:33:48,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:33:48,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:33:49,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.03 12:33:49,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.03 12:33:49,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:33:49,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:33:49,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.06.03 12:33:49,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.06.03 12:33:50,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.03 12:33:52,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.03 12:33:56,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.03 12:34:00,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:00,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:00,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.06.03 12:34:00,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.06.03 12:34:00,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:12,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:13,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:14,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:15,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:15,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:16,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:17,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:17,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:20,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:21,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:21,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:22,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:25,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.06.03 12:34:25,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.06.03 12:34:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:34:26,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.03 12:34:32,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.03 12:34:32,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.06.03 12:34:33,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:34:33,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:34:34,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.06.03 12:34:34,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.06.03 12:34:42,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:34:57,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:00,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:01,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:05,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.03 12:35:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:35:14,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:14,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:17,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.03 12:35:17,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.06.03 12:35:18,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:35:18,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:35:19,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.06.03 12:35:19,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.06.03 12:35:26,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:26,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.03 12:35:35,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:35:47,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:48,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:49,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:49,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:50,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:51,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:51,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:52,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:53,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:56,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:57,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:35:58,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:36:02,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:36:02,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:36:04,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:36:04,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:36:06,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:36:07,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:36:08,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:36:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:36:16,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:36:16,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:36:22,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.03 12:36:22,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.06.03 12:36:23,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:36:23,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:36:23,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.06.03 12:36:23,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.06.03 12:36:24,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.03 12:36:30,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.03 12:36:30,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.06.03 12:36:31,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:36:31,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:36:32,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.06.03 12:36:32,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.06.03 12:36:32,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.03 12:36:35,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:36:41,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.06.03 12:36:41,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.06.03 12:36:42,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:36:42,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.06.03 12:36:42,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.06.03 12:36:42,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.06.03 12:36:47,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:36:48,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.03 12:36:48,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.03 12:36:48,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.06.03 12:36:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:37:03,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:03,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:03,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:13,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:14,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:16,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:17,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:17,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:18,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:18,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:19,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:19,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:20,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:22,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:37:25,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:30,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:37:31,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 12:37:33,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:34,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:35,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:41,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 12:37:41,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 12:37:43,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:44,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:45,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:50,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:51,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:53,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:37:58,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:37:58,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.06.03 12:38:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:38:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:38:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:38:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:38:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:38:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:38:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:38:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:38:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:39:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:39:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:40:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:40:37,svchost.exe,1004,System,wpad
+2016.06.03 12:40:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:41:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:42:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:42:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:43:30,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:44:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:44:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:45:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:46:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:46:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:47:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:47:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:48:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:49:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:49:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:50:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:50:39,svchost.exe,1004,System,wpad
+2016.06.03 12:51:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:51:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:52:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:53:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:53:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:53:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:53:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 12:53:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 12:53:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 12:54:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:54:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:13,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 12:55:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:55:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:56:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:56:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:57:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:58:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:58:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:59:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 12:59:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:00:42,svchost.exe,1004,System,wpad
+2016.06.03 13:00:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:01:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:01:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:02:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 13:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 13:03:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:03:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:04:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:04:50,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:05:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:06:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:06:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:07:26,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:08:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:08:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:08:38,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:08:39,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 13:08:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 13:08:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:09:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:09:40,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:10:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:10:44,svchost.exe,1004,System,wpad
+2016.06.03 13:10:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:11:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:11:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:12:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:13:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:13:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:14:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:15:11,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:15:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:16:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:16:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:17:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:17:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 13:17:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 13:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 13:17:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 13:17:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 13:17:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 13:17:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 13:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 13:18:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:18:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:19:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:20:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:20:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:20:46,svchost.exe,1004,System,wpad
+2016.06.03 13:21:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:21:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:22:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:23:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:23:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 13:23:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 13:23:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:24:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:24:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:25:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:26:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:26:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:27:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:28:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:28:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:29:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:30:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:30:49,svchost.exe,1004,System,wpad
+2016.06.03 13:30:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:31:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:32:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:32:45,svchost.exe,820,System,isatap
+2016.06.03 13:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 13:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 13:32:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:33:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:34:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:34:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:35:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:36:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:36:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:37:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:37:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:38:24,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:38:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:38:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:38:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:38:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:38:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:38:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:38:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:38:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:38:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 13:38:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 13:39:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:39:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:40:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:40:51,svchost.exe,1004,System,wpad
+2016.06.03 13:41:08,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:41:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:42:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:42:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:43:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:44:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:44:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:45:39,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:46:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:47:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:47:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:47:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 13:47:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 13:47:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 13:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 13:47:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 13:47:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 13:47:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 13:47:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 13:48:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:48:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:49:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:50:12,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:50:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:50:53,svchost.exe,1004,System,wpad
+2016.06.03 13:51:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:52:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:52:38,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:53:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:53:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:53:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:53:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:53:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:53:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:53:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 13:53:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 13:53:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 13:53:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:54:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 13:55:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:56:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:56:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:57:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:57:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:58:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:59:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 13:59:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:00:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:00:56,svchost.exe,1004,System,wpad
+2016.06.03 14:01:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:01:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:02:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:02:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 14:02:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 14:03:27,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:04:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:04:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:05:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:06:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:06:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:07:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:08:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:08:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:08:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:08:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:08:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:08:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:08:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:08:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 14:08:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 14:08:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:09:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:09:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:10:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:10:58,svchost.exe,1004,System,wpad
+2016.06.03 14:11:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:11:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:12:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:13:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:13:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:14:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:15:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:15:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:16:04,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:16:36,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:17:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:17:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:17:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 14:17:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 14:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 14:17:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 14:17:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 14:17:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 14:17:47,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 14:17:47,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 14:18:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:18:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:19:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:20:14,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:20:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:21:00,svchost.exe,1004,System,wpad
+2016.06.03 14:21:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:22:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:23:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:23:35,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:23:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:23:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:23:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:23:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:23:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:23:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:23:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:23:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 14:23:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 14:24:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:25:02,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:14,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:25:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:26:20,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:26:54,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:27:33,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:28:17,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:28:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:29:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:30:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:30:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:31:02,svchost.exe,1004,System,wpad
+2016.06.03 14:31:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:32:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:32:45,svchost.exe,820,System,isatap
+2016.06.03 14:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 14:32:47,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 14:32:52,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:33:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:34:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:34:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:35:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:36:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:36:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:37:23,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:38:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:38:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:38:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:38:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:38:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:38:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:38:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:38:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:38:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:38:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:38:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 14:38:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 14:39:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:39:49,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:40:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:41:05,svchost.exe,1004,System,wpad
+2016.06.03 14:41:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:41:42,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:42:18,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:43:01,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:43:31,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:44:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:44:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:45:22,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:45:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 14:45:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 14:45:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 14:45:24,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 14:45:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 14:45:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 14:45:24,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.06.03 14:45:24,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.06.03 14:46:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:46:34,svchost.exe,820,System,officeclient.microsoft.com
+2016.06.03 14:46:41,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:47:21,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:48:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:48:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:49:10,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:49:45,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:50:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:51:07,svchost.exe,1004,System,wpad
+2016.06.03 14:51:07,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:51:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:52:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:52:58,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 14:52:58,Explorer.EXE,2052,,oem.twimg.com
+2016.06.03 14:52:59,CompatTelRunner.exe,4156,System,telecommand.telemetry.microsoft.com
+2016.06.03 14:53:01,dmclient.exe,2352,System,settings.data.microsoft.com
+2016.06.03 14:53:05,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:53:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:53:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:53:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:53:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:53:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:53:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:53:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 14:53:40,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 14:53:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 14:53:47,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:54:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:54:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 14:55:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:56:09,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:56:34,svchost.exe,820,System,officeclient.microsoft.com
+2016.06.03 14:56:46,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:57:16,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:57:57,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:58:28,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:59:06,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 14:59:51,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:00:32,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:01:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:01:09,svchost.exe,1004,System,wpad
+2016.06.03 15:01:40,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:02:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:02:59,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:03:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:04:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:04:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:05:29,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:06:00,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:06:34,svchost.exe,820,System,officeclient.microsoft.com
+2016.06.03 15:06:37,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:07:13,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:07:48,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:08:25,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 15:08:39,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 15:08:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 15:08:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 15:08:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 15:08:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 15:08:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 15:08:40,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.06.03 15:08:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 15:08:41,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.06.03 15:08:58,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:09:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:15,OneDrive.exe,3784,,ssw.live.com
+2016.06.03 15:10:56,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:11:12,svchost.exe,1004,System,wpad
+2016.06.03 15:11:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:12:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:13:03,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:13:44,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:14:19,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:14:55,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.06.03 15:15:27,svchost.exe,820,System,win10.ipv6.microsoft.com
\ No newline at end of file
diff --git a/logs/proxifier-hosts-count.csv b/logs/proxifier-hosts-count.csv
new file mode 100644
index 00000000..956a50c7
--- /dev/null
+++ b/logs/proxifier-hosts-count.csv
@@ -0,0 +1,47 @@
+From: 2016.05.29 20:34:34
+To: 2016.06.03 15:15:27
+
+HOST,COUNT
+ssw.live.com,11016
+win10.ipv6.microsoft.com,11013
+settings-win.data.microsoft.com,3593
+cdn.content.prod.cms.msn.com,1356
+v10.vortex-win.data.microsoft.com,937
+wpad,693
+oem.twimg.com,454
+tile-service.weather.microsoft.com,448
+tlu.dl.delivery.mp.microsoft.com,126
+isatap,119
+au.v4.download.windowsupdate.com,74
+dl.delivery.mp.microsoft.com,72
+login.live.com,58
+fe3.delivery.mp.microsoft.com,38
+sls.update.microsoft.com,38
+licensing.mp.microsoft.com,34
+fe2.update.microsoft.com,31
+v4.download.windowsupdate.com,30
+tsfe.trafficshaping.dsp.mp.microsoft.com,26
+go.microsoft.com,25
+img-s-msn-com.akamaized.net,21
+sway-cdn.com,15
+ctldl.windowsupdate.com,14
+candycrushsoda.king.com,12
+oneclient.sfx.ms,8
+g.live.com,8
+DB5SCH101101810.wns.windows.com,7
+s2.symcb.com,6
+telecommand.telemetry.microsoft.com,6
+client.wns.windows.com,6
+DB5SCH103101512.wns.windows.com,5
+settings.data.microsoft.com,4
+watson.telemetry.microsoft.com,4
+00210a-1.l.windowsupdate.com,4
+pbs.twimg.com,3
+officeclient.microsoft.com,3
+169.254.177.157,3
+DB5SCH101101541.wns.windows.com,3
+DB5SCH101101724.wns.windows.com,3
+ocsp.msocsp.com,2
+dmd.metaservices.microsoft.com,2
+191.232.139.88,2
+device.auth.xboxlive.com,2
\ No newline at end of file
diff --git a/logs/proxifier-unique.csv b/logs/proxifier-unique.csv
new file mode 100644
index 00000000..e03aa1f5
--- /dev/null
+++ b/logs/proxifier-unique.csv
@@ -0,0 +1,60 @@
+From: 2016.05.29 20:34:34
+To: 2016.06.03 15:15:27
+
+DATE,EXE,PID,ACCOUNT,HOST
+2016.05.29 20:34:34,svchost.exe,820,System,win10.ipv6.microsoft.com
+2016.05.29 20:34:48,svchost.exe,1316,System,settings-win.data.microsoft.com
+2016.05.29 20:36:46,svchost.exe,1316,System,v10.vortex-win.data.microsoft.com
+2016.05.29 20:39:06,OneDrive.exe,3784,,ssw.live.com
+2016.05.29 20:43:02,Explorer.EXE,2052,,oem.twimg.com
+2016.05.29 20:43:02,Explorer.EXE,2052,,cdn.content.prod.cms.msn.com
+2016.05.29 20:43:02,Explorer.EXE,2052,,candycrushsoda.king.com
+2016.05.29 20:43:03,Explorer.EXE,2052,,tile-service.weather.microsoft.com
+2016.05.29 20:44:08,svchost.exe,1004,System,wpad
+2016.05.29 21:32:47,svchost.exe,820,System,isatap
+2016.05.29 22:32:47,svchost.exe,820,System,sls.update.microsoft.com
+2016.05.29 22:32:47,svchost.exe,820,,sls.update.microsoft.com
+2016.05.29 22:32:49,svchost.exe,820,System,fe2.update.microsoft.com
+2016.05.29 22:32:49,svchost.exe,820,,fe2.update.microsoft.com
+2016.05.29 22:32:50,svchost.exe,820,System,v4.download.windowsupdate.com
+2016.05.29 22:32:50,svchost.exe,820,,v4.download.windowsupdate.com
+2016.05.29 22:34:20,svchost.exe,820,System,au.v4.download.windowsupdate.com
+2016.05.29 23:26:42,svchost.exe,820,System,fe3.delivery.mp.microsoft.com
+2016.05.29 23:26:42,svchost.exe,820,,fe3.delivery.mp.microsoft.com
+2016.05.29 23:26:46,svchost.exe,820,System,tsfe.trafficshaping.dsp.mp.microsoft.com
+2016.05.29 23:26:46,svchost.exe,820,System,dl.delivery.mp.microsoft.com
+2016.05.29 23:26:51,svchost.exe,820,System,tlu.dl.delivery.mp.microsoft.com
+2016.05.30 02:02:50,svchost.exe,820,System,login.live.com
+2016.05.30 02:03:51,svchost.exe,648,System,ctldl.windowsupdate.com
+2016.05.30 02:17:46,wermgr.exe,4144,System,watson.telemetry.microsoft.com
+2016.05.30 02:52:07,Explorer.EXE,2052,,sway-cdn.com
+2016.05.30 04:09:59,CompatTelRunner.exe,936,System,settings-win.data.microsoft.com
+2016.05.30 04:10:01,CompatTelRunner.exe,936,System,go.microsoft.com
+2016.05.30 04:10:05,svchost.exe,820,System,device.auth.xboxlive.com
+2016.05.30 18:32:44,OneDrive.exe,3784,,g.live.com
+2016.05.30 18:32:44,OneDrive.exe,3784,,oneclient.sfx.ms
+2016.05.30 18:32:44,OneDrive.exe,3784,,ocsp.msocsp.com
+2016.05.30 19:00:39,CompatTelRunner.exe,2192,System,telecommand.telemetry.microsoft.com
+2016.05.30 19:00:42,dmclient.exe,4676,System,settings.data.microsoft.com
+2016.05.30 20:33:54,svchost.exe,820,System,s2.symcb.com
+2016.05.30 20:33:54,svchost.exe,1004,System,licensing.mp.microsoft.com
+2016.05.30 20:33:54,svchost.exe,1004,,licensing.mp.microsoft.com
+2016.05.30 22:32:02,svchost.exe,820,,login.live.com
+2016.05.30 23:36:33,sihclient.exe,1664,System,sls.update.microsoft.com
+2016.06.01 14:08:24,Explorer.EXE,2052,,191.232.139.88
+2016.06.01 14:10:48,Explorer.EXE,2052,,DB5SCH101101810.wns.windows.com
+2016.06.01 15:01:10,svchost.exe,820,,s2.symcb.com
+2016.06.01 15:01:14,Explorer.EXE,2052,,client.wns.windows.com
+2016.06.01 15:01:15,Explorer.EXE,2052,,DB5SCH103101512.wns.windows.com
+2016.06.01 15:02:10,svchost.exe,648,,ctldl.windowsupdate.com
+2016.06.01 22:00:24,Explorer.EXE,2052,,DB5SCH101101724.wns.windows.com
+2016.06.01 23:10:25,Explorer.EXE,2052,,DB5SCH101101541.wns.windows.com
+2016.06.01 23:18:41,svchost.exe,1004,System,169.254.177.157
+2016.06.02 01:16:02,svchost.exe,820,System,img-s-msn-com.akamaized.net
+2016.06.02 01:16:11,svchost.exe,820,,img-s-msn-com.akamaized.net
+2016.06.02 01:17:10,svchost.exe,820,System,pbs.twimg.com
+2016.06.02 01:17:14,svchost.exe,820,,pbs.twimg.com
+2016.06.02 01:36:08,svchost.exe,820,System,go.microsoft.com
+2016.06.02 01:36:08,svchost.exe,820,System,dmd.metaservices.microsoft.com
+2016.06.02 20:42:57,svchost.exe,820,System,00210a-1.l.windowsupdate.com
+2016.06.03 14:46:34,svchost.exe,820,System,officeclient.microsoft.com
\ No newline at end of file
diff --git a/logs/sysmon-all.csv b/logs/sysmon-all.csv
new file mode 100644
index 00000000..e7affc74
--- /dev/null
+++ b/logs/sysmon-all.csv
@@ -0,0 +1,1357 @@
+From: 2016-05-29 18:32:47.857
+To: 2016-06-03 12:45:24.362
+
+DATE,PROCESS,USER,PROTOCOL,SRC_IP,SRC_PORT,SRC_PORT_NAME,DEST_IP,DEST_PORT,DEST_PORT_NAME
+2016-05-29 18:32:47.857,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58042,,239.255.255.250,3702,ws-discovery
+2016-05-29 18:32:47.857,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58042,,239.255.255.250,3702,ws-discovery
+2016-05-29 18:32:48.202,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-05-29 18:32:48.202,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-05-29 18:32:48.230,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58047,,239.255.255.250,3702,ws-discovery
+2016-05-29 18:32:48.230,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58047,,239.255.255.250,3702,ws-discovery
+2016-05-29 18:32:48.509,C:\Windows\System32\dasHost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58049,,239.255.255.250,3702,ws-discovery
+2016-05-29 18:32:48.509,C:\Windows\System32\dasHost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58049,,239.255.255.250,3702,ws-discovery
+2016-05-29 18:32:49.131,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,49673,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-05-29 18:32:49.439,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,239.255.255.250,137,netbios-ns
+2016-05-29 18:33:54.226,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,49680,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-05-29 18:33:54.442,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49682,,msnbot-191-232-139-49.search.msn.com,443,https
+2016-05-29 18:33:54.549,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49683,,candycrushsoda.king.com,80,http
+2016-05-29 18:33:54.691,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49684,,msnbot-191-232-139-88.search.msn.com,443,https
+2016-05-29 18:33:54.692,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49685,,a104-71-200-228.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 18:33:54.747,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49686,,a104-71-200-228.deploy.static.akamaitechnologies.com,443,https
+2016-05-29 18:33:54.899,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49687,,104.244.43.167,443,https
+2016-05-29 18:33:55.215,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49688,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 18:33:55.410,C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe,MyComputer\user,tcp,MyComputer,49689,,a-0001.a-msedge.net,443,https
+2016-05-29 18:33:55.535,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.167,137,netbios-ns
+2016-05-29 18:36:46.142,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49690,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 18:43:02.924,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49691,,104.244.43.39,443,https
+2016-05-29 18:43:03.019,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49693,,candycrushsoda.king.com,80,http
+2016-05-29 18:43:03.074,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49695,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 18:43:03.925,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.39,137,netbios-ns
+2016-05-29 18:43:05.485,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49696,,a104-101-172-250.deploy.static.akamaitechnologies.com,443,https
+2016-05-29 18:43:10.915,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,49697,,13.107.5.88,443,https
+2016-05-29 18:43:10.915,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,49698,,13.107.3.128,443,https
+2016-05-29 18:43:11.035,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,13.107.3.128,137,netbios-ns
+2016-05-29 18:43:11.040,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,13.107.5.88,137,netbios-ns
+2016-05-29 18:43:12.010,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49700,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 18:43:12.043,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,49699,,23.99.116.116,443,https
+2016-05-29 18:43:13.106,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,23.99.116.116,137,netbios-ns
+2016-05-29 18:43:13.596,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,49701,,168.61.146.25,443,https
+2016-05-29 18:43:14.080,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,168.61.146.25,137,netbios-ns
+2016-05-29 18:53:54.935,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49703,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 18:59:25.309,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49705,,104.244.43.39,443,https
+2016-05-29 19:11:44.489,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49711,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 19:17:44.092,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49712,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 19:17:44.228,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49713,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-29 19:32:44.083,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49716,,104.244.43.199,443,https
+2016-05-29 19:32:44.731,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49720,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 19:32:45.222,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.199,137,netbios-ns
+2016-05-29 19:47:44.106,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49723,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 19:47:47.630,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49724,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 20:02:44.101,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49726,,104.244.43.7,443,https
+2016-05-29 20:02:45.105,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.7,137,netbios-ns
+2016-05-29 20:02:48.504,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49730,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 20:17:44.144,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49732,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 20:17:44.477,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49733,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-29 20:17:48.610,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49734,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 20:32:44.121,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49736,,104.244.43.7,443,https
+2016-05-29 20:32:47.706,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49740,,157.55.240.220,443,https
+2016-05-29 20:32:48.488,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,157.55.240.220,137,netbios-ns
+2016-05-29 20:32:48.761,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49741,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 20:32:49.937,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49742,,134.170.58.121,443,https
+2016-05-29 20:32:50.493,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.58.121,137,netbios-ns
+2016-05-29 20:32:50.846,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49743,,8.254.218.126,80,http
+2016-05-29 20:32:50.901,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49744,,8.254.218.126,80,http
+2016-05-29 20:32:51.596,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,8.254.218.126,137,netbios-ns
+2016-05-29 20:34:18.868,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49746,,134.170.58.121,443,https
+2016-05-29 20:34:19.752,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49747,,134.170.53.30,443,https
+2016-05-29 20:34:19.898,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.53.30,137,netbios-ns
+2016-05-29 20:34:20.243,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-05-29 20:34:20.243,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-05-29 20:34:20.502,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49748,,13.107.4.50,80,http
+2016-05-29 20:34:20.688,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49749,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 20:34:20.892,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,13.107.4.50,137,netbios-ns
+2016-05-29 20:47:44.138,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49751,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 20:47:48.904,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49752,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 21:02:44.155,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49754,,104.244.43.39,443,https
+2016-05-29 21:02:49.054,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49758,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 21:17:44.161,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49760,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 21:17:44.306,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49761,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-29 21:17:49.207,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49762,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 21:26:41.062,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49764,,65.55.138.111,443,https
+2016-05-29 21:26:41.885,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,65.55.138.111,137,netbios-ns
+2016-05-29 21:26:42.030,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49765,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 21:26:42.465,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49766,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-05-29 21:26:46.224,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49767,,65.55.44.51,443,https
+2016-05-29 21:26:46.666,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-05-29 21:26:46.666,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-05-29 21:26:46.929,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49768,,13.107.4.50,80,http
+2016-05-29 21:26:46.995,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,65.55.44.51,137,netbios-ns
+2016-05-29 21:26:51.239,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49769,,13.107.4.50,80,http
+2016-05-29 21:26:51.330,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49770,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-05-29 21:32:44.166,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49771,,104.244.43.167,443,https
+2016-05-29 21:32:49.301,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49775,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 21:47:44.164,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49782,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 21:47:49.432,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49783,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 22:02:44.175,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49785,,104.244.43.167,443,https
+2016-05-29 22:02:49.596,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49789,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 22:17:44.190,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49791,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 22:17:44.331,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49792,,a104-101-172-250.deploy.static.akamaitechnologies.com,443,https
+2016-05-29 22:17:49.697,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49793,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 22:32:44.188,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49795,,104.244.43.199,443,https
+2016-05-29 22:32:49.826,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49799,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 22:47:44.204,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49802,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 22:47:49.937,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49803,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 23:02:44.207,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49805,,104.244.43.199,443,https
+2016-05-29 23:02:50.084,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49809,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 23:17:44.227,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49811,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 23:17:44.388,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49812,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-29 23:17:50.239,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49813,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 23:32:44.231,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49815,,104.244.43.71,443,https
+2016-05-29 23:32:45.299,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.71,137,netbios-ns
+2016-05-29 23:32:50.348,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49819,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 23:47:44.237,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49822,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 23:47:50.464,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49823,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 00:02:44.245,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49825,,104.244.43.71,443,https
+2016-05-30 00:02:50.499,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49829,,131.253.61.96,443,https
+2016-05-30 00:02:50.559,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49830,,131.253.61.96,443,https
+2016-05-30 00:02:51.007,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.96,137,netbios-ns
+2016-05-30 00:02:51.042,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49831,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 00:17:44.300,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49834,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 00:17:44.710,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49835,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 00:17:46.547,C:\Windows\System32\wermgr.exe,AUTORITE NT\Système,tcp,MyComputer,49836,,msnbot-65-55-252-43.search.msn.com,443,https
+2016-05-30 00:17:51.081,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49837,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 00:32:44.265,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49839,,104.244.43.71,443,https
+2016-05-30 00:32:51.481,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49843,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 00:42:02.735,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49845,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 00:47:44.284,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49847,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 00:47:51.610,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49848,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 00:52:07.797,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49854,,104.244.43.103,443,https
+2016-05-30 00:52:07.798,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49853,,a23-216-241-218.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 00:52:07.869,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49855,,a23-216-241-218.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 00:52:08.872,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.103,137,netbios-ns
+2016-05-30 01:02:51.733,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49859,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 01:17:44.313,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49860,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 01:17:44.464,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49861,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 01:17:51.849,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49862,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 01:32:44.278,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49863,,104.244.43.39,443,https
+2016-05-30 01:32:51.930,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49867,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 01:47:44.313,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49868,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 01:47:52.080,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49869,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 02:02:44.338,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49873,,104.244.43.71,443,https
+2016-05-30 02:02:52.200,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49874,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 02:10:01.383,C:\Windows\System32\CompatTelRunner.exe,AUTORITE NT\Système,tcp,MyComputer,49875,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 02:10:01.520,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49876,,134.170.51.247,443,https
+2016-05-30 02:10:02.335,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.51.247,137,netbios-ns
+2016-05-30 02:10:02.604,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49877,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 02:10:04.517,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49878,,131.253.61.96,443,https
+2016-05-30 02:10:05.215,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49879,,134.170.178.97,443,https
+2016-05-30 02:10:05.370,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.178.97,137,netbios-ns
+2016-05-30 02:17:44.328,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49880,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 02:17:44.478,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49881,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 02:17:52.299,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49882,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 02:32:44.342,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49886,,104.244.43.39,443,https
+2016-05-30 02:32:52.444,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49887,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 02:47:44.317,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49888,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 02:47:52.554,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49889,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 03:02:44.907,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49890,,104.244.43.135,443,https
+2016-05-30 03:02:45.373,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.135,137,netbios-ns
+2016-05-30 03:02:52.681,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49894,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 03:17:44.345,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49895,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 03:17:44.505,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49896,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 03:17:52.802,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49897,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 03:32:44.324,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49898,,104.244.43.135,443,https
+2016-05-30 03:32:52.911,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49902,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 03:47:44.339,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49903,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 03:47:53.070,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49904,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 04:02:44.360,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49907,,104.244.43.167,443,https
+2016-05-30 04:02:53.157,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49909,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 04:17:44.364,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49910,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 04:17:44.720,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49911,,a104-101-172-250.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 04:17:53.291,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49912,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 04:32:44.349,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49913,,104.244.43.71,443,https
+2016-05-30 04:32:53.431,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49917,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 04:47:44.364,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49918,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 04:47:53.541,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49919,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 05:02:44.414,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49923,,104.244.43.71,443,https
+2016-05-30 05:02:53.686,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49924,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 05:17:44.354,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49925,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 05:17:44.510,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49926,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 05:17:53.821,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49927,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 05:32:44.380,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49928,,104.244.43.39,443,https
+2016-05-30 05:32:53.952,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49932,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 05:47:44.360,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49933,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 05:47:54.107,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49934,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 06:02:44.455,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49938,,104.244.43.199,443,https
+2016-05-30 06:02:54.222,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49939,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 06:17:44.412,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49940,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 06:17:44.671,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49941,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 06:17:54.348,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49942,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 06:32:44.422,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49946,,104.244.43.167,443,https
+2016-05-30 06:32:44.628,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-05-30 06:32:44.628,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-05-30 06:32:54.459,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49947,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 06:47:44.389,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49948,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 06:47:54.606,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49949,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 07:02:44.426,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49952,,104.244.43.71,443,https
+2016-05-30 07:02:44.439,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49950,,a92-122-51-57.deploy.akamaitechnologies.com,80,http
+2016-05-30 07:02:44.446,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49951,,a92-122-51-57.deploy.akamaitechnologies.com,80,http
+2016-05-30 07:02:44.469,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49953,,a92-122-51-57.deploy.akamaitechnologies.com,80,http
+2016-05-30 07:02:54.750,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49954,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 07:17:44.422,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49955,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 07:17:44.698,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49956,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 07:17:54.889,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49957,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 07:32:44.408,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49958,,104.244.43.103,443,https
+2016-05-30 07:32:44.489,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49959,,a92-122-51-57.deploy.akamaitechnologies.com,80,http
+2016-05-30 07:32:44.489,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49961,,a92-122-51-57.deploy.akamaitechnologies.com,80,http
+2016-05-30 07:32:44.497,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49960,,a92-122-51-57.deploy.akamaitechnologies.com,80,http
+2016-05-30 07:32:55.060,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49962,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 07:47:44.425,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49963,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 07:47:55.155,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49964,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 08:02:44.458,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49968,,104.244.43.199,443,https
+2016-05-30 08:02:55.285,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49969,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 08:17:44.482,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49970,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 08:17:44.866,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49971,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 08:17:55.389,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49972,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 08:32:44.480,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49976,,104.244.43.71,443,https
+2016-05-30 08:32:55.507,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49977,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 08:47:44.468,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49978,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 08:47:55.630,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49979,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 09:02:44.468,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49982,,104.244.43.167,443,https
+2016-05-30 09:02:55.740,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49984,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 09:17:44.505,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49985,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 09:17:44.701,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49986,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 09:17:55.876,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49987,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 09:32:44.489,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49988,,104.244.43.39,443,https
+2016-05-30 09:32:44.593,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49992,,candycrushsoda.king.com,80,http
+2016-05-30 09:32:55.962,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49993,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 09:47:44.504,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49994,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 09:47:56.131,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49995,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 10:02:44.553,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49996,,104.244.43.71,443,https
+2016-05-30 10:02:56.255,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50000,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 10:17:44.547,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50001,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 10:17:44.806,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50002,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 10:17:56.362,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50003,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 10:32:44.520,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50004,,104.244.43.231,443,https
+2016-05-30 10:32:45.577,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.231,137,netbios-ns
+2016-05-30 10:32:56.472,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50008,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 10:47:44.551,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50009,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 10:47:56.621,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50010,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 11:02:44.625,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50014,,104.244.43.135,443,https
+2016-05-30 11:02:56.722,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50015,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 11:17:44.630,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50017,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 11:17:44.778,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50018,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 11:17:56.804,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50019,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 11:32:44.547,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50020,,104.244.43.103,443,https
+2016-05-30 11:32:56.974,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50024,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 11:47:44.580,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50025,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 11:47:57.097,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50026,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 12:02:44.601,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50030,,104.244.43.71,443,https
+2016-05-30 12:02:57.224,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50031,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 12:17:44.613,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50032,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 12:17:45.107,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50033,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 12:17:57.355,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50034,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 12:32:44.665,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50038,,104.244.43.231,443,https
+2016-05-30 12:32:57.492,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50039,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 12:47:44.640,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50040,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 12:47:57.551,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50041,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 13:02:44.671,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50045,,104.244.43.167,443,https
+2016-05-30 13:02:57.748,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50046,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 13:17:44.675,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50047,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 13:17:44.925,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50048,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 13:17:57.842,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50049,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 13:32:44.690,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50053,,104.244.43.135,443,https
+2016-05-30 13:32:58.003,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50054,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 13:47:44.660,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50055,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 13:47:58.092,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50056,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 14:02:44.720,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50060,,104.244.43.231,443,https
+2016-05-30 14:02:58.252,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50061,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 14:17:44.708,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50062,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 14:17:44.938,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50063,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 14:17:58.345,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50064,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 14:32:44.669,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50065,,104.244.43.103,443,https
+2016-05-30 14:32:58.470,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50069,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 14:47:44.691,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50070,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 14:47:58.588,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50071,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 15:02:44.692,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50072,,104.244.43.71,443,https
+2016-05-30 15:02:58.714,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50076,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 15:17:44.701,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50077,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 15:17:44.853,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50078,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 15:17:58.788,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50079,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 15:32:44.739,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50085,,104.244.43.7,443,https
+2016-05-30 15:32:58.976,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50086,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 15:47:44.722,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50087,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 15:47:59.093,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50088,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 16:02:44.790,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50092,,104.244.43.167,443,https
+2016-05-30 16:02:59.227,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50093,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 16:17:44.769,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50094,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 16:17:45.388,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50095,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 16:17:45.609,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50096,,198.41.215.186,80,http
+2016-05-30 16:17:45.727,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,198.41.215.186,137,netbios-ns
+2016-05-30 16:17:59.325,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50097,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 16:32:44.283,C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe,MyComputer\user,tcp,MyComputer,50102,,msnbot-207-46-194-14.search.msn.com,80,http
+2016-05-30 16:32:44.389,C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe,MyComputer\user,tcp,MyComputer,50103,,a23-214-35-31.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 16:32:44.511,C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe,MyComputer\user,tcp,MyComputer,50104,,198.41.215.186,80,http
+2016-05-30 16:32:44.786,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50108,,104.244.43.39,443,https
+2016-05-30 16:32:59.443,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50109,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 16:47:44.756,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50110,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 16:47:59.568,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50111,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 16:54:50.775,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50112,,104.244.43.199,443,https
+2016-05-30 16:55:41.671,C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe,MyComputer\user,tcp,MyComputer,50117,,a-0001.a-msedge.net,443,https
+2016-05-30 16:55:41.686,C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe,MyComputer\user,tcp,MyComputer,50118,,a-0001.a-msedge.net,443,https
+2016-05-30 16:55:48.013,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50119,,msnbot-207-46-194-33.search.msn.com,443,https
+2016-05-30 17:00:41.078,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50120,,131.253.61.100,80,http
+2016-05-30 17:00:41.478,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50121,,131.253.61.100,443,https
+2016-05-30 17:00:42.016,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.100,137,netbios-ns
+2016-05-30 17:02:59.717,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50122,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 17:17:44.799,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50123,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 17:17:45.155,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50124,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 17:17:59.855,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50125,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 17:32:44.805,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50129,,104.244.43.167,443,https
+2016-05-30 17:32:59.955,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50130,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 17:47:44.818,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50131,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 17:48:00.062,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50132,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 18:02:44.880,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50136,,104.244.43.199,443,https
+2016-05-30 18:03:00.214,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50137,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 18:17:44.866,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50138,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 18:17:45.171,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50139,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 18:17:45.181,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50140,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 18:18:00.348,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50141,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 18:32:44.679,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-05-30 18:32:44.679,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-05-30 18:32:44.828,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50142,,104.244.43.167,443,https
+2016-05-30 18:33:00.470,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50146,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 18:33:53.718,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50149,,131.253.61.68,80,http
+2016-05-30 18:33:53.963,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50150,,131.253.61.68,443,https
+2016-05-30 18:33:54.147,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50151,,a23-55-155-27.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 18:33:54.586,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.68,137,netbios-ns
+2016-05-30 18:33:54.656,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,50152,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-05-30 18:33:54.986,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,50153,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-05-30 18:47:44.863,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50154,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 18:48:00.565,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50155,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 19:02:44.863,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50162,,104.244.43.199,443,https
+2016-05-30 19:03:00.699,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50166,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 19:17:44.893,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50167,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 19:17:45.353,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50168,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 19:18:00.843,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50169,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 19:32:44.918,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50172,,104.244.43.199,443,https
+2016-05-30 19:33:00.957,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50174,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 19:47:44.893,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50175,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 19:48:01.101,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50176,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 20:02:44.906,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50177,,104.244.43.199,443,https
+2016-05-30 20:03:01.255,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50181,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 20:17:44.940,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50182,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 20:17:45.515,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50183,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 20:18:01.361,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50184,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 20:30:38.565,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50185,,157.55.133.204,443,https
+2016-05-30 20:30:39.458,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,157.55.133.204,137,netbios-ns
+2016-05-30 20:30:39.797,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50186,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 20:30:40.427,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50187,,191.234.72.190,443,https
+2016-05-30 20:30:40.464,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,191.234.72.190,137,netbios-ns
+2016-05-30 20:31:18.507,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50194,,191.234.72.190,443,https
+2016-05-30 20:31:18.949,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-05-30 20:31:18.949,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-05-30 20:31:19.236,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50195,,13.107.4.50,80,http
+2016-05-30 20:32:00.879,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50196,,157.55.133.204,443,https
+2016-05-30 20:32:01.544,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50197,,157.55.133.204,443,https
+2016-05-30 20:32:02.649,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50198,,131.253.61.98,80,http
+2016-05-30 20:32:02.870,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50199,,131.253.61.98,443,https
+2016-05-30 20:32:02.907,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.98,137,netbios-ns
+2016-05-30 20:32:03.827,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50200,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-05-30 20:32:07.826,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50201,,65.55.44.51,443,https
+2016-05-30 20:32:08.354,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50202,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-05-30 20:32:08.732,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50203,,13.107.4.50,80,http
+2016-05-30 20:32:23.456,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50204,,13.107.4.50,80,http
+2016-05-30 20:32:45.004,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50208,,104.244.43.71,443,https
+2016-05-30 20:32:55.851,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50209,,candycrushsoda.king.com,80,http
+2016-05-30 20:47:44.955,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50210,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 21:02:44.949,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50211,,104.244.43.71,443,https
+2016-05-30 21:03:01.771,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50215,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 21:17:44.984,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50216,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 21:17:45.334,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50217,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 21:18:01.935,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50218,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 21:32:44.964,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50219,,104.244.43.39,443,https
+2016-05-30 21:33:02.036,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50223,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 21:36:33.537,C:\Windows\System32\SIHClient.exe,AUTORITE NT\Système,tcp,MyComputer,50224,,157.56.77.139,443,https
+2016-05-30 21:36:34.363,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,157.56.77.139,137,netbios-ns
+2016-05-30 21:36:35.709,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50225,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 21:47:44.974,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50226,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 21:48:02.222,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50227,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 22:02:45.010,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50231,,104.244.43.231,443,https
+2016-05-30 22:03:02.357,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50232,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 22:17:44.998,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50233,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 22:17:45.269,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50234,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 22:18:02.466,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50235,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 22:32:45.013,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50237,,104.244.43.199,443,https
+2016-05-30 22:33:02.584,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50240,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 22:47:45.012,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50241,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 22:48:02.704,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50242,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 23:02:44.997,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50243,,104.244.43.103,443,https
+2016-05-30 23:03:02.885,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50247,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 23:17:45.038,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50248,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 23:17:45.484,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50249,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 23:18:03.004,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50250,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 23:32:45.075,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50254,,104.244.43.39,443,https
+2016-05-30 23:33:03.087,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50255,,eu.vortex.data.microsoft.com,443,https
+2016-05-30 23:47:45.018,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50256,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 23:48:03.239,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50259,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 00:02:45.050,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50265,,104.244.43.231,443,https
+2016-05-31 00:03:03.250,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50266,,131.253.61.66,443,https
+2016-05-31 00:03:03.360,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50267,,131.253.61.66,443,https
+2016-05-31 00:03:03.838,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50268,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 00:03:04.147,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.66,137,netbios-ns
+2016-05-31 00:17:45.129,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50271,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 00:17:45.688,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50272,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 00:18:04.100,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50273,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 00:32:45.092,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50276,,104.244.43.39,443,https
+2016-05-31 00:33:04.244,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50278,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 00:47:45.046,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50279,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 00:48:04.352,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50280,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 01:02:45.098,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50281,,104.244.43.135,443,https
+2016-05-31 01:02:45.116,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50282,,a104-71-200-228.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 01:02:45.176,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50286,,a104-71-200-228.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 01:03:04.521,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50287,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 01:17:45.102,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50288,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 01:17:45.392,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50289,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 01:18:04.649,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50290,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 01:32:45.116,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50291,,104.244.43.103,443,https
+2016-05-31 01:33:04.773,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50295,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 01:47:45.081,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50297,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 01:48:04.946,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50298,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 02:02:45.129,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50299,,104.244.43.199,443,https
+2016-05-31 02:03:05.087,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50303,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 02:17:45.110,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50304,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 02:17:45.626,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50305,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 02:18:05.177,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50306,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 02:29:56.063,C:\Windows\System32\CompatTelRunner.exe,AUTORITE NT\Système,tcp,MyComputer,50307,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 02:29:56.240,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50308,,134.170.165.253,443,https
+2016-05-31 02:29:56.654,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.165.253,137,netbios-ns
+2016-05-31 02:29:57.319,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50309,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 02:32:45.137,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50311,,104.244.43.199,443,https
+2016-05-31 02:33:05.244,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50314,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 02:47:45.127,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50315,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 02:48:05.399,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50316,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 03:02:45.147,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50317,,104.244.43.71,443,https
+2016-05-31 03:03:05.523,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50321,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 03:17:45.159,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50322,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 03:17:45.643,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50323,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 03:18:05.665,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50324,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 03:32:45.146,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50325,,104.244.43.39,443,https
+2016-05-31 03:33:05.782,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50329,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 03:47:45.186,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50330,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 03:48:05.927,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50331,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 04:02:45.204,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50333,,104.244.43.167,443,https
+2016-05-31 04:03:06.042,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50336,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 04:17:45.207,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50337,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 04:17:45.862,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50338,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 04:18:06.164,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50339,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 04:32:45.182,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50340,,104.244.43.167,443,https
+2016-05-31 04:33:06.320,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50344,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 04:47:45.215,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50345,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 04:48:06.447,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50346,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 05:02:45.222,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50347,,104.244.43.231,443,https
+2016-05-31 05:03:06.596,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50351,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 05:17:45.234,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50352,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 05:17:45.780,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50353,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 05:18:06.736,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50354,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 05:32:45.290,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50357,,104.244.43.71,443,https
+2016-05-31 05:33:06.872,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50359,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 05:47:45.269,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50360,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 05:48:07.010,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50361,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 06:02:45.299,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50362,,104.244.43.167,443,https
+2016-05-31 06:03:07.120,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50366,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 06:17:45.292,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50367,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 06:17:46.007,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50368,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 06:18:07.274,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50369,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 06:32:44.900,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-05-31 06:32:44.900,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-05-31 06:32:45.285,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50374,,104.244.43.103,443,https
+2016-05-31 06:33:07.428,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50375,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 06:47:45.297,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50376,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 06:48:07.549,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50377,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 07:02:45.316,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50378,,104.244.43.71,443,https
+2016-05-31 07:03:07.728,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50382,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 07:17:45.333,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50383,,a84-53-134-25.deploy.akamaitechnologies.com,80,http
+2016-05-31 07:17:45.832,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50384,,a104-101-172-250.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 07:18:07.829,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50385,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 07:32:45.354,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50389,,104.244.43.103,443,https
+2016-05-31 07:33:07.951,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50390,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 07:47:45.340,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50391,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 07:48:08.066,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50392,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 08:02:45.363,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50393,,104.244.43.135,443,https
+2016-05-31 08:03:08.150,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50397,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 08:17:45.386,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50398,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 08:17:46.099,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50399,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 08:18:08.295,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50400,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 08:32:45.325,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50401,,104.244.43.199,443,https
+2016-05-31 08:33:08.419,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50405,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 08:47:45.365,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50406,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 08:48:08.566,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50407,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 09:02:45.381,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50408,,104.244.43.39,443,https
+2016-05-31 09:03:08.631,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50412,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 09:17:45.390,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50413,,a84-53-134-25.deploy.akamaitechnologies.com,80,http
+2016-05-31 09:17:45.934,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50414,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 09:18:08.771,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50415,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 09:32:45.359,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50416,,104.244.43.231,443,https
+2016-05-31 09:33:08.898,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50420,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 09:47:45.394,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50421,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 09:48:09.040,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50422,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 10:02:45.452,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50425,,104.244.43.39,443,https
+2016-05-31 10:03:09.165,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50427,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 10:17:45.426,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50428,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 10:17:46.015,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50429,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 10:18:09.280,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50430,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 10:32:45.424,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50431,,104.244.43.103,443,https
+2016-05-31 10:33:09.434,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50435,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 10:47:45.435,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50436,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 10:48:09.535,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50437,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 11:02:45.407,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50438,,104.244.43.135,443,https
+2016-05-31 11:03:09.649,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50442,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 11:17:45.424,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50443,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 11:17:46.143,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50444,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 11:18:09.803,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50445,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 11:32:45.467,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50448,,104.244.43.199,443,https
+2016-05-31 11:33:09.899,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50450,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 11:47:45.443,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50451,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 11:48:10.075,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50452,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 12:02:45.464,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50456,,104.244.43.39,443,https
+2016-05-31 12:03:10.176,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50457,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 12:17:45.474,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50458,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 12:17:46.169,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50459,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 12:18:10.266,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50460,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 12:32:45.441,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50461,,104.244.43.7,443,https
+2016-05-31 12:33:10.429,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50465,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 12:47:45.470,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50466,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 12:48:10.567,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50467,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 13:02:45.525,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50471,,104.244.43.71,443,https
+2016-05-31 13:03:10.722,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50472,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 13:17:45.488,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50473,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 13:17:46.138,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50474,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 13:18:10.790,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50475,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 13:32:45.479,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50476,,104.244.43.71,443,https
+2016-05-31 13:33:10.931,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50480,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 13:47:45.505,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50481,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 13:48:11.046,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50482,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 14:02:45.543,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50486,,104.244.43.7,443,https
+2016-05-31 14:03:11.156,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50487,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 14:17:45.527,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50488,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 14:17:46.362,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50489,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 14:18:11.324,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50490,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 14:32:45.558,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50493,,104.244.43.231,443,https
+2016-05-31 14:33:11.405,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50495,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 14:47:45.517,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50496,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 14:48:11.544,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50497,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 15:02:45.504,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50498,,104.244.43.231,443,https
+2016-05-31 15:03:11.638,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50502,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 15:17:45.556,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50503,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 15:17:46.306,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50504,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 15:18:11.807,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50505,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 15:32:45.571,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50509,,104.244.43.231,443,https
+2016-05-31 15:33:11.934,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50510,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 15:47:45.551,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50511,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 15:48:12.051,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50512,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 16:02:45.535,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50513,,104.244.43.135,443,https
+2016-05-31 16:03:12.178,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50517,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 16:17:45.600,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50518,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 16:17:46.684,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50519,,a104-101-172-250.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 16:18:12.360,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50520,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 16:32:44.720,C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe,MyComputer\user,tcp,MyComputer,50522,,msnbot-207-46-194-14.search.msn.com,80,http
+2016-05-31 16:32:44.948,C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe,MyComputer\user,tcp,MyComputer,50523,,a23-214-35-31.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 16:32:45.622,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50526,,104.244.43.103,443,https
+2016-05-31 16:33:12.431,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50528,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 16:47:45.580,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50529,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 16:48:12.546,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50530,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 17:02:45.644,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50534,,104.244.43.71,443,https
+2016-05-31 17:03:12.676,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50535,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 17:17:45.597,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50540,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 17:17:46.267,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50541,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 17:18:12.793,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50542,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 17:31:13.731,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50543,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 17:32:45.579,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50544,,104.244.43.199,443,https
+2016-05-31 17:33:12.856,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50548,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 17:47:45.614,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50549,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 17:48:13.021,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50550,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 18:02:45.687,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50554,,104.244.43.103,443,https
+2016-05-31 18:03:13.174,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50555,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 18:17:45.661,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50556,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 18:17:46.321,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50557,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 18:18:13.297,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50558,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 18:32:44.943,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-05-31 18:32:44.944,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-05-31 18:32:45.630,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50559,,104.244.43.231,443,https
+2016-05-31 18:33:13.423,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50563,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 18:33:53.726,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50564,,131.253.61.96,80,http
+2016-05-31 18:33:53.940,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50565,,131.253.61.96,443,https
+2016-05-31 18:33:54.513,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,50566,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-05-31 18:33:55.188,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,50567,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-05-31 18:42:47.679,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50568,,131.253.61.66,80,http
+2016-05-31 18:42:47.899,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50569,,131.253.61.66,443,https
+2016-05-31 18:47:45.638,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50570,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 18:48:13.537,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50571,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 19:02:45.708,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50575,,104.244.43.71,443,https
+2016-05-31 19:03:13.649,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50576,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 19:17:45.702,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50577,,a23-214-64-233.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 19:17:46.439,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50579,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 19:17:46.439,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50578,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 19:18:13.794,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50580,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 19:32:45.729,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50584,,104.244.43.167,443,https
+2016-05-31 19:33:13.902,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50585,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 19:47:45.704,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50586,,a23-214-64-233.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 19:48:14.072,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50587,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 19:57:47.236,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50588,,157.55.240.220,443,https
+2016-05-31 19:57:48.140,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50589,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 19:57:48.631,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50590,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-05-31 19:57:52.681,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,50591,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-05-31 19:57:53.210,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50592,,65.55.44.51,443,https
+2016-05-31 19:57:54.001,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50593,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-05-31 19:57:54.558,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-05-31 19:57:54.559,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-05-31 19:58:05.689,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50595,,13.107.4.50,80,http
+2016-05-31 20:02:45.703,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50596,,104.244.43.39,443,https
+2016-05-31 20:03:14.154,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50600,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 20:05:04.821,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50601,,157.56.77.139,443,https
+2016-05-31 20:05:05.736,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50602,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 20:05:07.426,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50603,,134.170.53.30,443,https
+2016-05-31 20:05:08.550,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50604,,8.253.82.62,80,http
+2016-05-31 20:05:08.610,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50605,,8.253.82.62,80,http
+2016-05-31 20:05:08.681,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,8.253.82.62,137,netbios-ns
+2016-05-31 20:05:08.814,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50606,,8.253.82.62,80,http
+2016-05-31 20:05:08.995,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50607,,8.253.82.62,80,http
+2016-05-31 20:05:09.160,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50608,,8.253.82.62,80,http
+2016-05-31 20:05:09.340,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50609,,8.253.82.62,80,http
+2016-05-31 20:05:27.131,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50610,,134.170.53.30,443,https
+2016-05-31 20:17:45.760,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50612,,a23-214-64-233.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 20:17:47.477,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50613,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 20:18:14.294,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50614,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 20:32:45.702,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50619,,104.244.43.231,443,https
+2016-05-31 20:33:14.440,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50623,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 20:47:45.742,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50625,,a23-214-64-233.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 20:47:45.772,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50624,,candycrushsoda.king.com,80,http
+2016-05-31 20:48:14.594,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50626,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 21:02:45.789,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50628,,104.244.43.199,443,https
+2016-05-31 21:03:14.716,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50632,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 21:17:45.769,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50633,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 21:17:46.590,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50634,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 21:18:14.868,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50635,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 21:32:45.786,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50636,,104.244.43.39,443,https
+2016-05-31 21:33:14.998,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50640,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 21:47:45.771,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50641,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 21:48:15.143,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50642,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 22:02:45.801,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50643,,104.244.43.167,443,https
+2016-05-31 22:03:15.253,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50647,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 22:17:45.787,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50648,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 22:17:46.537,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50649,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 22:18:15.373,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50650,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 22:32:45.845,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50654,,104.244.43.135,443,https
+2016-05-31 22:32:48.197,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,50655,,13.107.3.128,443,https
+2016-05-31 22:32:48.287,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,50656,,13.107.5.88,443,https
+2016-05-31 22:32:49.033,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,50657,,104.214.35.244,443,https
+2016-05-31 22:32:49.403,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50658,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 22:32:49.819,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.214.35.244,137,netbios-ns
+2016-05-31 22:32:50.304,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,50659,,23.97.209.97,443,https
+2016-05-31 22:32:50.832,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,23.97.209.97,137,netbios-ns
+2016-05-31 22:47:45.801,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50660,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 22:48:15.593,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50661,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 23:02:45.777,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50662,,104.244.43.103,443,https
+2016-05-31 23:03:15.723,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50666,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 23:12:43.434,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50667,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 23:12:43.695,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50668,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-31 23:18:15.896,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50670,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 23:32:45.784,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50671,,104.244.43.7,443,https
+2016-05-31 23:33:16.036,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50675,,eu.vortex.data.microsoft.com,443,https
+2016-05-31 23:47:45.803,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50676,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 23:48:16.150,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50677,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 00:02:45.774,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50678,,104.244.43.7,443,https
+2016-06-01 00:03:16.244,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50682,,131.253.61.80,443,https
+2016-06-01 00:03:16.309,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50683,,131.253.61.80,443,https
+2016-06-01 00:03:16.427,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50684,,a23-55-155-27.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 00:03:16.857,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50685,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 00:03:17.138,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.80,137,netbios-ns
+2016-06-01 00:17:45.811,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50686,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 00:17:46.801,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50687,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 00:18:17.159,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50688,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 00:32:45.800,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50689,,104.244.43.103,443,https
+2016-06-01 00:33:17.273,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50693,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 00:46:01.417,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50694,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 00:48:17.427,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50695,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 00:50:31.775,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50700,,104.244.43.167,443,https
+2016-06-01 00:50:31.797,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50701,,a104-81-56-247.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 00:50:31.883,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50702,,a104-81-56-247.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 01:03:17.530,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50710,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 01:17:45.840,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50711,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 01:17:46.496,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50712,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 01:18:17.673,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50713,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 01:32:45.858,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50715,,104.244.43.199,443,https
+2016-06-01 01:33:17.779,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50718,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 01:47:45.847,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50719,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 01:48:17.909,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50720,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 02:02:45.875,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50721,,104.244.43.231,443,https
+2016-06-01 02:03:18.188,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50725,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 02:03:18.291,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50726,,66.119.144.158,443,https
+2016-06-01 02:03:18.557,C:\Windows\System32\CompatTelRunner.exe,AUTORITE NT\Système,tcp,MyComputer,50727,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 02:03:19.103,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,66.119.144.158,137,netbios-ns
+2016-06-01 02:17:45.855,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50728,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 02:17:46.535,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50729,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 02:18:18.147,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50730,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 02:32:45.844,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50731,,104.244.43.199,443,https
+2016-06-01 02:33:18.727,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50735,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 02:47:45.842,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50736,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 02:48:18.809,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50737,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 03:02:45.916,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50741,,104.244.43.167,443,https
+2016-06-01 03:03:18.988,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50742,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 03:17:45.895,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50743,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 03:17:47.085,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50744,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 03:18:19.102,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50745,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 03:32:45.899,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50749,,104.244.43.199,443,https
+2016-06-01 03:33:19.216,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50750,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 03:47:45.890,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50751,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 03:48:19.347,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50752,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 04:02:45.915,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50756,,104.244.43.231,443,https
+2016-06-01 04:03:19.437,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50757,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 04:17:45.923,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50758,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 04:17:46.786,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50759,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 04:18:19.527,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50760,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 04:32:45.965,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50764,,104.244.43.199,443,https
+2016-06-01 04:33:19.698,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50765,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 04:47:45.920,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50766,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 04:48:19.837,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50767,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 05:02:45.914,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50768,,104.244.43.71,443,https
+2016-06-01 05:03:19.971,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50772,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 05:17:45.964,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50773,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 05:17:46.694,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50774,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 05:18:20.140,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50775,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 05:32:46.002,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50779,,104.244.43.231,443,https
+2016-06-01 05:33:20.284,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50780,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 05:47:45.936,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50781,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 05:48:20.427,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50782,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 06:02:46.006,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50786,,104.244.43.199,443,https
+2016-06-01 06:03:20.558,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50787,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 06:17:45.967,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50788,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 06:17:46.673,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50789,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 06:18:20.704,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50790,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 06:32:45.013,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-06-01 06:32:45.013,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-06-01 06:32:45.997,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50794,,104.244.43.199,443,https
+2016-06-01 06:33:20.839,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50795,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 06:47:45.971,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50796,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 06:48:20.963,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50797,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 07:02:46.002,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50798,,104.244.43.103,443,https
+2016-06-01 07:03:21.084,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50802,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 07:17:46.015,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50803,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 07:17:46.924,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50804,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 07:18:21.222,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50805,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 07:32:46.075,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50809,,104.244.43.103,443,https
+2016-06-01 07:33:21.297,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50810,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 07:47:46.039,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50811,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 07:48:21.428,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50812,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 08:02:46.027,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50814,,104.244.43.103,443,https
+2016-06-01 08:03:21.555,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50818,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 08:17:46.053,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50819,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 08:17:46.963,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50820,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 08:18:21.679,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50821,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 08:32:46.076,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50823,,104.244.43.231,443,https
+2016-06-01 08:33:21.853,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50826,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 08:47:46.077,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50827,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 08:48:21.958,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50828,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 09:02:46.105,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50832,,104.244.43.167,443,https
+2016-06-01 09:03:22.032,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50833,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 09:17:46.083,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50834,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 09:17:46.834,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50835,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 09:18:22.110,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50836,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 09:32:46.137,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50840,,104.244.43.103,443,https
+2016-06-01 09:33:22.301,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50841,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 09:47:46.105,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50842,,a23-214-64-233.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 09:48:22.368,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50843,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 10:02:46.093,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50844,,104.244.43.135,443,https
+2016-06-01 10:03:22.496,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50848,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 10:17:46.130,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50849,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 10:17:47.350,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50850,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 10:18:22.651,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50851,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 10:32:46.189,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50855,,104.244.43.167,443,https
+2016-06-01 10:33:22.762,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50856,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 10:47:46.152,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50857,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 10:48:22.868,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50858,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 11:02:46.175,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50860,,104.244.43.7,443,https
+2016-06-01 11:03:23.037,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50863,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 11:17:46.182,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50864,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 11:17:46.961,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50865,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 11:18:23.111,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50866,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 11:32:46.183,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50870,,104.244.43.103,443,https
+2016-06-01 11:33:23.270,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50871,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 12:08:24.377,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50872,,a92-122-51-57.deploy.akamaitechnologies.com,80,http
+2016-06-01 12:08:24.397,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50873,,a92-122-51-57.deploy.akamaitechnologies.com,80,http
+2016-06-01 12:08:24.455,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50876,,104.244.43.231,443,https
+2016-06-01 12:08:24.463,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50874,,msnbot-191-232-139-88.search.msn.com,443,https
+2016-06-01 12:08:24.585,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50875,,a92-122-51-57.deploy.akamaitechnologies.com,80,http
+2016-06-01 13:01:09.322,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50878,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 13:01:09.502,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50882,,104.244.43.199,443,https
+2016-06-01 13:01:09.667,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50883,,131.253.61.96,80,http
+2016-06-01 13:01:09.902,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50884,,131.253.61.96,443,https
+2016-06-01 13:01:10.106,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50885,,a23-55-155-27.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 13:01:10.235,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50886,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 13:01:14.750,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50887,,msnbot-191-232-139-49.search.msn.com,443,https
+2016-06-01 13:01:15.275,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50888,,msnbot-191-232-139-55.search.msn.com,443,https
+2016-06-01 13:02:46.232,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50891,,104.244.43.167,443,https
+2016-06-01 13:11:33.718,C:\Windows\System32\SIHClient.exe,AUTORITE NT\Système,tcp,MyComputer,50895,,157.56.77.139,443,https
+2016-06-01 13:11:48.365,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50896,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 13:16:09.528,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50897,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 13:17:46.236,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50898,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 13:17:47.057,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50899,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 13:31:09.749,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50900,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 13:32:46.225,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50901,,104.244.43.167,443,https
+2016-06-01 13:46:09.906,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50905,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 13:47:46.254,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50906,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 14:01:10.023,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50907,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 14:02:46.276,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50908,,104.244.43.39,443,https
+2016-06-01 14:16:10.145,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50912,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 14:17:46.238,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50913,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 14:17:47.133,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50914,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 14:31:10.285,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50915,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 14:32:46.237,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50916,,104.244.43.39,443,https
+2016-06-01 14:46:10.424,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50920,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 14:47:46.288,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50921,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 15:01:10.481,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50922,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 15:02:46.250,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50923,,104.244.43.103,443,https
+2016-06-01 15:16:10.617,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50927,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 15:17:46.280,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50928,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 15:17:47.851,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50929,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 15:31:10.757,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50930,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 15:32:46.260,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50931,,104.244.43.71,443,https
+2016-06-01 15:46:11.077,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50935,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 15:47:46.300,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50936,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 16:01:11.185,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50937,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 16:02:46.274,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50938,,104.244.43.39,443,https
+2016-06-01 16:16:11.290,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50942,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 16:17:46.300,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50943,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 16:17:47.625,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50944,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 16:31:11.446,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50955,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 16:32:46.179,C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe,MyComputer\user,tcp,MyComputer,50956,,msnbot-207-46-194-14.search.msn.com,80,http
+2016-06-01 16:32:46.300,C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe,MyComputer\user,tcp,MyComputer,50957,,a23-214-35-31.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 16:32:46.352,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50961,,104.244.43.39,443,https
+2016-06-01 16:46:11.535,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50962,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 16:47:46.318,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50963,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 17:01:06.379,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50964,,65.55.138.111,443,https
+2016-06-01 17:01:07.150,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50965,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 17:01:10.699,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50966,,65.55.138.111,443,https
+2016-06-01 17:01:21.982,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50967,,131.253.61.96,80,http
+2016-06-01 17:01:22.218,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50968,,131.253.61.96,443,https
+2016-06-01 17:01:23.541,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50969,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-06-01 17:01:28.020,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,50970,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-01 17:01:28.565,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50971,,65.55.44.51,443,https
+2016-06-01 17:01:29.480,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50972,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-06-01 17:01:29.963,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-06-01 17:01:29.964,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-06-01 17:02:46.313,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50977,,104.244.43.39,443,https
+2016-06-01 17:16:11.810,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50981,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 17:17:46.357,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50982,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 17:17:47.235,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50983,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 17:31:11.957,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50984,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 17:32:46.339,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50985,,104.244.43.167,443,https
+2016-06-01 17:49:40.264,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50990,,msnbot-191-232-139-55.search.msn.com,443,https
+2016-06-01 18:32:45.211,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-06-01 18:32:45.211,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-06-01 20:00:24.249,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-06-01 20:00:24.250,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-06-01 20:00:24.254,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51015,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 20:00:24.262,C:\Windows\System32\dasHost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58049,,239.255.255.250,3702,ws-discovery
+2016-06-01 20:00:24.262,C:\Windows\System32\dasHost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58049,,239.255.255.250,3702,ws-discovery
+2016-06-01 20:00:24.334,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51020,,104.244.43.199,443,https
+2016-06-01 20:00:24.581,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51022,,msnbot-191-232-139-49.search.msn.com,443,https
+2016-06-01 20:00:24.791,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51023,,msnbot-191-232-139-86.search.msn.com,443,https
+2016-06-01 20:00:25.171,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51024,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 20:02:46.373,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51027,,104.244.43.199,443,https
+2016-06-01 20:15:24.565,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51031,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 20:17:46.407,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51032,,a23-214-64-233.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 20:17:48.614,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51033,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 20:17:48.639,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51034,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 20:30:24.819,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51035,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 20:32:46.412,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51036,,104.244.43.167,443,https
+2016-06-01 20:45:24.938,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51040,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 20:47:46.427,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51042,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 20:47:46.448,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51041,,candycrushsoda.king.com,80,http
+2016-06-01 21:02:46.441,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51043,,104.244.43.103,443,https
+2016-06-01 21:10:25.113,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51047,,msnbot-191-232-139-141.search.msn.com,443,https
+2016-06-01 21:10:25.324,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51048,,msnbot-191-232-139-80.search.msn.com,443,https
+2016-06-01 21:15:25.637,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51049,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 21:18:41.151,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,239.255.255.250,3702,ws-discovery,169.254.177.157,59399,
+2016-06-01 21:18:53.200,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,169.254.177.157,137,netbios-ns
+2016-06-01 21:24:51.246,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51055,,msnbot-191-232-139-86.search.msn.com,443,https
+2016-06-01 21:28:57.367,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51056,,msnbot-191-232-139-80.search.msn.com,443,https
+2016-06-01 21:30:27.173,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51057,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 21:32:46.441,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51058,,104.244.43.7,443,https
+2016-06-01 21:45:26.505,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51062,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 21:47:46.466,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51063,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 22:00:26.621,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51064,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 22:02:46.475,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51065,,104.244.43.231,443,https
+2016-06-01 22:15:26.731,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51069,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 22:17:46.505,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51070,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 22:17:47.910,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51071,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 22:30:26.877,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51072,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 22:32:46.475,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51073,,104.244.43.135,443,https
+2016-06-01 22:45:26.998,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51077,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 22:47:46.491,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51079,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:00:27.093,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51080,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 23:02:46.495,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51081,,104.244.43.103,443,https
+2016-06-01 23:14:33.171,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51085,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:14:33.501,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51086,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 23:15:27.217,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51087,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 23:16:02.186,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-06-01 23:16:02.187,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-06-01 23:16:07.786,C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe,MyComputer\user,tcp,MyComputer,51088,,a-0001.a-msedge.net,443,https
+2016-06-01 23:16:37.967,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51090,,msnbot-207-46-194-33.search.msn.com,443,https
+2016-06-01 23:17:14.290,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51092,,104.244.43.71,443,https
+2016-06-01 23:17:15.796,C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe,MyComputer\user,tcp,MyComputer,51093,,a-0001.a-msedge.net,443,https
+2016-06-01 23:17:43.592,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51094,,msnbot-207-46-194-25.search.msn.com,443,https
+2016-06-01 23:17:43.761,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51095,,198.41.214.183,80,http
+2016-06-01 23:17:44.037,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51096,,msnbot-207-46-194-14.search.msn.com,80,http
+2016-06-01 23:17:44.463,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51097,,msnbot-207-46-194-33.search.msn.com,443,https
+2016-06-01 23:17:44.567,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,198.41.214.183,137,netbios-ns
+2016-06-01 23:30:27.318,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51098,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 23:32:46.535,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51099,,104.244.43.7,443,https
+2016-06-01 23:36:07.171,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51103,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:08.471,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51104,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:08.650,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51105,,65.55.113.11,80,http
+2016-06-01 23:36:08.991,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51106,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:09.179,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,65.55.113.11,137,netbios-ns
+2016-06-01 23:36:09.291,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51107,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:09.502,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51108,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:09.721,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51109,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:09.876,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51110,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:10.046,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51111,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:10.236,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51112,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:10.516,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51113,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:10.711,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51114,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:10.906,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51115,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:11.076,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51116,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:11.301,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51117,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:11.466,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51118,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:45:27.438,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51119,,eu.vortex.data.microsoft.com,443,https
+2016-06-01 23:54:49.951,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51120,,131.253.61.84,443,https
+2016-06-01 23:54:50.839,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.84,137,netbios-ns
+2016-06-01 23:54:51.151,C:\Windows\System32\wermgr.exe,AUTORITE NT\Système,tcp,MyComputer,51121,,msnbot-65-55-252-43.search.msn.com,443,https
+2016-06-02 00:00:27.584,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51128,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 00:02:46.613,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51131,,104.244.43.39,443,https
+2016-06-02 00:15:24.728,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51133,,131.253.61.82,443,https
+2016-06-02 00:15:25.639,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.82,137,netbios-ns
+2016-06-02 00:15:27.733,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51134,,131.253.61.82,443,https
+2016-06-02 00:15:28.214,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51135,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 00:17:46.608,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51136,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 00:17:47.738,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51137,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 00:30:27.809,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51138,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 00:32:46.626,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51140,,104.244.43.39,443,https
+2016-06-02 00:45:27.958,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51143,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 00:47:46.601,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51144,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 01:00:28.069,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51145,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 01:02:46.659,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51148,,a104-71-200-228.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 01:02:46.671,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51150,,104.244.43.135,443,https
+2016-06-02 01:02:46.719,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51151,,a104-71-200-228.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 01:15:28.241,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51152,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 01:17:46.630,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51153,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 01:17:47.790,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51154,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 01:30:28.291,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51155,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 01:32:46.594,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51156,,104.244.43.71,443,https
+2016-06-02 01:45:28.409,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51160,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 01:47:46.597,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51161,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 02:00:28.530,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51162,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 02:02:46.648,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51166,,104.244.43.71,443,https
+2016-06-02 02:15:28.671,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51167,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 02:17:46.625,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51168,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 02:17:47.355,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51169,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 02:30:28.796,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51170,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 02:32:46.619,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51171,,104.244.43.231,443,https
+2016-06-02 02:45:28.915,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51175,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 02:45:37.193,C:\Windows\System32\CompatTelRunner.exe,AUTORITE NT\Système,tcp,MyComputer,51177,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 02:45:37.233,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51176,,134.170.165.253,443,https
+2016-06-02 02:47:46.663,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51178,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 03:00:29.109,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51179,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 03:02:46.637,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51180,,104.244.43.71,443,https
+2016-06-02 03:15:29.173,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51184,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 03:17:46.686,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51185,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 03:17:47.831,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51186,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 03:30:29.256,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51187,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 03:32:46.674,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51188,,104.244.43.231,443,https
+2016-06-02 03:45:29.371,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51192,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 03:47:46.684,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51193,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 04:00:29.487,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51194,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 04:02:46.680,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51195,,104.244.43.135,443,https
+2016-06-02 04:15:29.608,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51199,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 04:17:46.701,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51201,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 04:17:47.581,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51202,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 04:30:29.749,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51203,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 04:32:46.732,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51204,,104.244.43.199,443,https
+2016-06-02 04:45:29.870,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51208,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 04:47:46.734,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51209,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 05:00:30.011,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51210,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 05:02:46.709,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51211,,104.244.43.167,443,https
+2016-06-02 05:15:30.155,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51215,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 05:17:46.718,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51216,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 05:17:48.314,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51217,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 05:30:30.265,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51218,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 05:32:46.773,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51222,,104.244.43.231,443,https
+2016-06-02 05:45:30.416,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51223,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 05:47:46.740,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51224,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 06:00:30.543,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51225,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 06:02:46.726,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51226,,104.244.43.39,443,https
+2016-06-02 06:15:30.672,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51230,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 06:17:46.745,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51231,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 06:17:47.560,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51232,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 06:30:30.789,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51233,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 06:32:45.322,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58046,,239.255.255.250,1900,ssdp
+2016-06-02 06:32:45.534,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58042,,239.255.255.250,3702,ws-discovery
+2016-06-02 06:32:46.022,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58042,,239.255.255.250,3702,ws-discovery
+2016-06-02 06:32:46.447,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,63504,,239.255.255.250,3702,ws-discovery
+2016-06-02 06:32:46.448,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,63504,,239.255.255.250,3702,ws-discovery
+2016-06-02 06:32:46.829,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,63502,,239.255.255.250,1900,ssdp
+2016-06-02 06:32:46.836,C:\Windows\System32\dasHost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,53913,,239.255.255.250,3702,ws-discovery
+2016-06-02 06:32:46.836,C:\Windows\System32\dasHost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,53913,,239.255.255.250,3702,ws-discovery
+2016-06-02 06:32:49.142,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51241,,131.253.61.84,80,http
+2016-06-02 06:32:49.372,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51243,,131.253.61.84,443,https
+2016-06-02 06:32:50.014,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,51244,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-02 06:32:50.384,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,51245,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-02 06:45:30.900,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51246,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 06:47:46.768,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51247,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 07:00:31.015,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51248,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 07:02:46.762,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51249,,104.244.43.71,443,https
+2016-06-02 07:15:31.179,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51253,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 07:17:46.799,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51254,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 07:17:47.759,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51255,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 07:30:31.309,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51256,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 07:32:46.802,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51257,,104.244.43.199,443,https
+2016-06-02 07:45:31.419,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51261,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 07:47:46.803,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51262,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 08:00:31.554,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51263,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 08:02:46.857,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51266,,104.244.43.167,443,https
+2016-06-02 08:15:31.632,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51268,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 08:17:46.815,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51269,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 08:17:47.690,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51270,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 08:30:31.731,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51271,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 08:32:46.884,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51275,,104.244.43.135,443,https
+2016-06-02 08:45:31.854,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51276,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 08:47:46.827,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51277,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 09:00:31.997,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51278,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 09:02:46.839,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51279,,104.244.43.135,443,https
+2016-06-02 09:15:32.093,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51283,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 09:17:46.842,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51284,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 09:17:48.012,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51285,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 09:30:32.218,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51286,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 09:32:46.906,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51290,,104.244.43.103,443,https
+2016-06-02 09:45:32.349,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51291,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 09:47:46.847,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51292,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 10:00:32.445,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51293,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 10:02:46.863,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51294,,104.244.43.135,443,https
+2016-06-02 10:08:28.795,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51298,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 10:15:32.626,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51299,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 10:17:46.889,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51300,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 10:17:47.689,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51301,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 10:30:32.686,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51302,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 10:32:46.868,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51303,,104.244.43.103,443,https
+2016-06-02 10:45:32.850,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51307,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 10:47:46.894,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51308,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 11:00:32.939,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51309,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 11:02:46.952,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51313,,104.244.43.135,443,https
+2016-06-02 11:15:33.035,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51314,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 11:17:46.923,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51315,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 11:17:47.803,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51316,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 11:30:33.158,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51317,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 11:32:46.888,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51318,,104.244.43.167,443,https
+2016-06-02 11:45:33.292,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51322,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 11:47:46.940,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51323,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 12:00:33.429,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51324,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 12:02:46.953,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51325,,104.244.43.103,443,https
+2016-06-02 12:15:33.554,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51329,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 12:17:46.920,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51330,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 12:17:48.376,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51331,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 12:30:33.677,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51332,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 12:32:46.921,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51333,,104.244.43.167,443,https
+2016-06-02 12:45:33.783,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51337,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 12:47:46.921,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51338,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 13:00:33.918,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51339,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 13:02:46.922,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51340,,104.244.43.71,443,https
+2016-06-02 13:15:34.060,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51344,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 13:17:46.973,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51345,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 13:17:47.943,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51346,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 13:30:34.161,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51347,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 13:32:46.938,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51348,,104.244.43.231,443,https
+2016-06-02 13:45:34.280,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51352,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 13:47:46.950,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51353,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 14:00:34.426,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51354,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 14:01:34.617,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE RÉSEAU,tcp,MyComputer,51355,,a92-122-51-72.deploy.akamaitechnologies.com,80,http
+2016-06-02 14:02:47.035,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51359,,104.244.43.167,443,https
+2016-06-02 14:15:34.564,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51360,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 14:17:47.004,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51361,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 14:17:48.904,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51362,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 14:17:59.270,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51363,,157.55.240.220,443,https
+2016-06-02 14:18:00.125,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51364,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 14:18:03.131,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51365,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-06-02 14:18:07.541,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,51366,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-02 14:18:08.155,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51367,,msnbot-191-232-139-170.search.msn.com,443,https
+2016-06-02 14:18:08.510,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51368,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-06-02 14:30:34.710,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51376,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 14:32:46.988,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51377,,104.244.43.103,443,https
+2016-06-02 14:45:34.820,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51381,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 14:47:47.032,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51382,,a23-65-37-103.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 15:00:34.975,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51383,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 15:02:46.998,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51384,,104.244.43.7,443,https
+2016-06-02 15:15:35.029,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51388,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 15:17:47.069,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51389,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 15:17:48.292,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51390,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 15:30:35.185,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51391,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 15:32:47.004,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51392,,104.244.43.7,443,https
+2016-06-02 15:45:35.315,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51396,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 15:47:47.047,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51397,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 16:00:35.439,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51398,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 16:02:47.057,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51399,,104.244.43.167,443,https
+2016-06-02 16:15:35.640,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51403,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 16:17:47.100,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51404,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 16:17:48.405,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51405,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 16:30:35.693,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51406,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 16:32:46.613,C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe,MyComputer\user,tcp,MyComputer,51407,,msnbot-207-46-194-14.search.msn.com,80,http
+2016-06-02 16:32:46.711,C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe,MyComputer\user,tcp,MyComputer,51408,,a23-206-32-247.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 16:32:47.080,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51409,,104.244.43.7,443,https
+2016-06-02 16:45:35.766,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51413,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 16:47:47.095,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51414,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 17:00:35.888,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51415,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 17:02:47.081,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51416,,104.244.43.167,443,https
+2016-06-02 17:15:36.000,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51420,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 17:17:47.121,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51421,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 17:17:48.100,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51422,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 17:30:36.120,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51423,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 17:32:47.121,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51424,,104.244.43.231,443,https
+2016-06-02 17:45:36.246,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51428,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 17:47:47.129,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51429,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 18:00:36.371,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51430,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 18:02:47.129,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51431,,104.244.43.103,443,https
+2016-06-02 18:15:36.511,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51435,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 18:17:47.170,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51436,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 18:17:48.760,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51437,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 18:30:36.593,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51438,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 18:32:45.411,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,63502,,239.255.255.250,1900,ssdp
+2016-06-02 18:32:45.411,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,63503,,239.255.255.250,1900,ssdp
+2016-06-02 18:32:47.140,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51439,,104.244.43.103,443,https
+2016-06-02 18:42:47.899,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51443,,134.170.115.62,443,https
+2016-06-02 18:42:47.983,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51444,,131.253.61.96,80,http
+2016-06-02 18:42:48.204,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51445,,131.253.61.96,443,https
+2016-06-02 18:42:48.790,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.115.62,137,netbios-ns
+2016-06-02 18:42:48.986,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51446,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 18:42:57.762,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51448,,https-87-248-214-1.lon.llnw.net,80,http
+2016-06-02 18:42:57.952,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51449,,cds978.lon.llnw.net,80,http
+2016-06-02 18:43:02.412,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51450,,https-87-248-214-1.lon.llnw.net,80,http
+2016-06-02 18:43:02.587,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51451,,cds978.lon.llnw.net,80,http
+2016-06-02 18:43:06.107,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51452,,https-87-248-214-1.lon.llnw.net,80,http
+2016-06-02 18:43:06.267,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51453,,cds978.lon.llnw.net,80,http
+2016-06-02 18:45:12.513,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51454,,65.55.138.111,443,https
+2016-06-02 18:45:13.584,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51455,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 18:45:15.269,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51456,,134.170.115.62,443,https
+2016-06-02 18:46:36.675,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51457,,134.170.115.62,443,https
+2016-06-02 18:46:38.642,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51458,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 18:47:47.170,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51459,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 19:00:36.886,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51460,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 19:02:47.177,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51461,,104.244.43.7,443,https
+2016-06-02 19:15:37.024,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51465,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 19:17:47.184,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51467,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 19:17:49.097,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51468,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 19:30:37.115,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51469,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 19:32:47.224,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51473,,104.244.43.71,443,https
+2016-06-02 19:45:37.264,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51474,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 19:47:47.215,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51475,,a23-214-64-233.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 20:00:37.385,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51476,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 20:02:47.233,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51478,,104.244.43.7,443,https
+2016-06-02 20:15:37.525,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51481,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 20:17:47.208,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51482,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 20:17:48.258,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51483,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 20:30:37.630,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51484,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 20:32:47.202,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51485,,104.244.43.231,443,https
+2016-06-02 20:45:37.756,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51489,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 20:47:47.241,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51491,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 20:47:47.278,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51490,,candycrushsoda.king.com,80,http
+2016-06-02 21:00:37.888,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51492,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 21:02:47.241,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51496,,104.244.43.199,443,https
+2016-06-02 21:15:38.018,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51497,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 21:17:47.256,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51498,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 21:17:48.371,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51499,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 21:17:48.381,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51500,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 21:30:38.126,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51501,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 21:32:47.223,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51502,,104.244.43.103,443,https
+2016-06-02 21:45:38.239,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51506,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 21:47:47.242,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51507,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 22:00:38.391,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51508,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 22:02:47.233,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51509,,104.244.43.7,443,https
+2016-06-02 22:15:38.493,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51513,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 22:17:47.264,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51514,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 22:17:48.264,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51515,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 22:30:38.648,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51516,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 22:32:47.245,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51517,,104.244.43.135,443,https
+2016-06-02 22:45:38.750,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51521,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 22:47:47.299,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51522,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 23:00:38.872,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51523,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 23:02:47.275,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51524,,104.244.43.135,443,https
+2016-06-02 23:15:38.987,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51528,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 23:17:47.301,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51529,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 23:17:48.701,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51530,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 23:30:39.150,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51531,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 23:32:47.362,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51535,,104.244.43.231,443,https
+2016-06-02 23:45:39.255,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51536,,eu.vortex.data.microsoft.com,443,https
+2016-06-02 23:47:47.331,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51537,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 00:00:39.357,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51538,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 00:02:47.315,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51539,,104.244.43.167,443,https
+2016-06-03 00:15:27.754,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51547,,131.253.61.66,443,https
+2016-06-03 00:15:39.513,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51548,,131.253.61.66,443,https
+2016-06-03 00:15:40.026,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51549,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 00:17:47.370,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51550,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 00:17:48.825,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51551,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 00:30:39.638,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51552,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 00:32:47.409,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51556,,104.244.43.7,443,https
+2016-06-03 00:45:39.748,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51557,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 00:47:47.351,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51558,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 01:00:39.899,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51559,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 01:02:47.362,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51560,,a184-30-100-215.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 01:02:47.402,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51564,,104.244.43.39,443,https
+2016-06-03 01:02:47.432,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51565,,a184-30-100-215.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 01:15:40.016,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51566,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 01:17:47.364,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51567,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 01:17:48.395,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51568,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 01:30:40.134,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51569,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 01:32:47.347,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51570,,104.244.43.135,443,https
+2016-06-03 01:45:40.260,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51574,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 01:47:47.393,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51575,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 01:54:27.123,C:\Windows\System32\CompatTelRunner.exe,AUTORITE NT\Système,tcp,MyComputer,51576,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 01:54:27.279,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51577,,134.170.51.190,443,https
+2016-06-03 01:54:27.754,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.51.190,137,netbios-ns
+2016-06-03 01:54:28.264,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51578,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 02:00:40.350,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51579,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 02:02:47.427,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51582,,104.244.43.231,443,https
+2016-06-03 02:15:40.500,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51584,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 02:17:47.437,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51585,,a23-64-30-26.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 02:17:48.484,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51586,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 02:30:40.638,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51587,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 02:32:47.416,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51588,,104.244.43.39,443,https
+2016-06-03 02:45:40.701,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51592,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 02:47:47.419,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51593,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 03:00:40.825,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51594,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 03:02:47.403,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51595,,104.244.43.7,443,https
+2016-06-03 03:15:40.967,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51599,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 03:17:47.420,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51600,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 03:17:48.345,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51601,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 03:30:41.120,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51602,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 03:32:47.418,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51603,,104.244.43.39,443,https
+2016-06-03 03:45:41.167,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51607,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 03:47:47.440,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51608,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 04:00:41.297,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51609,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 04:02:47.437,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51610,,104.244.43.231,443,https
+2016-06-03 04:15:41.420,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51614,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 04:17:47.489,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51615,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 04:17:48.735,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51616,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 04:30:41.561,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51617,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 04:32:47.454,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51619,,104.244.43.7,443,https
+2016-06-03 04:45:41.683,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51623,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 04:47:47.452,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51624,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 05:00:41.801,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51625,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 05:02:47.462,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51626,,104.244.43.199,443,https
+2016-06-03 05:15:41.954,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51630,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 05:17:47.494,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51631,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 05:17:48.904,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51632,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 05:19:27.688,C:\Windows\System32\SIHClient.exe,AUTORITE NT\Système,tcp,MyComputer,51633,,157.55.133.204,443,https
+2016-06-03 05:19:29.611,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51634,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 05:30:42.095,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51635,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 05:32:47.554,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51639,,104.244.43.199,443,https
+2016-06-03 05:45:42.205,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51640,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 05:47:47.518,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51641,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 06:00:42.325,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51642,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 06:02:47.543,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51646,,104.244.43.71,443,https
+2016-06-03 06:15:42.456,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51647,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 06:17:47.553,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51648,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 06:17:48.818,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51649,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 06:30:42.590,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51650,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 06:32:45.472,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,63502,,239.255.255.250,1900,ssdp
+2016-06-03 06:32:45.472,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,63503,,239.255.255.250,1900,ssdp
+2016-06-03 06:32:47.533,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51651,,104.244.43.103,443,https
+2016-06-03 06:32:49.157,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51655,,131.253.61.96,80,http
+2016-06-03 06:32:49.407,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51656,,131.253.61.96,443,https
+2016-06-03 06:32:50.050,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,51657,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-03 06:32:50.390,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,51658,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-03 06:45:42.693,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51659,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 06:47:47.551,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51660,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 07:00:42.807,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51661,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 07:02:47.581,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51662,,104.244.43.231,443,https
+2016-06-03 07:15:42.967,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51666,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 07:17:47.578,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51667,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 07:17:48.819,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51668,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 07:30:43.075,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51669,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 07:32:47.568,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51670,,104.244.43.167,443,https
+2016-06-03 07:32:47.655,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51671,,a92-122-51-72.deploy.akamaitechnologies.com,80,http
+2016-06-03 07:32:47.661,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51673,,a92-122-51-72.deploy.akamaitechnologies.com,80,http
+2016-06-03 07:32:47.667,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51672,,a92-122-51-72.deploy.akamaitechnologies.com,80,http
+2016-06-03 07:45:43.199,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51674,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 07:47:47.596,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51675,,a23-65-37-103.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 08:00:43.324,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51676,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 08:02:47.642,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51679,,104.244.43.39,443,https
+2016-06-03 08:15:43.492,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51681,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 08:17:47.639,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51682,,a23-214-64-233.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 08:17:49.771,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51683,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 08:30:43.615,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51684,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 08:32:47.603,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51685,,104.244.43.71,443,https
+2016-06-03 08:45:43.750,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51689,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 08:47:47.631,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51690,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 09:00:43.850,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51691,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 09:02:47.631,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51692,,104.244.43.167,443,https
+2016-06-03 09:15:43.936,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51696,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 09:38:38.926,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51699,,104.244.43.167,443,https
+2016-06-03 09:38:39.913,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51701,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 09:47:47.655,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51702,,a23-214-64-233.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 09:53:39.256,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51703,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 10:02:47.734,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51707,,104.244.43.199,443,https
+2016-06-03 10:08:39.288,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51708,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 10:17:47.695,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51709,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 10:17:48.961,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51710,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 10:23:39.638,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51711,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 10:32:47.682,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51712,,104.244.43.7,443,https
+2016-06-03 10:33:35.410,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51716,,157.56.77.138,443,https
+2016-06-03 10:33:36.247,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,157.56.77.138,137,netbios-ns
+2016-06-03 10:33:36.304,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51717,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 10:33:36.550,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51718,,157.56.77.138,443,https
+2016-06-03 10:33:38.977,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51719,,131.253.61.68,80,http
+2016-06-03 10:33:39.207,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51720,,131.253.61.68,443,https
+2016-06-03 10:33:40.444,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51721,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-06-03 10:33:46.470,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,51722,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-03 10:33:47.422,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51723,,131.253.61.68,443,https
+2016-06-03 10:33:48.010,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51724,,msnbot-191-232-139-170.search.msn.com,443,https
+2016-06-03 10:33:48.030,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,51725,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-03 10:33:48.232,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,51726,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-03 10:33:48.960,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51727,,msnbot-191-232-139-170.search.msn.com,443,https
+2016-06-03 10:33:49.720,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51729,,msnbot-191-232-139-170.search.msn.com,443,https
+2016-06-03 10:33:50.010,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51730,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-06-03 10:34:00.783,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51732,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-06-03 10:34:25.540,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51734,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-06-03 10:34:33.031,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,51735,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-03 10:34:33.880,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51736,,msnbot-191-232-139-170.search.msn.com,443,https
+2016-06-03 10:34:34.130,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51737,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-06-03 10:35:17.985,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,51742,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-03 10:35:18.894,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51743,,msnbot-191-232-139-170.search.msn.com,443,https
+2016-06-03 10:35:19.146,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51744,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-06-03 10:36:22.140,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,51753,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-03 10:36:23.219,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51754,,msnbot-191-232-139-170.search.msn.com,443,https
+2016-06-03 10:36:23.520,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51755,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-06-03 10:36:31.010,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,51756,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-03 10:36:31.880,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51757,,msnbot-191-232-139-170.search.msn.com,443,https
+2016-06-03 10:36:32.200,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51758,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-06-03 10:36:41.791,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,51759,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-06-03 10:36:42.505,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51760,,msnbot-191-232-139-170.search.msn.com,443,https
+2016-06-03 10:36:42.745,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51761,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-06-03 10:37:41.503,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51768,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 10:53:39.916,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51775,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 11:02:47.708,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51776,,104.244.43.71,443,https
+2016-06-03 11:08:40.076,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51777,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 11:17:47.798,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51782,,a23-214-64-233.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 11:17:50.051,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51783,,a104-101-172-250.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 11:23:40.186,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51784,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 11:32:47.710,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51785,,104.244.43.39,443,https
+2016-06-03 11:38:40.341,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51786,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 11:47:47.779,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51790,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 11:53:40.551,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51791,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 12:02:47.718,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51792,,104.244.43.167,443,https
+2016-06-03 12:08:40.696,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51803,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 12:17:47.852,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51819,,a23-214-64-233.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 12:17:49.515,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51820,,a104-101-172-250.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 12:23:40.741,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51821,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 12:32:47.748,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51828,,104.244.43.39,443,https
+2016-06-03 12:38:40.859,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51829,,eu.vortex.data.microsoft.com,443,https
+2016-06-03 12:45:24.362,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51833,,a23-214-64-233.deploy.static.akamaitechnologies.com,80,http
\ No newline at end of file
diff --git a/logs/sysmon-hosts-count.csv b/logs/sysmon-hosts-count.csv
new file mode 100644
index 00000000..753b8db0
--- /dev/null
+++ b/logs/sysmon-hosts-count.csv
@@ -0,0 +1,87 @@
+From: 2016-05-29 18:32:47.857
+To: 2016-06-03 12:45:24.362
+
+HOST,COUNT
+eu.vortex.data.microsoft.com,457
+a184-87-220-86.deploy.static.akamaitechnologies.com,127
+a23-38-7-222.deploy.static.akamaitechnologies.com,83
+a23-35-118-135.deploy.static.akamaitechnologies.com,60
+239.255.255.250,49
+104.244.43.167,36
+104.244.43.71,33
+104.244.43.199,33
+104.244.43.39,32
+104.244.43.103,30
+104.244.43.231,29
+a23-206-41-169.deploy.static.akamaitechnologies.com,24
+msnbot-191-232-139-7.search.msn.com,21
+104.244.43.7,21
+104.244.43.135,21
+a23-206-7-161.deploy.static.akamaitechnologies.com,19
+msnbot-191-232-139-2.search.msn.com,19
+a23-214-143-15.deploy.static.akamaitechnologies.com,18
+131.253.61.96,14
+a23-214-64-233.deploy.static.akamaitechnologies.com,12
+msnbot-191-232-139-170.search.msn.com,9
+a92-122-51-57.deploy.akamaitechnologies.com,9
+13.107.4.50,8
+candycrushsoda.king.com,7
+8.253.82.62,7
+a104-101-172-250.deploy.static.akamaitechnologies.com,7
+131.253.61.66,7
+131.253.61.68,6
+a104-71-200-228.deploy.static.akamaitechnologies.com,6
+157.55.133.204,5
+msnbot-207-46-194-14.search.msn.com,5
+65.55.138.111,5
+65.55.44.51,5
+a-0001.a-msedge.net,5
+157.56.77.139,4
+157.55.240.220,4
+134.170.53.30,4
+a92-122-51-72.deploy.akamaitechnologies.com,4
+131.253.61.84,4
+134.170.115.62,4
+134.170.165.253,3
+131.253.61.98,3
+13.107.3.128,3
+msnbot-191-232-139-49.search.msn.com,3
+131.253.61.82,3
+131.253.61.80,3
+191.234.72.190,3
+13.107.5.88,3
+https-87-248-214-1.lon.llnw.net,3
+198.41.215.186,3
+134.170.58.121,3
+8.254.218.126,3
+157.56.77.138,3
+a23-214-35-31.deploy.static.akamaitechnologies.com,3
+a23-55-155-27.deploy.static.akamaitechnologies.com,3
+msnbot-207-46-194-33.search.msn.com,3
+cds978.lon.llnw.net,3
+131.253.61.100,3
+65.55.113.11,2
+198.41.214.183,2
+169.254.177.157,2
+a23-65-37-103.deploy.static.akamaitechnologies.com,2
+msnbot-191-232-139-80.search.msn.com,2
+a184-30-100-215.deploy.static.akamaitechnologies.com,2
+134.170.51.190,2
+104.214.35.244,2
+23.99.116.116,2
+a84-53-134-25.deploy.akamaitechnologies.com,2
+168.61.146.25,2
+134.170.178.97,2
+a23-216-241-218.deploy.static.akamaitechnologies.com,2
+134.170.51.247,2
+23.97.209.97,2
+msnbot-65-55-252-43.search.msn.com,2
+msnbot-191-232-139-55.search.msn.com,2
+msnbot-191-232-139-86.search.msn.com,2
+66.119.144.158,2
+msnbot-191-232-139-88.search.msn.com,2
+a104-81-56-247.deploy.static.akamaitechnologies.com,2
+msnbot-207-46-194-25.search.msn.com,1
+a23-64-30-26.deploy.static.akamaitechnologies.com,1
+a23-206-32-247.deploy.static.akamaitechnologies.com,1
+msnbot-191-232-139-141.search.msn.com,1
\ No newline at end of file
diff --git a/logs/sysmon-unique.csv b/logs/sysmon-unique.csv
new file mode 100644
index 00000000..d71e308b
--- /dev/null
+++ b/logs/sysmon-unique.csv
@@ -0,0 +1,151 @@
+From: 2016-05-29 18:32:47.857
+To: 2016-06-03 12:45:24.362
+
+DATE,PROCESS,USER,PROTOCOL,SRC_IP,SRC_PORT,SRC_PORT_NAME,DEST_IP,DEST_PORT,DEST_PORT_NAME
+2016-05-29 18:32:47.857,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58042,,239.255.255.250,3702,ws-discovery
+2016-05-29 18:32:48.202,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58045,,239.255.255.250,1900,ssdp
+2016-05-29 18:32:48.509,C:\Windows\System32\dasHost.exe,AUTORITE NT\SERVICE LOCAL,udp,MyComputer,58049,,239.255.255.250,3702,ws-discovery
+2016-05-29 18:32:49.131,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,tcp,MyComputer,49673,,msnbot-191-232-139-7.search.msn.com,443,https
+2016-05-29 18:32:49.439,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,239.255.255.250,137,netbios-ns
+2016-05-29 18:33:54.442,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49682,,msnbot-191-232-139-49.search.msn.com,443,https
+2016-05-29 18:33:54.549,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49683,,candycrushsoda.king.com,80,http
+2016-05-29 18:33:54.691,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49684,,msnbot-191-232-139-88.search.msn.com,443,https
+2016-05-29 18:33:54.692,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49685,,a104-71-200-228.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 18:33:54.747,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49686,,a104-71-200-228.deploy.static.akamaitechnologies.com,443,https
+2016-05-29 18:33:54.899,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49687,,104.244.43.167,443,https
+2016-05-29 18:33:55.215,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49688,,a184-87-220-86.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 18:33:55.410,C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe,MyComputer\user,tcp,MyComputer,49689,,a-0001.a-msedge.net,443,https
+2016-05-29 18:33:55.535,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.167,137,netbios-ns
+2016-05-29 18:36:46.142,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49690,,eu.vortex.data.microsoft.com,443,https
+2016-05-29 18:43:02.924,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49691,,104.244.43.39,443,https
+2016-05-29 18:43:03.925,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.39,137,netbios-ns
+2016-05-29 18:43:05.485,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49696,,a104-101-172-250.deploy.static.akamaitechnologies.com,443,https
+2016-05-29 18:43:10.915,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,49697,,13.107.5.88,443,https
+2016-05-29 18:43:10.915,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,49698,,13.107.3.128,443,https
+2016-05-29 18:43:11.035,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,13.107.3.128,137,netbios-ns
+2016-05-29 18:43:11.040,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,13.107.5.88,137,netbios-ns
+2016-05-29 18:43:12.043,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,49699,,23.99.116.116,443,https
+2016-05-29 18:43:13.106,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,23.99.116.116,137,netbios-ns
+2016-05-29 18:43:13.596,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,49701,,168.61.146.25,443,https
+2016-05-29 18:43:14.080,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,168.61.146.25,137,netbios-ns
+2016-05-29 19:17:44.228,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,49713,,a23-38-7-222.deploy.static.akamaitechnologies.com,443,https
+2016-05-29 19:32:44.083,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49716,,104.244.43.199,443,https
+2016-05-29 19:32:45.222,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.199,137,netbios-ns
+2016-05-29 19:47:44.106,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49723,,a23-214-143-15.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 20:02:44.101,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49726,,104.244.43.7,443,https
+2016-05-29 20:02:45.105,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.7,137,netbios-ns
+2016-05-29 20:32:47.706,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49740,,157.55.240.220,443,https
+2016-05-29 20:32:48.488,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,157.55.240.220,137,netbios-ns
+2016-05-29 20:32:49.937,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49742,,134.170.58.121,443,https
+2016-05-29 20:32:50.493,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.58.121,137,netbios-ns
+2016-05-29 20:32:50.846,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49743,,8.254.218.126,80,http
+2016-05-29 20:32:51.596,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,8.254.218.126,137,netbios-ns
+2016-05-29 20:34:19.752,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49747,,134.170.53.30,443,https
+2016-05-29 20:34:19.898,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.53.30,137,netbios-ns
+2016-05-29 20:34:20.502,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49748,,13.107.4.50,80,http
+2016-05-29 20:34:20.892,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,13.107.4.50,137,netbios-ns
+2016-05-29 21:26:41.062,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49764,,65.55.138.111,443,https
+2016-05-29 21:26:41.885,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,65.55.138.111,137,netbios-ns
+2016-05-29 21:26:42.465,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49766,,msnbot-191-232-139-2.search.msn.com,443,https
+2016-05-29 21:26:46.224,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49767,,65.55.44.51,443,https
+2016-05-29 21:26:46.995,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,65.55.44.51,137,netbios-ns
+2016-05-29 22:47:44.204,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49802,,a23-35-118-135.deploy.static.akamaitechnologies.com,80,http
+2016-05-29 23:32:44.231,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49815,,104.244.43.71,443,https
+2016-05-29 23:32:45.299,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.71,137,netbios-ns
+2016-05-30 00:02:50.499,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49829,,131.253.61.96,443,https
+2016-05-30 00:02:51.007,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.96,137,netbios-ns
+2016-05-30 00:17:46.547,C:\Windows\System32\wermgr.exe,AUTORITE NT\Système,tcp,MyComputer,49836,,msnbot-65-55-252-43.search.msn.com,443,https
+2016-05-30 00:52:07.797,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49854,,104.244.43.103,443,https
+2016-05-30 00:52:07.798,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49853,,a23-216-241-218.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 00:52:07.869,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49855,,a23-216-241-218.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 00:52:08.872,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.103,137,netbios-ns
+2016-05-30 02:10:01.383,C:\Windows\System32\CompatTelRunner.exe,AUTORITE NT\Système,tcp,MyComputer,49875,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 02:10:01.520,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49876,,134.170.51.247,443,https
+2016-05-30 02:10:02.335,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.51.247,137,netbios-ns
+2016-05-30 02:10:05.215,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,49879,,134.170.178.97,443,https
+2016-05-30 02:10:05.370,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.178.97,137,netbios-ns
+2016-05-30 03:02:44.907,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49890,,104.244.43.135,443,https
+2016-05-30 03:02:45.373,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.135,137,netbios-ns
+2016-05-30 07:02:44.439,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,49950,,a92-122-51-57.deploy.akamaitechnologies.com,80,http
+2016-05-30 10:32:44.520,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50004,,104.244.43.231,443,https
+2016-05-30 10:32:45.577,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.244.43.231,137,netbios-ns
+2016-05-30 16:17:45.609,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50096,,198.41.215.186,80,http
+2016-05-30 16:17:45.727,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,198.41.215.186,137,netbios-ns
+2016-05-30 16:32:44.283,C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe,MyComputer\user,tcp,MyComputer,50102,,msnbot-207-46-194-14.search.msn.com,80,http
+2016-05-30 16:32:44.389,C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe,MyComputer\user,tcp,MyComputer,50103,,a23-214-35-31.deploy.static.akamaitechnologies.com,443,https
+2016-05-30 16:32:44.511,C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe,MyComputer\user,tcp,MyComputer,50104,,198.41.215.186,80,http
+2016-05-30 16:55:48.013,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50119,,msnbot-207-46-194-33.search.msn.com,443,https
+2016-05-30 17:00:41.078,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50120,,131.253.61.100,80,http
+2016-05-30 17:00:41.478,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50121,,131.253.61.100,443,https
+2016-05-30 17:00:42.016,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.100,137,netbios-ns
+2016-05-30 18:33:53.718,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50149,,131.253.61.68,80,http
+2016-05-30 18:33:53.963,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50150,,131.253.61.68,443,https
+2016-05-30 18:33:54.147,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50151,,a23-55-155-27.deploy.static.akamaitechnologies.com,80,http
+2016-05-30 18:33:54.586,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.68,137,netbios-ns
+2016-05-30 20:30:38.565,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50185,,157.55.133.204,443,https
+2016-05-30 20:30:39.458,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,157.55.133.204,137,netbios-ns
+2016-05-30 20:30:40.427,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50187,,191.234.72.190,443,https
+2016-05-30 20:30:40.464,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,191.234.72.190,137,netbios-ns
+2016-05-30 20:32:02.649,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50198,,131.253.61.98,80,http
+2016-05-30 20:32:02.870,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50199,,131.253.61.98,443,https
+2016-05-30 20:32:02.907,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.98,137,netbios-ns
+2016-05-30 21:36:33.537,C:\Windows\System32\SIHClient.exe,AUTORITE NT\Système,tcp,MyComputer,50224,,157.56.77.139,443,https
+2016-05-30 21:36:34.363,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,157.56.77.139,137,netbios-ns
+2016-05-31 00:03:03.250,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50266,,131.253.61.66,443,https
+2016-05-31 00:03:04.147,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.66,137,netbios-ns
+2016-05-31 02:29:56.240,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50308,,134.170.165.253,443,https
+2016-05-31 02:29:56.654,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.165.253,137,netbios-ns
+2016-05-31 07:17:45.333,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50383,,a84-53-134-25.deploy.akamaitechnologies.com,80,http
+2016-05-31 18:33:53.726,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50564,,131.253.61.96,80,http
+2016-05-31 18:42:47.679,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50568,,131.253.61.66,80,http
+2016-05-31 19:17:45.702,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50577,,a23-214-64-233.deploy.static.akamaitechnologies.com,80,http
+2016-05-31 20:05:04.821,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50601,,157.56.77.139,443,https
+2016-05-31 20:05:08.550,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50604,,8.253.82.62,80,http
+2016-05-31 20:05:08.681,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,8.253.82.62,137,netbios-ns
+2016-05-31 22:32:49.033,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,50657,,104.214.35.244,443,https
+2016-05-31 22:32:49.819,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,104.214.35.244,137,netbios-ns
+2016-05-31 22:32:50.304,C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7012.23531.0_x64__8wekyb3d8bbwe\HubTaskHost.exe,MyComputer\user,tcp,MyComputer,50659,,23.97.209.97,443,https
+2016-05-31 22:32:50.832,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,23.97.209.97,137,netbios-ns
+2016-06-01 00:03:16.244,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50682,,131.253.61.80,443,https
+2016-06-01 00:03:17.138,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.80,137,netbios-ns
+2016-06-01 00:50:31.797,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50701,,a104-81-56-247.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 00:50:31.883,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50702,,a104-81-56-247.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 02:03:18.291,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,50726,,66.119.144.158,443,https
+2016-06-01 02:03:19.103,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,66.119.144.158,137,netbios-ns
+2016-06-01 06:17:46.673,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,50789,,a23-206-41-169.deploy.static.akamaitechnologies.com,443,https
+2016-06-01 13:01:15.275,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,50888,,msnbot-191-232-139-55.search.msn.com,443,https
+2016-06-01 20:00:24.791,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51023,,msnbot-191-232-139-86.search.msn.com,443,https
+2016-06-01 21:10:25.113,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51047,,msnbot-191-232-139-141.search.msn.com,443,https
+2016-06-01 21:10:25.324,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51048,,msnbot-191-232-139-80.search.msn.com,443,https
+2016-06-01 21:18:41.151,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE LOCAL,udp,239.255.255.250,3702,ws-discovery,169.254.177.157,59399,
+2016-06-01 21:18:53.200,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,169.254.177.157,137,netbios-ns
+2016-06-01 23:17:14.290,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51092,,104.244.43.71,443,https
+2016-06-01 23:17:43.592,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51094,,msnbot-207-46-194-25.search.msn.com,443,https
+2016-06-01 23:17:43.761,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51095,,198.41.214.183,80,http
+2016-06-01 23:17:44.037,C:\Windows\System32\backgroundTaskHost.exe,MyComputer\user,tcp,MyComputer,51096,,msnbot-207-46-194-14.search.msn.com,80,http
+2016-06-01 23:17:44.567,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,198.41.214.183,137,netbios-ns
+2016-06-01 23:36:08.471,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51104,,a23-206-7-161.deploy.static.akamaitechnologies.com,80,http
+2016-06-01 23:36:08.650,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51105,,65.55.113.11,80,http
+2016-06-01 23:36:09.179,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,65.55.113.11,137,netbios-ns
+2016-06-01 23:54:49.951,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51120,,131.253.61.84,443,https
+2016-06-01 23:54:50.839,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.84,137,netbios-ns
+2016-06-02 00:15:24.728,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51133,,131.253.61.82,443,https
+2016-06-02 00:15:25.639,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,131.253.61.82,137,netbios-ns
+2016-06-02 06:32:49.142,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51241,,131.253.61.84,80,http
+2016-06-02 14:01:34.617,C:\Windows\System32\svchost.exe,AUTORITE NT\SERVICE RÉSEAU,tcp,MyComputer,51355,,a92-122-51-72.deploy.akamaitechnologies.com,80,http
+2016-06-02 14:18:08.155,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51367,,msnbot-191-232-139-170.search.msn.com,443,https
+2016-06-02 14:47:47.032,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51382,,a23-65-37-103.deploy.static.akamaitechnologies.com,80,http
+2016-06-02 16:32:46.711,C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe,MyComputer\user,tcp,MyComputer,51408,,a23-206-32-247.deploy.static.akamaitechnologies.com,443,https
+2016-06-02 18:42:47.899,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51443,,134.170.115.62,443,https
+2016-06-02 18:42:48.790,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.115.62,137,netbios-ns
+2016-06-02 18:42:57.762,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51448,,https-87-248-214-1.lon.llnw.net,80,http
+2016-06-02 18:42:57.952,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51449,,cds978.lon.llnw.net,80,http
+2016-06-03 01:02:47.362,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51560,,a184-30-100-215.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 01:02:47.432,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51565,,a184-30-100-215.deploy.static.akamaitechnologies.com,443,https
+2016-06-03 01:54:27.279,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51577,,134.170.51.190,443,https
+2016-06-03 01:54:27.754,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,134.170.51.190,137,netbios-ns
+2016-06-03 02:17:47.437,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51585,,a23-64-30-26.deploy.static.akamaitechnologies.com,80,http
+2016-06-03 05:19:27.688,C:\Windows\System32\SIHClient.exe,AUTORITE NT\Système,tcp,MyComputer,51633,,157.55.133.204,443,https
+2016-06-03 07:32:47.655,C:\Windows\explorer.exe,MyComputer\user,tcp,MyComputer,51671,,a92-122-51-72.deploy.akamaitechnologies.com,80,http
+2016-06-03 10:33:35.410,C:\Windows\System32\svchost.exe,AUTORITE NT\Système,tcp,MyComputer,51716,,157.56.77.138,443,https
+2016-06-03 10:33:36.247,System,AUTORITE NT\Système,udp,MyComputer,137,netbios-ns,157.56.77.138,137,netbios-ns
\ No newline at end of file
diff --git a/scripts/.bin/LogParser.dll b/scripts/.bin/LogParser.dll
new file mode 100644
index 00000000..6ef008c9
Binary files /dev/null and b/scripts/.bin/LogParser.dll differ
diff --git a/scripts/.bin/LogParser.exe b/scripts/.bin/LogParser.exe
new file mode 100644
index 00000000..f4aee4fa
Binary files /dev/null and b/scripts/.bin/LogParser.exe differ
diff --git a/scripts/.bin/Sysmon.exe b/scripts/.bin/Sysmon.exe
new file mode 100644
index 00000000..ec0745e4
Binary files /dev/null and b/scripts/.bin/Sysmon.exe differ
diff --git a/scripts/.bin/ext/php_com_dotnet.dll b/scripts/.bin/ext/php_com_dotnet.dll
new file mode 100644
index 00000000..4aa0852b
Binary files /dev/null and b/scripts/.bin/ext/php_com_dotnet.dll differ
diff --git a/scripts/.bin/ext/php_curl.dll b/scripts/.bin/ext/php_curl.dll
new file mode 100644
index 00000000..c3016215
Binary files /dev/null and b/scripts/.bin/ext/php_curl.dll differ
diff --git a/scripts/.bin/ext/php_openssl.dll b/scripts/.bin/ext/php_openssl.dll
new file mode 100644
index 00000000..1016ce88
Binary files /dev/null and b/scripts/.bin/ext/php_openssl.dll differ
diff --git a/scripts/.bin/libeay32.dll b/scripts/.bin/libeay32.dll
new file mode 100644
index 00000000..81054310
Binary files /dev/null and b/scripts/.bin/libeay32.dll differ
diff --git a/scripts/.bin/php.exe b/scripts/.bin/php.exe
new file mode 100644
index 00000000..b6d03353
Binary files /dev/null and b/scripts/.bin/php.exe differ
diff --git a/scripts/.bin/php.ini b/scripts/.bin/php.ini
new file mode 100644
index 00000000..24eda44b
--- /dev/null
+++ b/scripts/.bin/php.ini
@@ -0,0 +1,18 @@
+[PHP]
+max_execution_time = 0
+max_input_time = 60
+memory_limit = 512M
+
+error_reporting = E_ALL
+display_errors = On
+display_startup_errors = On
+log_errors = Off
+
+extension_dir = "ext"
+
+extension=php_com_dotnet.dll
+extension=php_curl.dll
+extension=php_openssl.dll
+
+[Date]
+date.timezone = UTC
diff --git a/scripts/.bin/php5ts.dll b/scripts/.bin/php5ts.dll
new file mode 100644
index 00000000..8abab1bb
Binary files /dev/null and b/scripts/.bin/php5ts.dll differ
diff --git a/scripts/.bin/ssleay32.dll b/scripts/.bin/ssleay32.dll
new file mode 100644
index 00000000..c6325934
Binary files /dev/null and b/scripts/.bin/ssleay32.dll differ
diff --git a/scripts/.bin/util.php b/scripts/.bin/util.php
new file mode 100644
index 00000000..eb8db3a5
--- /dev/null
+++ b/scripts/.bin/util.php
@@ -0,0 +1,218 @@
+ 0) {
+ $configErrorStr = ' ' . basename($path) . ' error - ';
+ switch ($configError) {
+ case JSON_ERROR_DEPTH:
+ $configErrorStr .= ' Maximum stack depth exceeded';
+ break;
+ case JSON_ERROR_STATE_MISMATCH:
+ $configErrorStr .= ' Underflow or the modes mismatch';
+ break;
+ case JSON_ERROR_CTRL_CHAR:
+ $configErrorStr .= ' Unexpected control character found';
+ break;
+ case JSON_ERROR_SYNTAX:
+ $configErrorStr .= ' Syntax error, malformed JSON';
+ break;
+ case JSON_ERROR_UTF8:
+ $configErrorStr .= ' Malformed UTF-8 characters, possibly incorrectly encoded';
+ break;
+ default:
+ $configErrorStr .= ' Unknown error';
+ break;
+ }
+ throw new Exception($configErrorStr);
+ }
+
+ return $config;
+}
+
+function getUrlContent($url) {
+ $ch = null;
+ $data = false;
+
+ try {
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, $url);
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
+ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
+ curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
+ curl_setopt($ch, CURLOPT_TIMEOUT, 30);
+ $data = curl_exec($ch);
+
+ // validate CURL status
+ if (curl_errno($ch)) {
+ throw new Exception("Curl error " . curl_error($ch), 500);
+ }
+
+ // validate HTTP status code
+ $status_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
+ if ($status_code != 200) {
+ throw new Exception("HTTP error " . $status_code, 500);
+ }
+ } catch (Exception $ex) {
+ if ($ch != null) curl_close($ch);
+ throw new Exception($ex);
+ } finally {
+ if ($ch != null) {
+ curl_close($ch);
+ $ch = null;
+ }
+ }
+
+ return $data;
+}
+
+function download($src, $dest) {
+ $rh = fopen($src, 'rb');
+ $wh = fopen($dest, 'w+b');
+ if (!$rh || !$wh) {
+ return false;
+ }
+
+ while (!feof($rh)) {
+ if (fwrite($wh, fread($rh, 4096)) === FALSE) {
+ return false;
+ }
+ echo '.';
+ flush();
+ }
+
+ fclose($rh);
+ fclose($wh);
+ return true;
+}
+
+function parseDnsQuery($text) {
+ $result = array(
+ 'netName' => null,
+ 'organization' => null,
+ 'country' => null
+ );
+
+ if (empty($text) || $text === false) {
+ return $result;
+ }
+
+ $lines = explode("\n", $text);
+ foreach ($lines as $line) {
+ $line = trim($line);
+
+ $lineExp = explode(':', $line, 2);
+ if (count($lineExp) != 2) {
+ continue;
+ }
+
+ $lineKey = trim(strtoupper($lineExp[0]));
+ if ($lineKey == 'NETNAME') {
+ $result['netName'] = trim($lineExp[1]);
+ } elseif ($lineKey == 'AUT-NUM') {
+ $result['netName'] = trim($lineExp[1]);
+ } elseif ($lineKey == 'ORGANIZATION') {
+ $result['organization'] = trim($lineExp[1]);
+ } elseif ($lineKey == 'DESCR') {
+ $result['organization'] = trim($lineExp[1]);
+ } elseif ($lineKey == 'OWNER') {
+ $result['organization'] = trim($lineExp[1]);
+ } elseif ($lineKey == 'COUNTRY') {
+ $result['country'] = trim($lineExp[1]);
+ }
+ }
+
+ return $result;
+}
+
+function parseIpWhois($html) {
+ if (empty($html) || $html === false) {
+ return null;
+ }
+
+ try {
+ $dom = new DOMDocument;
+ $dom->loadHTML($html);
+
+ $p = $dom->getElementsByTagName('p');
+ if (!$p instanceof DOMNodeList) {
+ return null;
+ }
+
+ $content = $p[1]->textContent;
+ //var_dump($content);
+
+ $resolveTo = explode(':', $content);
+ if (count($resolveTo) != 2) {
+ return null;
+ }
+
+ $result = str_replace('no reverse DNS for this IP', '', trim($resolveTo[1]));
+ return !empty($result) ? $result : null;
+ } catch (Exception $ex) {
+ echo 'Error: ' . $ex->getMessage() . PHP_EOL;
+ return null;
+ }
+}
+
+function isIpExpr($ip, $expr) {
+ $ips = array();
+ if (contains($expr, '-')) {
+ $exprExp = explode('-', $expr);
+ if (count($exprExp) != 2) {
+ return false;
+ }
+ if (!filter_var($exprExp[0], FILTER_VALIDATE_IP) || !filter_var($exprExp[1], FILTER_VALIDATE_IP)) {
+ return false;
+ }
+ $ips = array_merge($ips, array_map('long2ip', range(ip2long($exprExp[0]), ip2long($exprExp[1]))));
+ } else if (!filter_var($expr, FILTER_VALIDATE_IP)) {
+ return false;
+ } else {
+ $ips[] = $expr;
+ }
+ return in_array($ip, $ips);
+}
+
+function isHostExpr($host, $expr) {
+ return preg_match('/^' . str_replace('*', '(.*)', $expr) . '$/i', $host, $matches) === 1;
+}
+
+function contains($string, $search) {
+ if (!empty($string) && !empty($search)) {
+ $result = stripos($string, $search);
+ if ($result !== false) {
+ return true;
+ } else {
+ return false;
+ }
+ } else {
+ return false;
+ }
+}
+
+function startWith($string, $search) {
+ $length = strlen($search);
+ return (substr($string, 0, $length) === $search);
+}
+
+function endWith($string, $search) {
+ $length = strlen($search);
+ $start = $length * -1;
+ return (substr($string, $start) === $search);
+}
+
+function formatWindowsPath($path) {
+ return str_replace('/', '\\', $path);
+}
+
+function formatUnixPath($path) {
+ return str_replace('\\', '/', $path);
+}
diff --git a/scripts/firewall/README.md b/scripts/firewall/README.md
new file mode 100644
index 00000000..1db2081d
--- /dev/null
+++ b/scripts/firewall/README.md
@@ -0,0 +1,7 @@
+Execute `firewall.bat` and choose an option :
+
+![](../../../../wiki/img/firewall/menu-20160516.png)
+
+IPs are added in the Windows Firewall as outbound rules :
+
+![](../../../../wiki/img/firewall/rules-20160516.png)
diff --git a/scripts/firewall/firewall.bat b/scripts/firewall/firewall.bat
new file mode 100644
index 00000000..c0499948
--- /dev/null
+++ b/scripts/firewall/firewall.bat
@@ -0,0 +1,157 @@
+@ECHO OFF
+SETLOCAL EnableDelayedExpansion
+TITLE WindowsSpyBlocker - Firewall
+
+SET binPath=%~dp0..\.bin
+
+CLS
+IF "%1"=="" GOTO CHECK_UAC
+IF "%1"=="start" GOTO START
+
+
+::::::::::::::::::::::::::::::::::::::::
+:CHECK_UAC
+::::::::::::::::::::::::::::::::::::::::
+>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
+If '%ERRORLEVEL%' NEQ '0' (
+ ECHO Requesting administrative privileges...
+ GOTO UAC_PROMPT
+) Else (
+ GOTO ADMIN
+)
+
+
+::::::::::::::::::::::::::::::::::::::::
+:UAC_PROMPT
+::::::::::::::::::::::::::::::::::::::::
+ECHO Set UAC = CreateObject^("Shell.Application"^) > "%TEMP%\getadmin.vbs"
+ECHO UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%TEMP%\getadmin.vbs"
+"%TEMP%\getadmin.vbs"
+EXIT /B
+
+
+::::::::::::::::::::::::::::::::::::::::
+:ADMIN
+::::::::::::::::::::::::::::::::::::::::
+IF EXIST "%TEMP%\getadmin.vbs" ( DEL "%TEMP%\getadmin.vbs" )
+PUSHD "%CD%"
+CD /D "%~dp0"
+CD %CD%
+%COMSPEC% /c "firewall.bat" start
+EXIT
+
+
+::::::::::::::::::::::::::::::::::::::::
+:START
+::::::::::::::::::::::::::::::::::::::::
+CLS
+ECHO.
+ECHO # WindowsSpyBlocker - Firewall
+ECHO # https://github.com/crazy-max/WindowsSpyBlocker
+ECHO.
+
+ECHO 1 - Add rules win10_extra (from github)
+ECHO 2 - Add rules win10_spy (from github)
+ECHO 3 - Add rules win10_update (from github)
+ECHO.
+ECHO 4 - Add rules win10_extra (local file)
+ECHO 5 - Add rules win10_spy (local file)
+ECHO 6 - Add rules win10_update (local file)
+ECHO.
+ECHO 7 - Remove rules
+ECHO 8 - Test IPs (from github)
+ECHO 9 - Test IPs (local files)
+ECHO.
+ECHO 99 - Exit
+ECHO.
+SET /P task="Choose a task: "
+ECHO.
+
+
+::::::::::::::::::::::::::::::::::::::::
+:ACTION
+::::::::::::::::::::::::::::::::::::::::
+IF %task% == 1 (
+ SET rule=win10_extra
+ SET type=remote
+ GOTO ADD_RULES
+)
+IF %task% == 2 (
+ SET rule=win10_spy
+ SET type=remote
+ GOTO ADD_RULES
+)
+IF %task% == 3 (
+ SET rule=win10_update
+ SET type=remote
+ GOTO ADD_RULES
+)
+IF %task% == 4 (
+ SET rule=win10_extra
+ SET type=local
+ GOTO ADD_RULES
+)
+IF %task% == 5 (
+ SET rule=win10_spy
+ SET type=local
+ GOTO ADD_RULES
+)
+IF %task% == 6 (
+ SET rule=win10_update
+ SET type=local
+ GOTO ADD_RULES
+)
+IF %task% == 7 (
+ GOTO REMOVE_RULES
+)
+IF %task% == 8 (
+ SET type=remote
+ GOTO TEST_IPS
+)
+IF %task% == 9 (
+ SET type=local
+ GOTO TEST_IPS
+)
+IF %task% == 99 GOTO EXIT
+GOTO START
+
+
+::::::::::::::::::::::::::::::::::::::::
+:REMOVE_RULES
+::::::::::::::::::::::::::::::::::::::::
+ECHO.
+ECHO ### Remove rules...
+"%binPath%\php.exe" -c "%binPath%\php.ini" "%~dp0firewall.php" "removeRules"
+GOTO END
+
+
+::::::::::::::::::::::::::::::::::::::::
+:ADD_RULES
+::::::::::::::::::::::::::::::::::::::::
+ECHO.
+ECHO ### Add %rule% rules...
+"%binPath%\php.exe" -c "%binPath%\php.ini" "%~dp0firewall.php" "addRules" "%rule%" "%type%"
+GOTO END
+
+
+::::::::::::::::::::::::::::::::::::::::
+:TEST_IPS
+::::::::::::::::::::::::::::::::::::::::
+ECHO.
+ECHO ### Test IPs...
+"%binPath%\php.exe" -c "%binPath%\php.ini" "%~dp0firewall.php" "testIps" "%type%"
+GOTO END
+
+
+::::::::::::::::::::::::::::::::::::::::
+:END
+::::::::::::::::::::::::::::::::::::::::
+ECHO.
+PAUSE
+GOTO START
+
+
+::::::::::::::::::::::::::::::::::::::::
+:EXIT
+::::::::::::::::::::::::::::::::::::::::
+ENDLOCAL
diff --git a/scripts/firewall/firewall.conf b/scripts/firewall/firewall.conf
new file mode 100644
index 00000000..8b09c554
--- /dev/null
+++ b/scripts/firewall/firewall.conf
@@ -0,0 +1,14 @@
+{
+ "rules": {
+ "local": {
+ "win10_extra": "/data/firewall/win10/extra.txt",
+ "win10_spy": "/data/firewall/win10/spy.txt",
+ "win10_update": "/data/firewall/win10/update.txt"
+ },
+ "remote": {
+ "win10_extra": "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/firewall/windows10_extra.txt",
+ "win10_spy": "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/firewall/windows10_spy.txt",
+ "win10_update": "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/firewall/windows10_update.txt"
+ }
+ }
+}
diff --git a/scripts/firewall/firewall.php b/scripts/firewall/firewall.php
new file mode 100644
index 00000000..f6618878
--- /dev/null
+++ b/scripts/firewall/firewall.php
@@ -0,0 +1,297 @@
+getMessage() . PHP_EOL;
+ exit(1);
+}
+
+///////////////////////////////////////////////
+///////////////////////////////////////////////
+
+function processTestIps() {
+ global $argv, $currentPath, $basePath, $dataPath, $logsPath, $config, $dnsQueryUrl, $ipWhoisUrl;
+
+ if (count($argv) != 3) {
+ throw new Exception('Missing args');
+ }
+
+ $remoteIps = true;
+ $ipsFiles = array();
+ if ($argv[2] == 'local') {
+ $remoteIps = false;
+ foreach ($config['rules']['local'] as $name => $path) {
+ $ipsFiles[$name] = $basePath . $path;
+ if (!file_exists($ipsFiles[$name])) {
+ throw new Exception('Rule file not found in ' . ipsFiles[$name]);
+ }
+ }
+ } else {
+ echo PHP_EOL;
+ foreach ($config['rules']['remote'] as $name => $url) {
+ $ipsFiles[$name] = $logsPath . '/' . preg_replace('/\..+$/', '.tmp', basename($url));
+ echo 'Download ' . basename($url) . '.';
+ if (download($url, $ipsFiles[$name])) {
+ echo ' OK' . PHP_EOL;
+ } else {
+ throw new Exception('Download failed');
+ }
+ if (!file_exists(ipsFiles[$name])) {
+ throw new Exception('Rule file not found in ' . ipsFiles[$name]);
+ }
+ }
+ }
+
+ foreach ($ipsFiles as $name => $ipsFile) {
+ $ips = array();
+ $handle = fopen($ipsFile, 'r');
+ if ($handle) {
+ while (($line = fgets($handle)) !== false) {
+ $line = trim($line);
+ if (contains($line, '-')) {
+ $lineAr = explode('-', $line);
+ if (count($lineAr) != 2) {
+ continue;
+ }
+ if (!filter_var($lineAr[0], FILTER_VALIDATE_IP) || !filter_var($lineAr[1], FILTER_VALIDATE_IP)) {
+ continue;
+ }
+ //TODO: Manage ip range
+ //$ips = array_merge($ips, array_map('long2ip', range(ip2long($lineAr[0]), ip2long($lineAr[1]))));
+ //$ips[] = $line;
+ } else if (!filter_var($line, FILTER_VALIDATE_IP)) {
+ continue;
+ } else {
+ $ips[] = $line;
+ }
+ }
+ fclose($handle);
+ }
+
+ $results = array();
+ echo PHP_EOL . 'Process ' . $name . ' (' . count($ips) . ' IPs)' . PHP_EOL;
+ foreach ($ips as $ip) {
+ echo 'Checking ' . $ip . '...' . PHP_EOL;
+ if (contains($ip, '-')) {
+ $ipRangeAr = explode('-', $ip);
+ $ipsRange = array_map('long2ip', range(ip2long($ipRangeAr[0]), ip2long($ipRangeAr[1])));
+
+ $dnsQueryContents = getMultiUrlContent($dnsQueryUrl, $ipsRange);
+ $ipWhoisContents = getMultiUrlContent($ipWhoisUrl, $ipsRange);
+ foreach ($ipsRange as $ipRange) {
+ $results[$ipRange] = getTestIpsResult($dnsQueryContents[$ipRange], $ipWhoisContents[$ipRange]);
+ }
+ } else {
+ $dnsQueryContent = getUrlContent($dnsQueryUrl . $ip);
+ $ipWhoisContent = getUrlContent($ipWhoisUrl . $ip);
+ $results[$ip] = getTestIpsResult($dnsQueryContent, $ipWhoisContent);
+
+ echo ' NetName: ' . $results[$ip]['netName'] . PHP_EOL;
+ echo ' Organization: ' . $results[$ip]['organization'] . PHP_EOL;
+ echo ' Country: ' . $results[$ip]['country'] . PHP_EOL;
+ echo ' Resolves to: ' . $results[$ip]['resolveTo'] . PHP_EOL;
+ }
+ }
+
+ echo 'Write firewall-test-' . $name . '.csv...'. PHP_EOL;
+ $csv = 'IP,NETNAME,ORGANIZATION,COUNTRY,DNS RESOLVE';
+ foreach ($results as $ip => $result) {
+ $csv .= PHP_EOL . $ip .
+ ',' . str_replace(',', '.', $result['netName']) .
+ ',' . str_replace(',', '.', $result['organization']) .
+ ',' . str_replace(',', '.', $result['country']) .
+ ',' . str_replace(',', '.', $result['resolveTo']);
+ }
+ file_put_contents($logsPath . '/firewall-test-' . $name . '.csv', $csv);
+
+ if ($remoteIps) {
+ unlink($ipsFile);
+ }
+ }
+}
+
+function processAddRules() {
+ global $argv, $basePath, $dataPath, $config;
+
+ if (count($argv) != 4) {
+ throw new Exception('Missing args');
+ }
+
+ $rule = $argv[2];
+ $ruleExp = explode('_', $rule, 2);
+ $rulePath = null;
+ $remote = $argv[3] == 'remote';
+
+ if ($argv[3] == 'local') {
+ if (!isset($config['rules']['local'][$rule])) {
+ throw new Exception('Unknown rule ' . $rule);
+ }
+ $rulePath = $basePath . '/' . $config['rules']['local'][$rule];
+ if (!file_exists($rulePath)) {
+ throw new Exception('Rule file not found in ' . $rulePath);
+ }
+ } elseif ($argv[3] == 'remote') {
+ if (!isset($config['rules']['remote'][$rule])) {
+ throw new Exception('Unknown rule ' . $rule);
+ }
+ $ruleUrl = $config['rules']['remote'][$rule];
+ $rulePath = $dataPath . '/' . preg_replace('/\..+$/', '.tmp', basename($ruleUrl));
+ echo 'Download ' . basename($ruleUrl) . '.';
+ if (download($ruleUrl, $rulePath)) {
+ echo ' OK' . PHP_EOL;
+ } else {
+ throw new Exception('Download failed');
+ }
+ if (!file_exists($rulePath)) {
+ throw new Exception('Rule file not found in ' . $rulePath);
+ }
+ } else {
+ throw new Exception('Unknown type ' . $argv[3]);
+ }
+
+ // Remove rules
+ removeRules($ruleExp[0], $ruleExp[1]);
+
+ // Add rules
+ $ips = array();
+ $handle = fopen($rulePath, 'r');
+ if ($handle) {
+ while (($line = fgets($handle)) !== false) {
+ $line = trim($line);
+ if (contains($line, '-')) {
+ $lineAr = explode('-', $line);
+ if (count($lineAr) != 2) {
+ continue;
+ }
+ if (!filter_var($lineAr[0], FILTER_VALIDATE_IP) || !filter_var($lineAr[1], FILTER_VALIDATE_IP)) {
+ continue;
+ }
+ $ips[] = $line;
+ } else if (!filter_var($line, FILTER_VALIDATE_IP)) {
+ continue;
+ } else {
+ $ips[] = $line;
+ }
+ }
+ fclose($handle);
+ }
+ if ($remote) {
+ unlink($rulePath);
+ }
+
+ if (empty($ips)) {
+ echo PHP_EOL . 'WARNING: No IPs found';
+ return;
+ }
+
+ echo PHP_EOL . 'Add ' . count($ips) . ' rules...';
+ $prefix = getPrefix($ruleExp[0], $ruleExp[1]);
+ foreach ($ips as $ip) {
+ echo PHP_EOL . ' ' . $prefix . $ip;
+ $netsh = 'netsh advfirewall firewall add rule';
+ $netsh .= ' name="' . $prefix . $ip . '"';
+ $netsh .= ' dir=out protocol=any action=block';
+ $netsh .= ' remoteip=' . $ip;
+ exec($netsh, $cmdOutput, $cmdReturn);
+ $cmdOutputStr = implode(PHP_EOL, $cmdOutput);
+ if ($cmdReturn != 0) {
+ throw new Exception($cmdOutputStr);
+ }
+ }
+}
+
+function processRemoveRules() {
+ removeRules();
+}
+
+///////////////////////////////////////////////
+///////////////////////////////////////////////
+
+function getPrefix($os = null, $type = null) {
+ global $rulesPrefix;
+ $prefix = $rulesPrefix;
+ if ($os != null) {
+ $prefix .= ucfirst($os);
+ }
+ if ($type != null) {
+ $prefix .= ucfirst($type);
+ }
+ return $prefix;
+}
+
+function removeRules($os = null, $type = null) {
+ $prefix = getPrefix($os, $type);
+
+ echo 'Remove rules starting with ' . $prefix;
+ $objFirewall = new COM('HNetCfg.FwPolicy2');
+ $objCurrentProfiles = $objFirewall->CurrentProfileTypes;
+ $objRules = $objFirewall->Rules;
+ foreach ($objRules as $objRule) {
+ if ($objRule->Profiles == 0 || $objCurrentProfiles == 0) {
+ continue;
+ }
+ if (startWith($objRule->Name, $prefix)) {
+ echo PHP_EOL . ' ' . $objRule->Name;
+ $objFirewall->Rules->Remove($objRule->Name);
+ }
+ }
+
+ return true;
+}
+
+function getTestIpsResult($dnsQuery, $ipWhois) {
+ $dnsQuery = parseDnsQuery($dnsQuery);
+ $ipWhois = parseIpWhois($ipWhois);
+
+ return array(
+ 'netName' => $dnsQuery['netName'],
+ 'organization' => $dnsQuery['organization'],
+ 'country' => $dnsQuery['country'],
+ 'resolveTo' => $ipWhois,
+ );
+}
+
+function getMultiUrlContent($baseUrl, $ips) {
+ $curly = array();
+ $data = array();
+ $mh = curl_multi_init();
+ foreach ($ips as $ip) {
+ $curly[$ip] = curl_init();
+ curl_setopt_array($curly[$ip], array(
+ CURLOPT_URL => $baseUrl . $ip,
+ CURLOPT_FOLLOWLOCATION => true,
+ CURLOPT_RETURNTRANSFER => true,
+ CURLOPT_SSL_VERIFYPEER => false,
+ CURLOPT_SSL_VERIFYHOST => false,
+ CURLOPT_TIMEOUT => 30
+ ));
+ curl_multi_add_handle($mh, $curly[$ip]);
+ }
+
+ $running = null;
+ do {
+ curl_multi_exec($mh, $running);
+ } while ($running > 0);
+
+ foreach($curly as $ip => $c) {
+ $data[$ip] = curl_multi_getcontent($c);
+ curl_multi_remove_handle($mh, $c);
+ }
+
+ curl_multi_close($mh);
+ return $data;
+}
diff --git a/scripts/ncsi/README.md b/scripts/ncsi/README.md
new file mode 100644
index 00000000..bd0cded0
--- /dev/null
+++ b/scripts/ncsi/README.md
@@ -0,0 +1,3 @@
+You can use the alternative WindowsSpyBlocker NCSI by executing `ncsi.bat` :
+
+![](../../../../wiki/img/ncsi/menu-20160527.png)
diff --git a/ncsi/ncsi.bat b/scripts/ncsi/ncsi.bat
similarity index 68%
rename from ncsi/ncsi.bat
rename to scripts/ncsi/ncsi.bat
index 2a58bbf2..aa79f856 100644
--- a/ncsi/ncsi.bat
+++ b/scripts/ncsi/ncsi.bat
@@ -2,13 +2,9 @@
SETLOCAL EnableDelayedExpansion
TITLE WindowsSpyBlocker - NCSI
-SET ncsiGithub=windows10_github.com.reg
-SET ncsiMsftncsi=windows10_msftncsi.com.reg
-SET ncsiUrl=https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/ncsi
-SET tmpVbs=%TEMP%\ncsiDl.vbs
+SET binPath=%~dp0..\.bin
SET tmpPs1=%TEMP%\ncsiTest.ps1
-
CLS
IF "%1"=="" GOTO CHECK_UAC
IF "%1"=="start" GOTO START
@@ -55,9 +51,14 @@ ECHO # WindowsSpyBlocker - NCSI
ECHO # https://github.com/crazy-max/WindowsSpyBlocker
ECHO.
-ECHO 1 - Apply github.com NCSI (WindowsSpyBlocker)
-ECHO 2 - Apply msftncsi.com NCSI (Original from Microsoft)
-ECHO 3 - Test Internet connection
+ECHO 1 - Apply github.com NCSI (WindowsSpyBlocker) from Github
+ECHO 2 - Apply msftncsi.com NCSI (Original Microsoft) from Github
+ECHO.
+ECHO 3 - Apply github.com NCSI (WindowsSpyBlocker) from local file
+ECHO 4 - Apply msftncsi.com NCSI (Original Microsoft) from local file
+ECHO.
+ECHO 5 - Test Internet connection
+ECHO.
ECHO 9 - Exit
ECHO.
SET /P task="Choose a task: "
@@ -67,57 +68,37 @@ ECHO.
::::::::::::::::::::::::::::::::::::::::
:ACTION
::::::::::::::::::::::::::::::::::::::::
-IF %task% == 1 GOTO DOWNLOAD_GITHUB
-IF %task% == 2 GOTO DOWNLOAD_MSFTNCSI
-IF %task% == 3 GOTO TEST
+IF %task% == 1 (
+ SET reg=github.com
+ SET type=remote
+ GOTO APPLY_NCSI
+)
+IF %task% == 2 (
+ SET reg=msftncsi.com
+ SET type=remote
+ GOTO APPLY_NCSI
+)
+IF %task% == 3 (
+ SET reg=github.com
+ SET type=local
+ GOTO APPLY_NCSI
+)
+IF %task% == 4 (
+ SET reg=msftncsi.com
+ SET type=local
+ GOTO APPLY_NCSI
+)
+IF %task% == 5 GOTO TEST
IF %task% == 9 GOTO EXIT
GOTO START
::::::::::::::::::::::::::::::::::::::::
-:DOWNLOAD_GITHUB
-::::::::::::::::::::::::::::::::::::::::
-SET ncsiFile=%ncsiGithub%
-GOTO DOWNLOAD
-
-
-::::::::::::::::::::::::::::::::::::::::
-:DOWNLOAD_MSFTNCSI
-::::::::::::::::::::::::::::::::::::::::
-SET ncsiFile=%ncsiMsftncsi%
-GOTO DOWNLOAD
-
-
-::::::::::::::::::::::::::::::::::::::::
-:DOWNLOAD
-::::::::::::::::::::::::::::::::::::::::
-ECHO - Download .reg...
-ECHO WScript.StdOut.Write "Download " ^& "%ncsiUrl%/%ncsiFile%" ^& " " >%tmpVbs%
-ECHO Dim objHttp : Set objHttp = CreateObject("WinHttp.WinHttpRequest.5.1") >>%tmpVbs%
-ECHO Dim objStream : Set objStream = CreateObject("Adodb.Stream") >>%tmpVbs%
-ECHO objHttp.Open "GET", "%ncsiUrl%/%ncsiFile%", True >>%tmpVbs%
-ECHO objHttp.Send >>%tmpVbs%
-ECHO While objHttp.WaitForResponse(0) = 0 >>%tmpVbs%
-ECHO WScript.StdOut.Write "." >>%tmpVbs%
-ECHO WScript.Sleep 1000 >>%tmpVbs%
-ECHO Wend >>%tmpVbs%
-ECHO WScript.StdOut.WriteLine " [HTTP " ^& objHttp.Status ^& " " ^& objHttp.StatusText ^& "]" >>%tmpVbs%
-ECHO With objStream >>%tmpVbs%
-ECHO .Type = 1 '//binary >>%tmpVbs%
-ECHO .Open >>%tmpVbs%
-ECHO .Write objHttp.ResponseBody >>%tmpVbs%
-ECHO .Savetofile "%~dp0\%ncsiFile%", 2 >>%tmpVbs%
-ECHO End With >>%tmpVbs%
-cscript.exe /NoLogo %tmpVbs%
-GOTO APPLY
-
-
-::::::::::::::::::::::::::::::::::::::::
-:APPLY
+:APPLY_NCSI
::::::::::::::::::::::::::::::::::::::::
ECHO.
-ECHO - Apply NCSI %ncsiFile%...
-regedit /s "%~dp0\%ncsiFile%"
+ECHO ### Apply %reg% NCSI...
+"%binPath%\php.exe" -c "%binPath%\php.ini" "%~dp0ncsi.php" "applyNcsi" "%reg%" "%type%"
GOTO END
@@ -125,7 +106,7 @@ GOTO END
:TEST
::::::::::::::::::::::::::::::::::::::::
ECHO.
-ECHO - Test Internet connection...
+ECHO ### Test Internet connection...
ECHO # Web request test with IPv4>%tmpPs1%
ECHO try {>>%tmpPs1%
ECHO if( (Invoke-Webrequest ("http://{0}/{1}" -f (Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet).ActiveWebProbeHost,>>%tmpPs1%
diff --git a/scripts/ncsi/ncsi.conf b/scripts/ncsi/ncsi.conf
new file mode 100644
index 00000000..68f15e0a
--- /dev/null
+++ b/scripts/ncsi/ncsi.conf
@@ -0,0 +1,12 @@
+{
+ "regs": {
+ "local": {
+ "github.com": "/data/ncsi/github.com.reg",
+ "msftncsi.com": "/data/ncsi/msftncsi.com.reg"
+ },
+ "remote": {
+ "github.com": "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/ncsi/github.com.reg",
+ "msftncsi.com": "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/ncsi/msftncsi.com.reg"
+ }
+ }
+}
diff --git a/scripts/ncsi/ncsi.php b/scripts/ncsi/ncsi.php
new file mode 100644
index 00000000..3c5fab66
--- /dev/null
+++ b/scripts/ncsi/ncsi.php
@@ -0,0 +1,73 @@
+getMessage() . PHP_EOL;
+ exit(1);
+}
+
+///////////////////////////////////////////////
+///////////////////////////////////////////////
+
+function processApplyNcsi() {
+ global $argv, $basePath, $dataPath, $config;
+
+ if (count($argv) != 4) {
+ throw new Exception('Missing args');
+ }
+
+ $reg = $argv[2];
+ $regPath = null;
+ $remote = $argv[3] == 'remote';
+
+ if ($argv[3] == 'local') {
+ if (!isset($config['regs']['local'][$reg])) {
+ throw new Exception('Unknown reg ' . $reg);
+ }
+ $regPath = $basePath . '/' . $config['regs']['local'][$reg];
+ if (!file_exists($regPath)) {
+ throw new Exception('Reg file not found in ' . $regPath);
+ }
+ } elseif ($argv[3] == 'remote') {
+ if (!isset($config['regs']['remote'][$reg])) {
+ throw new Exception('Unknown reg ' . $reg);
+ }
+ $regUrl = $config['regs']['remote'][$reg];
+ $regPath = $dataPath . '/' . preg_replace('/\..+$/', '.tmp', basename($regUrl));
+ echo 'Download ' . basename($regUrl) . '.';
+ if (download($regUrl, $regPath)) {
+ echo ' OK' . PHP_EOL;
+ } else {
+ throw new Exception('Download failed');
+ }
+ if (!file_exists($regPath)) {
+ throw new Exception('Reg file not found in ' . $regPath);
+ }
+ } else {
+ throw new Exception('Unknown type ' . $argv[3]);
+ }
+
+ // Apply NCSI
+ echo 'Applying ' . $regPath;
+ exec('regedit /s "' . $regPath . '"', $cmdOutput, $cmdReturn);
+ $cmdOutputStr = implode(PHP_EOL, $cmdOutput);
+ if ($remote) {
+ unlink($regPath);
+ }
+ if ($cmdReturn != 0) {
+ throw new Exception($cmdOutputStr);
+ }
+}
diff --git a/scripts/proxifier/.gitignore b/scripts/proxifier/.gitignore
new file mode 100644
index 00000000..7db405dc
--- /dev/null
+++ b/scripts/proxifier/.gitignore
@@ -0,0 +1 @@
+*.tmp
diff --git a/scripts/proxifier/README.md b/scripts/proxifier/README.md
new file mode 100644
index 00000000..da371dec
--- /dev/null
+++ b/scripts/proxifier/README.md
@@ -0,0 +1 @@
+Instructions in [Capture with Proxifier Wiki page](../../../../wiki/captureProxifier).
diff --git a/scripts/proxifier/proxifier.bat b/scripts/proxifier/proxifier.bat
new file mode 100644
index 00000000..2ddb232d
--- /dev/null
+++ b/scripts/proxifier/proxifier.bat
@@ -0,0 +1,87 @@
+@ECHO OFF
+SETLOCAL EnableDelayedExpansion
+TITLE WindowsSpyBlocker - Proxifier
+
+SET binPath=%~dp0..\.bin
+
+CLS
+IF "%1"=="" GOTO CHECK_UAC
+IF "%1"=="start" GOTO START
+
+
+::::::::::::::::::::::::::::::::::::::::
+:CHECK_UAC
+::::::::::::::::::::::::::::::::::::::::
+>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
+If '%ERRORLEVEL%' NEQ '0' (
+ ECHO Requesting administrative privileges...
+ GOTO UAC_PROMPT
+) Else (
+ GOTO ADMIN
+)
+
+
+::::::::::::::::::::::::::::::::::::::::
+:UAC_PROMPT
+::::::::::::::::::::::::::::::::::::::::
+ECHO Set UAC = CreateObject^("Shell.Application"^) > "%TEMP%\getadmin.vbs"
+ECHO UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%TEMP%\getadmin.vbs"
+"%TEMP%\getadmin.vbs"
+EXIT /B
+
+
+::::::::::::::::::::::::::::::::::::::::
+:ADMIN
+::::::::::::::::::::::::::::::::::::::::
+IF EXIST "%TEMP%\getadmin.vbs" ( DEL "%TEMP%\getadmin.vbs" )
+PUSHD "%CD%"
+CD /D "%~dp0"
+CD %CD%
+%COMSPEC% /c "proxifier.bat" start
+EXIT
+
+
+::::::::::::::::::::::::::::::::::::::::
+:START
+::::::::::::::::::::::::::::::::::::::::
+CLS
+ECHO.
+ECHO # WindowsSpyBlocker - Proxifier
+ECHO # https://github.com/crazy-max/WindowsSpyBlocker
+ECHO.
+
+ECHO 1 - Extract log
+ECHO 9 - Exit
+ECHO.
+SET /P task="Choose a task: "
+ECHO.
+
+
+::::::::::::::::::::::::::::::::::::::::
+:ACTION
+::::::::::::::::::::::::::::::::::::::::
+IF %task% == 1 GOTO EXTRACT
+IF %task% == 9 GOTO EXIT
+GOTO START
+
+
+::::::::::::::::::::::::::::::::::::::::
+:EXTRACT
+::::::::::::::::::::::::::::::::::::::::
+ECHO ### Extract log...
+"%binPath%\php.exe" -c "%binPath%\php.ini" "%~dp0proxifier.php" "extractLog"
+GOTO END
+
+
+::::::::::::::::::::::::::::::::::::::::
+:END
+::::::::::::::::::::::::::::::::::::::::
+ECHO.
+PAUSE
+GOTO START
+
+
+::::::::::::::::::::::::::::::::::::::::
+:EXIT
+::::::::::::::::::::::::::::::::::::::::
+ENDLOCAL
diff --git a/scripts/proxifier/proxifier.conf b/scripts/proxifier/proxifier.conf
new file mode 100644
index 00000000..a1b316fc
--- /dev/null
+++ b/scripts/proxifier/proxifier.conf
@@ -0,0 +1,15 @@
+{
+ "logPath": "C:/Users//Documents/Proxifier/Log.txt",
+ "exclude": {
+ "ips": [
+ "127.0.0.1",
+ "10.0.0.1",
+ "192.168.0.0-192.168.0.255"
+ ],
+ "hosts": [
+ "MyComputer",
+ "localhost",
+ "*.local"
+ ]
+ }
+}
diff --git a/scripts/proxifier/proxifier.php b/scripts/proxifier/proxifier.php
new file mode 100644
index 00000000..7b45cc7c
--- /dev/null
+++ b/scripts/proxifier/proxifier.php
@@ -0,0 +1,168 @@
+getMessage() . PHP_EOL;
+ exit(1);
+}
+
+///////////////////////////////////////////////
+///////////////////////////////////////////////
+
+function processExtractLog() {
+ global $logsPath, $config;
+
+ $nbLines = 0;
+ $excluded = array();
+ $results = array();
+ $handle = fopen($config['logPath'], "r");
+ if ($handle) {
+ while (($line = fgets($handle)) !== false) {
+ $nbLines++;
+ $line = cleanLine($line);
+ if (!isValidLine($line)) {
+ $excluded[] = $line;
+ continue;
+ }
+
+ $lineAr = explode(" ", $line);
+ if (count($lineAr) < 3) {
+ $excluded[] = $line;
+ continue;
+ }
+
+ $host = getHost($lineAr);
+ if (empty($host)) {
+ $excluded[] = $line;
+ continue;
+ }
+
+ $results[] = array(
+ 'date' => str_replace('[', '', $lineAr[0]) . ' ' . str_replace(']', '', $lineAr[1]),
+ 'exe' => $lineAr[2],
+ 'pid' => intval($lineAr[3]),
+ 'account' => count($lineAr) == 6 ? $lineAr[4] : null,
+ 'host' => $host,
+ );
+ }
+ fclose($handle);
+ }
+
+ echo 'Lines: ' . $nbLines . PHP_EOL;
+ echo 'To process: ' . count($results) . ' (' . count($excluded) . ' excluded)' . PHP_EOL . PHP_EOL;
+
+ $csvAll = 'From: ' . $results[0]['date'] . PHP_EOL;
+ $csvAll .= 'To: ' . $results[count($results) - 1]['date'] . PHP_EOL;
+ $csvAll .= PHP_EOL . 'DATE,EXE,PID,ACCOUNT,HOST';
+ $csvUnique = $csvAll;
+ $dups = array();
+ foreach ($results as $result) {
+ // Hosts stats
+ if (!isset($hosts[$result['host']])) {
+ $hosts[$result['host']] = 0;
+ }
+ $hosts[$result['host']]++;
+
+ // CSV all
+ $csvAll .= PHP_EOL . $result['date'] .
+ ',' . $result['exe'] .
+ ',' . $result['pid'] .
+ ',' . $result['account'] .
+ ',' . $result['host'];
+
+ // Check duplicates
+ $depRes = $result;
+ unset($depRes['date']);
+ unset($depRes['pid']);
+ $dup = md5(serialize($depRes));
+ if (in_array($dup, $dups)) {
+ continue;
+ } else {
+ $dups[] = $dup;
+ }
+
+ // CSV unique
+ $csvUnique .= PHP_EOL . $result['date'] .
+ ',' . $result['exe'] .
+ ',' . $result['pid'] .
+ ',' . $result['account'] .
+ ',' . $result['host'];
+ }
+
+ arsort($hosts);
+ $csvHostsCount = 'From: ' . $results[0]['date'] . PHP_EOL;
+ $csvHostsCount .= 'To: ' . $results[count($results) - 1]['date'] . PHP_EOL;
+ $csvHostsCount .= PHP_EOL . 'HOST,COUNT';
+ foreach ($hosts as $host => $count) {
+ $csvHostsCount .= PHP_EOL . $host . ',' . $count;
+ }
+
+ echo 'Write proxifier-hosts-count.csv...'. PHP_EOL;
+ file_put_contents($logsPath . '/proxifier-hosts-count.csv', $csvHostsCount);
+ echo 'Write proxifier-unique.csv...'. PHP_EOL;
+ file_put_contents($logsPath . '/proxifier-unique.csv', $csvUnique);
+ echo 'Write proxifier-all.csv...'. PHP_EOL;
+ file_put_contents($logsPath . '/proxifier-all.csv', $csvAll);
+}
+
+function cleanLine($line) {
+ $line = trim(preg_replace('/matching(.*?)rule/i', '', $line));
+ $line = trim(preg_replace('/:\sdirect\sconnection/i', '', $line));
+ $line = trim(preg_replace('/:\sconnection\sblocked/i', '', $line));
+ $line = trim(preg_replace('/:\sDNS/i', '', $line));
+ $line = trim(preg_replace('/\(According\sto\sRules\)/i', '', $line));
+ $line = trim(preg_replace('/resolve\s/i', '', $line));
+ $line = trim(preg_replace('/\*64\s/i', '', $line));
+ $line = trim(preg_replace('/\s-\s/i', ' ', $line));
+ $line = trim(preg_replace('/\((\d+),\s(.*?)\)/i', '$1 $2', $line));
+ $line = trim(preg_replace('/\((\d+)\)/i', '$1', $line));
+ return $line;
+}
+
+function isValidLine($line) {
+ return !contains($line, 'Welcome to Proxifier')
+ && !contains($line, 'Profile saved as')
+ && !contains($line, 'Log file enabled')
+ && !contains($line, 'Traffic log enabled')
+ && !contains($line, 'Verbose output enabled')
+ && !contains($line, 'Log Directory is set to')
+ && !contains($line, 'Automatic DNS mode detection')
+ && !contains($line, '(IPv6)')
+ && !endWith($line, 'loaded.');
+}
+
+function getHost($lineAr) {
+ global $config;
+
+ $elt = rtrim($lineAr[count($lineAr) - 1], '.');
+ if (contains($elt, ':')) {
+ list($elt, $port) = explode(':', $elt);
+ }
+ if (contains($elt, '\\')) {
+ return null;
+ }
+ foreach ($config['exclude']['ips'] as $ipExpr) {
+ if (isIpExpr($elt, $ipExpr)) {
+ return false;
+ }
+ }
+ foreach ($config['exclude']['hosts'] as $hostExpr) {
+ if (isHostExpr($elt, $hostExpr)) {
+ return false;
+ }
+ }
+
+ return $elt;
+}
diff --git a/scripts/sysmon/.gitignore b/scripts/sysmon/.gitignore
new file mode 100644
index 00000000..7db405dc
--- /dev/null
+++ b/scripts/sysmon/.gitignore
@@ -0,0 +1 @@
+*.tmp
diff --git a/scripts/sysmon/README.md b/scripts/sysmon/README.md
new file mode 100644
index 00000000..8560e9a0
--- /dev/null
+++ b/scripts/sysmon/README.md
@@ -0,0 +1 @@
+Instructions in [Capture with Sysmon Wiki page](../../../../wiki/captureSysmon).
diff --git a/scripts/sysmon/sysmon.bat b/scripts/sysmon/sysmon.bat
new file mode 100644
index 00000000..81f36f35
--- /dev/null
+++ b/scripts/sysmon/sysmon.bat
@@ -0,0 +1,110 @@
+@ECHO OFF
+SETLOCAL EnableDelayedExpansion
+TITLE WindowsSpyBlocker - Sysmon
+
+SET binPath=%~dp0..\.bin
+
+CLS
+IF "%1"=="" GOTO CHECK_UAC
+IF "%1"=="start" GOTO START
+
+
+::::::::::::::::::::::::::::::::::::::::
+:CHECK_UAC
+::::::::::::::::::::::::::::::::::::::::
+>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
+If '%ERRORLEVEL%' NEQ '0' (
+ ECHO Requesting administrative privileges...
+ GOTO UAC_PROMPT
+) Else (
+ GOTO ADMIN
+)
+
+
+::::::::::::::::::::::::::::::::::::::::
+:UAC_PROMPT
+::::::::::::::::::::::::::::::::::::::::
+ECHO Set UAC = CreateObject^("Shell.Application"^) > "%TEMP%\getadmin.vbs"
+ECHO UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%TEMP%\getadmin.vbs"
+"%TEMP%\getadmin.vbs"
+EXIT /B
+
+
+::::::::::::::::::::::::::::::::::::::::
+:ADMIN
+::::::::::::::::::::::::::::::::::::::::
+IF EXIST "%TEMP%\getadmin.vbs" ( DEL "%TEMP%\getadmin.vbs" )
+PUSHD "%CD%"
+CD /D "%~dp0"
+CD %CD%
+%COMSPEC% /c "sysmon.bat" start
+EXIT
+
+
+::::::::::::::::::::::::::::::::::::::::
+:START
+::::::::::::::::::::::::::::::::::::::::
+CLS
+ECHO.
+ECHO # WindowsSpyBlocker - Sysmon
+ECHO # https://github.com/crazy-max/WindowsSpyBlocker
+ECHO.
+
+ECHO 1 - Install
+ECHO 2 - Uninstall
+ECHO 3 - Extract event log
+ECHO 9 - Exit
+ECHO.
+SET /P task="Choose a task: "
+ECHO.
+
+
+::::::::::::::::::::::::::::::::::::::::
+:ACTION
+::::::::::::::::::::::::::::::::::::::::
+IF %task% == 1 GOTO INSTALL
+IF %task% == 2 GOTO UNINSTALL
+IF %task% == 3 GOTO EXTRACT
+IF %task% == 9 GOTO EXIT
+GOTO START
+
+
+::::::::::::::::::::::::::::::::::::::::
+:INSTALL
+::::::::::::::::::::::::::::::::::::::::
+ECHO.
+ECHO ### Install Sysmon...
+"%binPath%\php.exe" -c "%binPath%\php.ini" "%~dp0sysmon.php" "install"
+GOTO END
+
+
+::::::::::::::::::::::::::::::::::::::::
+:UNINSTALL
+::::::::::::::::::::::::::::::::::::::::
+ECHO.
+ECHO ### Uninstall Sysmon...
+"%binPath%\php.exe" -c "%binPath%\php.ini" "%~dp0sysmon.php" "uninstall"
+GOTO END
+
+
+::::::::::::::::::::::::::::::::::::::::
+:EXTRACT
+::::::::::::::::::::::::::::::::::::::::
+ECHO.
+ECHO ### Extract event log...
+"%binPath%\php.exe" -c "%binPath%\php.ini" "%~dp0sysmon.php" "extractEventLog"
+GOTO END
+
+
+::::::::::::::::::::::::::::::::::::::::
+:END
+::::::::::::::::::::::::::::::::::::::::
+ECHO.
+PAUSE
+GOTO START
+
+
+::::::::::::::::::::::::::::::::::::::::
+:EXIT
+::::::::::::::::::::::::::::::::::::::::
+ENDLOCAL
diff --git a/scripts/sysmon/sysmon.conf b/scripts/sysmon/sysmon.conf
new file mode 100644
index 00000000..0537b5bf
--- /dev/null
+++ b/scripts/sysmon/sysmon.conf
@@ -0,0 +1,16 @@
+{
+ "evtxPath": "C:/Windows/sysnative/winevt/Logs/Microsoft-Windows-Sysmon%4Operational.evtx",
+ "exclude": {
+ "ips": [
+ "127.0.0.1",
+ "10.0.0.1",
+ "192.168.0.0-192.168.0.255",
+ "8.8.8.8",
+ "8.8.4.4"
+ ],
+ "hosts": [
+ "yourISP.com",
+ "*.yourISP.com"
+ ]
+ }
+}
diff --git a/scripts/sysmon/sysmon.php b/scripts/sysmon/sysmon.php
new file mode 100644
index 00000000..bd757cc3
--- /dev/null
+++ b/scripts/sysmon/sysmon.php
@@ -0,0 +1,215 @@
+getMessage() . PHP_EOL;
+ exit(1);
+}
+
+function processInstall() {
+ global $binPath;
+
+ exec($binPath . '/Sysmon.exe -i -accepteula -h md5 -n -l', $cmdOutput, $cmdReturn);
+ $cmdOutputStr = implode(PHP_EOL, $cmdOutput);
+ if ($cmdReturn != 0) {
+ throw new Exception($cmdOutputStr);
+ }
+
+ echo $cmdOutputStr;
+}
+
+function processUninstall() {
+ global $binPath, $config;
+
+ exec($binPath . '/Sysmon.exe -u', $cmdOutput, $cmdReturn);
+ $cmdOutputStr = implode(PHP_EOL, $cmdOutput);
+ if ($cmdReturn != 0) {
+ throw new Exception($cmdOutputStr);
+ }
+ echo $cmdOutputStr;
+
+ $evtx = 'C:/Windows/sysnative/winevt/Logs/Microsoft-Windows-Sysmon%4Operational.evtx';
+ if (file_exists($evtx)) {
+ echo PHP_EOL . 'Remove ' . $evtx . PHP_EOL;
+ unlink($evtx);
+ }
+}
+
+function processExtractEventLog() {
+ global $binPath, $logsPath, $config, $ipWhoisUrl;
+
+ $tmpEvtx = $logsPath . '/sysmon.evtx.tmp';
+ $tmpLogParser = $logsPath . '/sysmon-parsed.tmp';
+
+ echo 'Clean tmp files' . PHP_EOL;
+ @unlink($tmpEvtx);
+ @unlink($tmpLogParser);
+
+ echo 'Copy ' . $config['evtxPath'] . PHP_EOL;
+ if (!copy($config['evtxPath'], $tmpEvtx)) {
+ throw new Exception('Cannot copy ' . $config['evtxPath'] . ' to ' . $tmpEvtx);
+ }
+
+ echo 'Extracts events with LogParser' . PHP_EOL;
+ $logParserCmd = '-i:evt -o:csv';
+ $logParserCmd .= ' "SELECT RecordNumber,TO_UTCTIME(TimeGenerated),EventID,SourceName,ComputerName,SID,Strings';
+ $logParserCmd .= ' FROM \'' . formatWindowsPath($tmpEvtx) . '\'';
+ $logParserCmd .= ' WHERE EventID = \'3\'"';
+ exec($binPath . '/LogParser.exe ' . $logParserCmd, $cmdOutput, $cmdReturn);
+ $cmdOutputStr = implode(PHP_EOL, $cmdOutput);
+ if ($cmdReturn != 0) {
+ throw new Exception($cmdOutputStr);
+ }
+ file_put_contents($tmpLogParser, $cmdOutputStr);
+
+ echo 'Generate CSV files' . PHP_EOL;
+ $nbLines = 0;
+ $ipWhois = array();
+ $excluded = array();
+ $results = array();
+ if (($handle = fopen($tmpLogParser, 'r')) !== false) {
+ while (($data = fgetcsv($handle)) !== false) {
+ if (count($data) != 7 || $data[2] != '3') {
+ continue;
+ }
+ $nbLines++;
+
+ $strings = explode('|', $data[6]);
+ if (!isValidLog($strings[12], $strings[13])) {
+ $excluded[] = $strings;
+ continue;
+ }
+
+ $destIp = !empty($strings[14]) ? $strings[14] : $strings[13];
+ if (filter_var($destIp, FILTER_VALIDATE_IP)) {
+ if (!isset($ipWhois[$destIp])) {
+ $ipWhois[$destIp] = parseIpWhois(getUrlContent($ipWhoisUrl . $destIp));
+ }
+ if ($ipWhois[$destIp] != null) {
+ $destIp = $ipWhois[$destIp];
+ }
+ }
+
+ if (!isValidLog($strings[12], $destIp)) {
+ $excluded[] = $strings;
+ continue;
+ }
+
+ $results[] = array(
+ 'date' => $strings[0],
+ 'process' => $strings[3],
+ 'user' => $strings[4],
+ 'protocol' => $strings[5],
+ 'srcIp' => !empty($strings[9]) ? $strings[9] : $strings[8],
+ 'srcPort' => intval($strings[10]),
+ 'srcPortName' => trim($strings[11]),
+ 'destIp' => $destIp,
+ 'destPort' => intval($strings[15]),
+ 'destPortName' => trim($strings[16]),
+ );
+ }
+ fclose($handle);
+ }
+
+ echo ' Lines: ' . $nbLines . PHP_EOL;
+ echo ' To process: ' . count($results) . ' (' . count($excluded) . ' excluded)' . PHP_EOL;
+
+ $csvAll = 'From: ' . $results[0]['date'] . PHP_EOL;
+ $csvAll .= 'To: ' . $results[count($results) - 1]['date'] . PHP_EOL;
+ $csvAll .= PHP_EOL . 'DATE,PROCESS,USER,PROTOCOL,SRC_IP,SRC_PORT,SRC_PORT_NAME,DEST_IP,DEST_PORT,DEST_PORT_NAME';
+ $csvUnique = $csvAll;
+ $dups = array();
+ foreach ($results as $result) {
+ // Hosts stats
+ if (!isset($hosts[$result['destIp']])) {
+ $hosts[$result['destIp']] = 0;
+ }
+ $hosts[$result['destIp']]++;
+
+ // CSV all
+ $csvAll .= PHP_EOL . $result['date'] .
+ ',' . $result['process'] .
+ ',' . $result['user'] .
+ ',' . $result['protocol'] .
+ ',' . $result['srcIp'] .
+ ',' . $result['srcPort'] .
+ ',' . $result['srcPortName'] .
+ ',' . $result['destIp'] .
+ ',' . $result['destPort'] .
+ ',' . $result['destPortName'];
+
+ // Check duplicates
+ $depRes = $result;
+ unset($depRes['date']);
+ unset($depRes['user']);
+ unset($depRes['srcIp']);
+ unset($depRes['srcPort']);
+ unset($depRes['srcPortName']);
+ unset($depRes['destPort']);
+ $dup = md5(serialize($depRes));
+ if (in_array($dup, $dups)) {
+ continue;
+ } else {
+ $dups[] = $dup;
+ }
+
+ // CSV unique
+ $csvUnique .= PHP_EOL . $result['date'] .
+ ',' . $result['process'] .
+ ',' . $result['user'] .
+ ',' . $result['protocol'] .
+ ',' . $result['srcIp'] .
+ ',' . $result['srcPort'] .
+ ',' . $result['srcPortName'] .
+ ',' . $result['destIp'] .
+ ',' . $result['destPort'] .
+ ',' . $result['destPortName'];
+ }
+
+ arsort($hosts);
+ $csvHostsCount = 'From: ' . $results[0]['date'] . PHP_EOL;
+ $csvHostsCount .= 'To: ' . $results[count($results) - 1]['date'] . PHP_EOL;
+ $csvHostsCount .= PHP_EOL . 'HOST,COUNT';
+ foreach ($hosts as $host => $count) {
+ $csvHostsCount .= PHP_EOL . $host . ',' . $count;
+ }
+
+ echo ' Write sysmon-hosts-count.csv...'. PHP_EOL;
+ file_put_contents($logsPath . '/sysmon-hosts-count.csv', $csvHostsCount);
+ echo ' Write sysmon-unique.csv...'. PHP_EOL;
+ file_put_contents($logsPath . '/sysmon-unique.csv', $csvUnique);
+ echo ' Write sysmon-all.csv...'. PHP_EOL;
+ file_put_contents($logsPath . '/sysmon-all.csv', $csvAll);
+}
+
+function isValidLog($ipv6, $destIp) {
+ global $config;
+
+ if ($ipv6 == 'true') {
+ return false;
+ }
+ foreach ($config['exclude']['ips'] as $ipExpr) {
+ if (isIpExpr($destIp, $ipExpr)) {
+ return false;
+ }
+ }
+ foreach ($config['exclude']['hosts'] as $hostExpr) {
+ if (isHostExpr($destIp, $hostExpr)) {
+ return false;
+ }
+ }
+ return true;
+}