Networked visited by University of Michigan


Recommended Posts

So, I recently setup an FTP Server on my home network. I'm doing some messing around with programming and working on a updater for a friends game server.

 

Well, this happened. Someone care to explain why the heck the University of Michigan is accessing my network?

 

Tracing route to researchscan336.eecs.umich.edu [141.212.122.81]
over a maximum of 30 hops:

  1    <1 ms    <1 ms    <1 ms  192.168.1.1
  2     1 ms    <1 ms    <1 ms  66.172.101.1.nwinternet.com [66.172.101.1]
  3     1 ms     1 ms     1 ms  206.130.130.236.nwinternet.com [206.130.130.236]
  4     1 ms     1 ms     1 ms  206.130.137.57.nwinternet.com [206.130.137.57]
  5     6 ms    18 ms     5 ms  78.152.42.114
  6    24 ms    25 ms    24 ms  ae02.edge01.sjo01.us.as5580.net [78.152.34.9]
  7    25 ms    25 ms    25 ms  paix0.tr-cps.internet2.edu [198.32.176.128]
  8    33 ms    33 ms    33 ms  xe-0-0-0.80.rtr.losa.net.internet2.edu [64.57.20.124]
  9    45 ms    45 ms    45 ms  ae-2.80.rtr.salt.net.internet2.edu [64.57.20.145]
 10    69 ms    69 ms    69 ms  ae-2.80.rtr.kans.net.internet2.edu [64.57.20.147]
 11    72 ms    69 ms    69 ms  ae-0.80.rtr.chic.net.internet2.edu [64.57.20.149]
 12    69 ms    70 ms    69 ms  ae-4.80.rtr.eqch.net.internet2.edu [64.57.20.151]
 13    91 ms    91 ms    91 ms  ae0x69.anar-um-arbl.mich.net [198.108.22.102]
 14    90 ms    93 ms    90 ms  l3-binarbl-merit-1.r-bin-arbl.umnet.umich.edu [192.12.80.66]

It died at the 15th hop mark, the rest were time outs.

 

I've editted out my IP Address / Login Credentials. But here's a log of it.

 

unauthorized_access_editted.thumb.png.d9

 

I'm way lost on this. Frankly, it bothers me a fair bit that it happened, I'm just not too sure how concerned I should be.

they are spamming the interwebs looking for ftp servers to bruteforce or try to login to.   You will get them from everywhere.

 

put that on an ip block list or secure your crap up some more. 

 

When I was hosting my own personal ftp, I would have them put on a block and ban list after 3 bad attempts. 

  • Like 2

Did you browse to that URL? It has the answers to your question:

 

http://researchscan336.eecs.umich.edu/

 

To be honest; the FQDN of the IP should of been a clue.

 

1 minute ago, sc302 said:

they are spamming the interwebs looking for ftp servers to bruteforce or try to login to.   You will get them from everywhere.

 

put that on an ip block list or secure your crap up some more. 

 

When I was hosting my own personal ftp, I would have them put on a block and ban list. 

Great. I'll end up doing that then. I was thinking I could just block all of their IPs, but I don't even know where to begin to get that info.

 

Well, I've enabled FTPS, now I'm looking into SFTP. I've got unencrypted ftp blocked. All passwords are 8+ Alphanumeric Special Character / Punctuation.

 

Whats their end goal? Just to find out what I've got on there?

The end goal of all of them, get into your stuff and exploit it by either downloading the contents or using it to host their own crap.   And sometimes it is just to say they did it. 

 

The end goal is really irrelevant.  You can group that all into normal internet chatter.

1 minute ago, c.grz said:

Did you browse to that URL? It has the answers to your question:

 

http://researchscan336.eecs.umich.edu/

 

No i didn't. I generally don't go to things I think might be bad.

 

Just now, sc302 said:

The end goal of all of them, get into your stuff and exploit it by either downloading the contents or using it to host their own crap. 

Figured as much. Well, I've changed ports. I'll have Windows Firewall deny that IP/block, I'll have my Router Firewall deny it. At that point I think I should be good.

Quote

Why am I receiving connection attempts from this machine?

These connections are part of an Internet-wide research study being conducted by computer scientists at the University of Michigan. The research involves making benign connection attempts to every public IP address. By measuring the entire public address space, we are able to analyze global patterns and trends in protocol deployment and security.

As part of this study, every public IP address receives a handful of packets per day on a selection of common ports. These consist of regular TCP connection attempts followed by RFC-compliant protocol handshakes with responsive hosts. We never attempt to exploit security problems, guess passwords, or change device configuration. We only receive data that is publicly visible to anyone who connects to a particular address and port.

Why are you collecting this data?

The data collected through these connections helps computer scientists study the deployment and configuration of network protocols and security technologies. For example, we use it to help web browser makers and other software developers understand the impact of proposed protocol changes and security improvements. In some cases, we are able to detect vulnerable systems and report the problems to the system operators. This data also powers real-time reports on the security of the web, such as the Heartbleed Bug Health Report.

This data has been the foundation of more than a dozen peer-reviewed research publications, including:

Can I request that my server be excluded?

To have your host or network excluded from future scans conducted by the University of Michigan, please contact [email protected] with your IP address or CIDR block. Alternatively, you can configure your firewall to drop traffic from the subnets we use for scanning: 141.212.121.0/24 and 141.212.122.0/24.

This is what I found by visiting the link from earlier in the thread.

  • Like 2

don't need to change the ports, just need to secure it better.  Perhaps something like only allowing a specific ip block instead of the entire internet instead of opening that port up, creating a vpn for them to use to be able to access your ftp.  There are a number of ways to do it where you don't obscure the ports...after all security through obscurity isn't really security.

2 minutes ago, Circaflex said:

This is what I found by visiting the link from earlier in the thread.

Yeah, I went to it after someone posted what it said. I make a habit of not clicking on things I don't know the source too. I ended up Googling it after I posted, which was about the same time they responded. Haha.

1 minute ago, sc302 said:

don't need to change the ports, just need to secure it better.  Perhaps something like only allowing a specific ip block instead of the entire internet instead of opening that port up, creating a vpn for them to use to be able to access your ftp.  There are a number of ways to do it where you don't obscure the ports...after all security through obscurity isn't really security.

Well, I've denied anyone without an account. No anonymous ftp, I've denied anything that isn't encrypted. I'll be setting up SFTP, if I can figure out how to do that. Last time I tried to setup SSH, I failed miserably, formatted and said screw it.

While the answer is pretty much explained above, let me go into this deeper...

 

This is simply the nature of IPv4 internet.  It was developed without security in mind, back in a day when it was never imagined on a global scale nor the vast amount of speed and computing power available today.  There are only 3,706,452,992 public addresses available in for the entire world (also in that same sense, universe).  

 

It does not take much to scan the entire internet, going from one IP address to the next.  This happens on a daily basis from countless sources.  This is how computer worms can spread through non firewalled and unpatched systems with no human interaction.  All it takes is one computer to scan and infect, multiply that exponentially as more and more machines get infected and proceed to scan / infect on their own, you can see where this is going...

 

Another scenario, a "script kiddie" scans random IP blocks from home (most likely from his parent's basement) looking for open ports to later investigate in an attempt to take control of or find something of interest.  

 

A few years ago (it may still be, I am not sure) the most common port that is port scanned is 21.  Why?  Many ftp servers are left wide open with anonymous login and full write privileges.  They then serve as a dumping ground for whatever illegal files they want stored somewhere, this could be anything from a cam version of Star Wars, to something far far worse, like child porn.

 

These types of traffic are basically background internet noise.  If you want, set your firewall to log all incoming unsolicited traffic and by the end of the week you will have a log file of several hundred megabytes (if not gigabytes) of drive by port scan traffic.

 

This problem is the main reason firewalls exist.    By running a server and allowing all traffic through, you are basically leaving your door wide open for anyone to come inside and take a look around.  There is and never will be a such thing as a 100% secure server, but there are many ways you can make it less appealing. 

 

  • Like 3

If your wanting to run some sort of backup for your buddy I would look down access to your ftp port to their IP, or their netblock.

 

You ask about how to get a netblock for a specific IP..  One simple way is to just do a whois on the IP that hit you, that should tell you what block that IP is in, be it a /24 or /16, etc..

 

So for example in the IP that hit you falls to this

 

NetRange:       141.212.122.0 - 141.212.122.255
CIDR:           141.212.122.0/24

NetName:        UMICH-21025

 

this moves to a bigger network

 

NetRange:       141.212.0.0 - 141.212.255.255
CIDR:           141.212.0.0/16
NetName:        UMICH-2

 

So could just block the whole /16, they might have more networks..  But you can for sure see from the whois that they do own the whole /16

 

As also mentioned your going to see lots of traffic to 21, 22 (ssh) and telnet (23) are other common ones.  So as you see lots noise.  Here just today for those 3 common ports I see 143 hits sofar today..  I snipped it, but you see from all over the place..  Just noise your firewall should just drop them.

noise.thumb.png.917143b62d18e340aabc6543

 

So when you open up a service like ftp that is so common, its best to filter who can hit it, since you have a known source - I would lock down the rule to your buddies IP.  Changing the ports not security, but could lower the log noise..  But lack of traffic in your logs might give you a false sense of security, as sc302 mentions obscurity is not security.  Depending on your firewall and ftp server software you can block IPs after so many failed attempts.

 

I don't allow anything into my network other than vpn, and serve up ntp to the pool.. But as you can see there are hits to my vpn port since I run it on 443 tcp so I know if there is internet where I am at I can get too it.  So you see firewall lets in all that traffic, but fails to work with vpn so they get nothing.  Openvpn doesn't even show any log in attempt so just someone look for a https server is all.  Noise ;)  The hit I highlighted that was allowed was me coming in from work.

 

vpn.thumb.png.2e83268930c966631620b5c478

 

If you run a service to the public there is going to be lots of noise, which is why you need to make sure what you allow the public to see is secured as best as possible.

 

 

 

 

 

  • Like 1
37 minutes ago, Jared- said:

Start wearing your tin foil hat. 

Already got it on.

 

@BudMan Thank you for that explanation and pictures. It helped quite a bit. I honestly, didn't think that my little ole FTP Box would be sniffed so fast. It kind of freaked me out a bit. Here's what I'll do...

 

1. Leave the ports the same.

2. I'll enable IP Blocking for their school under the /16.

3. I'll look into running SFTP even more, can't seem to find a decent tutorial on this one, but I'll keep searching.

 

As for the VPN setup you have, I'm not sure I would even know where to begin. I'm trying to keep this as low maintenance as possible, and less of a headache for myself and the people accessing it. I mean, it took me a few hours to figure out how to setup passive mode on FileZilla's server. Yes, I hate FileZilla. I haven't done FTP related things since I was in High School and looked for trouble. As for Firewalls, I'm running the router Firewall, which I don't think does diddly, and I've disabled the Windows Firewall right now because it was giving me major headaches. I'm going to re-enable it, and filter the ports through. I'm going to look into running pfSense as well, though I'm not 100% sure about it.

Not sure you need to block them, they are doing a service are they not.. Scanning stuff for research..

 

As to running sftp, what OS.. Linux its on any distro out of the box..  You would then lock that down to public key auth only vs password auth..

 

As to the vpn, its really clickity clickity if you run pfsense as your firewall.

 

If you want to use ssh and sftp on a windows machine - pretty simple since they started releasing openssh port for windows

Grab your 32 or 64 bit flavor here https://github.com/PowerShell/Win32-OpenSSH/releases

 

There somewhat of a guide for setting up sftp

https://winscp.net/eng/docs/guide_windows_openssh_server

 

or you could use this version http://www.mls-software.com/opensshd.html

 

If you have any issues - just let me know and can throw together a simple walk through, takes all of a couple of minutes to setup

sshtowindows.thumb.png.34154824a44f5d207

 

Here is a sftp transfer, etc..

 

sftp.thumb.png.be021f36e196788fb25c85443

 

I did have some problems with kitty (fork of putty) and using filezilla as sftp client didn't like something it would connect but directly listing was not full and transfers didn't work.  Most likely both getting confused with the server type being sent back, etc.  But the port comes with both a ssh and sftp cmd line client you could use on windows that works for sure..  And didn't have any problems with actual putty or winscp in the 5 minutes of testing I did..  I normally don't use windows for this sort of stuff.

cmdlineclients.thumb.png.5e4d496950fba8a

 

note: be careful with winscp installer might like to install opencandy, I just use the portable version when needed..

 

 

 

I've been getting some nasty lag and connectivity issues since I started this. Downloads are failing, disconnecting from services, can't even stream Netflix. Torrents refuse to connect. I have no idea what in the heck is going on. I'm rollin' a 100 up/down connection, and I can't even watch Netflix. I've contacted my ISP, and they've seen a massive amount of requests hit my line. I can host things because I'm on a business class fiber line, but they suggested I shut down any incoming/hosted products.

 

Even shutting down the server, didn't seem to do anything. =/

What is your connection speed?  I don't see how 100Kbps inbound would do anything.. Are you seeing 100KB or Kb ??  Even 100KB shouldn't be an issue unless you have a very small pipe.. Its possible your router doesn't like all the sessions, did you remove the forward or just shutdown the server?  You should remove the forward so your router just drops the traffic vs trying to do something with it.

 

Its quite possible your ftp server got compromised, what was the password you used?  Complex and long I would hope!!  Once it was compromised yeah they would most likely start serving stuff off of it that would create lots of traffic to it..

 

I just don't get why you would do this from your home connection?  Why don't you just use your dreamhost account to do ftp, or your seedbox??

 

Other than your own personal access to your stuff, serving up stuff out of your home connection never a good idea if you ask me.  Your just taking away your own bandwidth for the big one..  If you think it was slow now with 100KB(b) what do you think it would be when your buddy was moving files to and from it?  Now think of your buddy - he has to live with what kind of upload speed do you have?  I am guessing your power cycle this all the time for software updates?  Do you ever have power outages, internet outages?  Its just much better to serve up stuff to the public from a place and service designed to do so - don't you work in a DC.. I would think you would understand this better than most..

I have a 100Mbit up/down, 95/95 is my actual speeds.

 

I took the actual FTP Server offline, it's still running just no FTP Requests.

- I'll close the ports after my bosses leave for the day.

 

FTP Password is 10 Alphanumeric, special character. The user accounts on it are 8 minimum with Capitals/Lowercase, numbers, and punctuation.

 

The drives only have my data on them, About 1.5GB is used for the partitions, which was there before I even added the FTP. I added about 22GB of Video files to it.

 

The reason why I'm doing this from home, and not the seedbox, is because the seedbox doesn't have the space for it. I have 1.2TB of space on mine, however with all the video files I have, even SD I'm pushing 6TB. Well, the files I'm hosting will only have data pushed when I'm asleep, which is morning time for the British people.

 

I do understand fairly well, but you've gotta work with what you have. I've already spent a lot of personal money on it, so I'm not wanting to spend anything more specifically for this (i.e. memory upgrades). I don't power cycle it too often, unless i absolutely need too. As for outages, I haven't had one in quite some time, I think it's been over a year on internet, maybe 2, and it's been at least 2 years since power outage. Last time it was someone hitting a pole a block away.

 

I did use StableBit as well, by the way. Storage Spaces refused to accept my HDDs, so i said screw it. I didn't want to screw around with Storage Spaces and find out 3 days later it still wouldn't work. $55 for all 3 products, not sure if I'm going to enable duplication yet, I need to get the last 3 drives and I'll be solid with 27TB of space, and I can enable duplication.

so you got their cloud product too.. What do you think??  As to duplication - you going to turn it on for everything or just specific folders/files..

 

The scanner actually evacuated one of my drives for me recently, didn't loose a thing that I can tell.. Walked into my computer room and click click click.. Was like oh ###### what failed..  I didn't get any alerts or anything, until I popped the clicking disk.. Then my phone went off that one of my drives was missing ;)

 

I have to look closer into the alerts I have setup..  But was like ###### that sucks, but it was really old drive anyway..  Put it on a shelf, ordered a wd nas red 2tb to replace it - couple days later it showed up.  Popped it in added it to the pool.. The pool re-balanced.. Was like ok what did I loose..  I knew all my critical stuff (multiple backup even would of lost the whole pool) was there that was still there even after I pulled the disk since that was duplicated..  So I connected the old clicking drive to my pc if I could pull anything off of it..  It was toast, could read it.. Was showing up as 3.4GB or something..  But going through my library everything is there and fine..

 

I had seen it do this before,  But the drive didn't actually fail, and was like why was nothing on one of my disks in the pool.  But this time it seems it got the files off just before the failure.  Or maybe it had moved them off long time ago and I hadn't noticed?  But it doesn't seem to warn you if it does this??  Have to ask them about that.

evac.thumb.png.e299e2b3e8d5916acaf3f7028

 

Now that is what I call slick ;)  This software and support just rock!! And price is just fantastic to boot..  It just blows away spaces from every angle I can think of that is for sure..

 

If you have any questions on its use - just ask, happy to help been using it for few years now.. (Order date: May 23, 2012 6:52 AM CDT)  make sure you setup the alerting and the scanner!!  Keep meaning to play with the cloud piece, and thinking about adding a SSD to the pool as write cache to play with.  But I know that will just get me wanting to move to 10gig because the gig network is the bottleneck then.

 

 

i love stablebit, it has paid for itself a few times already on my server. cool thing about duplication is you dont need to do it for all folders, if there is data there you dont necessarily care about you can exclude it from duplication. This can help save you some storage space.

In the future, just bare in mind that if you operate ANY server connected to the internet, people will try and scan it for vulnerabilities, it's inevitable.

Secure your server properly, always keep your software up to date, use strong passwords, and ensure that full write access is not available to anyone without passworded access. It's nothing to worry about as long as you take steps to keep yourself secure.

1 hour ago, BudMan said:

so you got their cloud product too.. What do you think??  As to duplication - you going to turn it on for everything or just specific folders/files..

 

The scanner actually evacuated one of my drives for me recently, didn't loose a thing that I can tell.. Walked into my computer room and click click click.. Was like oh ###### what failed..  I didn't get any alerts or anything, until I popped the clicking disk.. Then my phone went off that one of my drives was missing ;)

 

I have to look closer into the alerts I have setup..  But was like ###### that sucks, but it was really old drive anyway..  Put it on a shelf, ordered a wd nas red 2tb to replace it - couple days later it showed up.  Popped it in added it to the pool.. The pool re-balanced.. Was like ok what did I loose..  I knew all my critical stuff (multiple backup even would of lost the whole pool) was there that was still there even after I pulled the disk since that was duplicated..  So I connected the old clicking drive to my pc if I could pull anything off of it..  It was toast, could read it.. Was showing up as 3.4GB or something..  But going through my library everything is there and fine..

 

I had seen it do this before,  But the drive didn't actually fail, and was like why was nothing on one of my disks in the pool.  But this time it seems it got the files off just before the failure.  Or maybe it had moved them off long time ago and I hadn't noticed?  But it doesn't seem to warn you if it does this??  Have to ask them about that.

evac.thumb.png.e299e2b3e8d5916acaf3f7028

 

Now that is what I call slick ;)  This software and support just rock!! And price is just fantastic to boot..  It just blows away spaces from every angle I can think of that is for sure..

 

If you have any questions on its use - just ask, happy to help been using it for few years now.. (Order date: May 23, 2012 6:52 AM CDT)  make sure you setup the alerting and the scanner!!  Keep meaning to play with the cloud piece, and thinking about adding a SSD to the pool as write cache to play with.  But I know that will just get me wanting to move to 10gig because the gig network is the bottleneck then.

 

 

I don't like the Cloud Product. You're quite limited on what you can do. I have the Amazon Cloud Service, which I can't use with it. AWS is something I'd have to purchase separately. So, instead, I'm going to write a nifty script to move any new files I add to the Pool, to the ACS. That'll fix the duplication process.

 

I had wondered about RAID, and what redundancy it offered. What version do you have 2.x.x or 1.x.x? You have options in yours that I haven't seen, must be looking in the wrong section.

20 minutes ago, Circaflex said:

i love stablebit, it has paid for itself a few times already on my server. cool thing about duplication is you dont need to do it for all folders, if there is data there you dont necessarily care about you can exclude it from duplication. This can help save you some storage space.

Storage Space was what I was hoping for, it's like a cheap, ghetto redneck version of Stablebit. Being able to use however many drives as "spares" was nice. I'm glad I spent the money on Stablebit, I just wish I got a few serial keys, instead of just 1. $55 / key is insane =/

14 minutes ago, Javik said:

In the future, just bare in mind that if you operate ANY server connected to the internet, people will try and scan it for vulnerabilities, it's inevitable.

Secure your server properly, always keep your software up to date, use strong passwords, and ensure that full write access is not available to anyone without passworded access. It's nothing to worry about as long as you take steps to keep yourself secure.

Yeah, I knew i'd eventually be port scanned, however I wasn't expecting to be hit from tons of addresses. Since I posted this, I've had nearly 100 hits from different IPs, the Michigan one has hit me, even though I blocked the parent /16 address, including the two it lists on its site. BudMan and I are discussing firewall options, as well as a switch upgrade.

 

Also, you guys asked why I needed a ridiculous amount of space, well here's another reason, my garage was broken into again. Third time within 9 months. Air Compressor, 4 Ton Jack, 4x 6 Ton Axle Stands, bunch of tools, they even took my snow blower, lawn mower, rototiller, and a bunch of other stuff. They backed a truck down our drive way, loaded it up, and took off. Around $5,000 or so gone.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Sol, Terra, Luna - aren't those the names of failed crypto coins? 🤣🤣🤣
    • Microsoft Weekly: 5 years of Windows 11, more support for Windows 10, and expensive Xbox by Taras Buria This week's news recap is here, with Microsoft giving Windows 10 one more year of support, Windows 11 getting new taskbar settings in preview updates, Steam Machine prices, higher XBOX prices, and many more. Quick links: Windows 10 and 11 Windows Insider Program Updates are available Reviews are in Gaming news Great deals to check Windows 11 and Windows 10 Here, we talk about everything happening around Microsoft's latest operating system in the Stable channel and preview builds: new features, removed features, controversies, bugs, interesting findings, and more. And, of course, you may find a word or two about older versions. On June 24, 2026, Windows 11 turned five. The controversial operating system was released half a decade ago, and during these years, it received a fair share of criticism (such as poor Windows Search and its web results), which Microsoft is now actively addressing with regular preview updates that deliver missing, long-requested features. With Windows 12 nowhere to be seen on the horizon, it will be interesting to see if Windows 11 can stay on the market for as long as Windows 10 did. Speaking of Windows 10 and staying on the market, this week, Microsoft quietly prolonged the Extended Security Updates program for Windows 10, allowing users to get one more year of security updates if they do not want or cannot upgrade to Windows 11. Finally, Microsoft released this month's non-security update for Windows 11. KB5095093 arrived with a traditionally long list of new features, including point-in-time restore, new Windows Update settings, quieter Windows Widgets, new accessibility features, File Explorer updates and performance improvements, and more. Windows Insider Program Here is what Microsoft released for Windows Insiders this week: Builds Canary Channel Build 29617.1000 and build 28120.2374 These builds bring new accessibility features, new Windows Update controls, audio improvements, and more. Dev Channel Build 26300.8758 This build includes redesigned taskbar settings, File Explorer improvements, and more. Beta Channel Build 26220.8754 and build 28020.2366 This small update fixes the OneDrive bug in File Explorer, tweaks system sounds in dark mode, and more. Updates are available This section covers software, firmware, and other notable updates (released and coming soon) delivering new features, security fixes, improvements, patches, and more from Microsoft and third parties. If you use AI-powered browsing history search in Microsoft Edge, the company has bad news. A new update on the Microsoft 365 Roadmap revealed that Microsoft is discontinuing the feature. Despite using on-device models for natural search, some users found it creepy, claiming that Microsoft lacks trust in features like this. While the ability to find pages without using 100% precise words may sound cool, customers argued that it was nothing but another feature to bloat the browser with more AI. Good riddance? PowerToys received several updates this week. For one, Microsoft released version 0.100.1 with several improvements and bug fixes for the recently arrived version 0.100. A couple of days later, Microsoft dropped another update, this time fixing memory leaks in Command Palette Dock. In addition, the company is working on a new module that will make it easier to switch between windows within one application using the Alt + ` shortcut. The new module should make it to the stable release somewhere soon. Here are other updates and releases you may find interesting: New Ventoy update adds Windows 11's mandatory update support and more Microsoft updates Visual Studio Code with chat cost tracking and multi-agent chats Microsoft is building an AI datacenter that "uses less water than a fast food restaurant" Microsoft adds new AI study and teaching tools for free to Microsoft 365 Education Researchers claim Microsoft's quantum breakthrough is flawed by basic Python errors Microsoft is bringing a much-needed Recap app to Teams Microsoft's fast coding model, MAI-Code-1-Flash, comes to Copilot Business and Enterprise Here are the latest drivers and firmware updates released this week: AMD Radeon Software 26.6.2 with FSR 4.1 support for RDNA 3 graphics card. However, the driver contained a bug, which prevented installations on Windows 10 PCs. AMD fixed that with a quick hotfix update. Reviews are in Here is the hardware and software we reviewed this week This week, Steven Parker published several reviews. He shared his experience with the Creative Sound Blaster AE-X PCIe, a high-quality sound card with a headphone amp, low-latency communications, great build quality, and DSD256. However, it is on the pricier side of the spectrum, and it lacks EMI shielding. Check out the full review here. The second review is about the TerraMaster F4-425 Pro, an octa-core Intel NAS with a stand-out feature: built-in AI (OpenClaw). We also published a few Hands On reviews, which you can view below: We check out the SKG PS700 Neck Massager SKG Hand Massager with Heat OS500 hands on Hands-on with BOOX Tappy: cute little reading accessory Hands on with the ProtoArc EM25 affordable ergonomic mouse On the gaming side Learn about upcoming game releases, Xbox rumors, new hardware, software updates, freebies, deals, discounts, and more. If you plan to purchase a new Xbox, it's time to act now. This week, Microsoft announced yet another Xbox price increase. Starting August 1, 2026, all Xbox Series X|S models with 512 GB of storage will cost $100 more. As for the 1TB models, they are going up in price by a whopping $150. Finally, Microsoft is discontinuing the 2TB Xbox Series X. To make up for that, Microsoft announced a few programs to make its consoles more accessible. Those include BNPL, interest-free financing, pre-owned consoles, certified refurbished consoles, and more. Valve also shared some not-so-welcome news. The company has finally announced prices of the upcoming Steam Machine console, and if you plan to buy one, get ready to spend a whopping $1,049 on the 512GB configuration. The Steam Machine is now available for preorder, with shipments scheduled for June 29, 2026. Grand Theft Auto VI also received its official price tag. Rockstar Games announced that the long-anticipated game will launch at $79.99 for the base edition and $99.99 for the ultimate edition. The latter includes an exclusive collection of premium vehicles, weapons, apparel, and action threaded across all aspects of Jason and Lucia’s story." Those who preorder the game will get extra bonuses, including a Vintage Vice City Pack of cosmetic items as well as a free month of GTA+. NVIDIA announced new games for its GeForce NOW streaming service. Those include Dark Scrolls, SAND: Raiders of Sophie, Deer & Boy, EMPULSE, and more. Steam is running its annual Summer Sale, during which you can purchase plenty of various games with big discounts. It runs until July 9, so in case you missed it, you can still get some games at a lower price. Also, you can get two games for free in the Epic Games Store, plus more deals are available in this week's Weekend PC Game Deals issue. This link will take you to other issues of the Microsoft Weekly series. You can also support Neowin by registering for a free member account or subscribing for extra member benefits, along with an ad-free tier option.
    • Text extractor hasn't been working great on 0.99.1 but I am now updating to this version, hopefully it's better!
    • Yet you did exactly what they wanted you to do - is it better now without "Europrats"? BTW, UK had joined EU (EEC back then) and was one of the leading member states, it never joined Schengen Zone though 😉
    • Weekend PC Game Deals: Steam Summer Sale 2026 Edition by Pulasthi Ariyasinghe Weekend PC Game Deals is where the hottest gaming deals from all over the internet are gathered into one place every week for your consumption. So kick back, relax, and hold on to your wallets. The Epic Games Store's freebie offer brought two more games to keep this week too. What you can grab this time are copies of RollerCoaster Tycoon 3 Complete Edition and Voidwrought. Roller Coaster Tycoon 3 is an enhanced version of the classic title that comes with enhancements like widescreen and 1080p resolution support. Its two expansion packs are included here too. Meanwhile, Voidwrought is a 2D action-platformer with tight platforming and high-speed combat against cosmic horrors. The double giveaway is slated to last until July 2. On the same day, I Have No Mouth, and I Must Scream and River City Girls 2 will take the same freebie spot. The Humble Store introduced a couple of new game bundles earlier this week. The Going Rogue collection begins with Rogue Legacy, UnderMine, and None Shall Intrude in the starting tier for $5. If you pay the $10 it's asking to complete the bundle, you also get copies of Brutal Orchestra, Moros Protocol, Nightmare Reaper, Home Behind 2, and Lynked: Banner of the Spark. If it's fighting games you're looking for, the new Arc System Works Evo bundle is carrying plenty. The three tiers of this bundle that go up to $20 carry games like Melty Blood Actress Again Current Code, GUILTY GEAR Xrd REV 2, KILL la KILL - IF, Blazblue Cross Tag Battle, Guilty Gear -STRIVE-, Blazblue CentralFiction, and more. Big Deals One of the biggest sale events of the year, the Steam Summer Sale, has just kicked off, and that means almost every PC game available is now featuring discounts. We have plenty of games for you to look over in our special hand-picked big deals list for the weekend below: Baldur's Gate 3 – $44.99 on Steam Anno 117: Pax Romana – $41.99 on Steam S.T.A.L.K.E.R. 2: Heart of Chornobyl – $41.99 on Steam Indiana Jones and the Great Circle – $41.99 on Steam NINJA GAIDEN 4 – $41.99 on Steam Dying Light: The Beast – $39.59 on Steam Ghost of Tsushima DIRECTOR'S CUT – $35.99 on Steam Battlefield 6 – $34.99 on Steam Cities: Skylines II – $34.99 on Steam The Elder Scrolls IV: Oblivion Remastered – $34.99 on Steam The Outer Worlds 2 – $34.99 on Steam Borderlands 4 – $34.99 on Steam Sid Meier's Civilization VII – $34.99 on Steam Mafia: The Old Country – $34.99 on Steam Split Fiction – $32.49 on Steam Assassin’s Creed Shadows – $31.49 on Steam HELLDIVERS 2 – $29.99 on Steam Diablo IV – $29.99 on Steam ARC Raiders – $29.99 on Steam Forza Horizon 5 – $29.99 on Steam Sekiro: Shadows Die Twice - GOTY Edition – $29.99 on Steam No Rest for the Wicked – $27.99 on Steam Metaphor: ReFantazio – $27.99 on Steam Ready or Not – $24.99 on Steam Kingdom Come: Deliverance II – $23.99 on Steam No Man's Sky – $23.99 on Steam Marvel’s Spider-Man Remastered – $23.99 on Steam DOOM: The Dark Ages – $23.09 on Steam Mewgenics – $22.49 on Steam Persona 3 Reload – $20.99 on Steam Hades II – $20.99 on Steam Two Point Museum – $20.09 on Steam Mount & Blade II: Bannerlord – $19.99 on Steam God of War – $19.99 on Steam Warhammer 40,000: Rogue Trader – $19.99 on Steam Returnal – $19.79 on Steam Warhammer 40,000: Space Marine 2 – $17.99 on Steam Cyberpunk 2077 – $17.99 on Steam Avatar: Frontiers of Pandora – $17.99 on Steam Star Wars Outlaws – $17.49 on Steam REPLACED – $15.99 on Steam Days Gone – $15.99 on Steam Age of Mythology: Retold – $14.99 on Steam Crusader Kings III – $14.99 on Steam Red Dead Redemption 2 – $14.99 on Steam Half-Life: Alyx – $14.99 on Steam Grand Theft Auto V Enhanced – $14.99 on Steam EA SPORTS FC 26 – $13.99 on Steam The Crew Motorfest – $13.99 on Steam Sea of Thieves: 2026 Edition – $13.99 on Steam Age of Empires IV: Anniversary Edition – $13.99 on Steam Dead Cells – $12.49 on Steam Schedule I – $11.99 on Steam BioShock: The Collection – $11.99 on Steam Fable Anniversary – $11.54 on Steam Hearts of Iron IV – $9.99 on Steam Kerbal Space Program – $9.99 on Steam Tom Clancy's Ghost Recon Wildlands – $9.99 on Steam The Riftbreaker – $8.99 on Steam Stardew Valley – $8.99 on Steam Total War: WARHAMMER III – $8.99 on Steam Sons Of The Forest – $8.99 on Steam Assassin's Creed Origins – $8.99 on Steam Risk of Rain 2 – $8.24 on Steam Tom Clancy’s The Division 2 – $7.49 on Steam Call of Duty: Modern Warfare® II – $6.99 on Steam CONTROL Ultimate Edition – $5.99 on Steam Dead Space – $5.99 on Steam The Quarry – $5.99 on Steam RV There Yet? – $5.59 on Steam Euro Truck Simulator 2 – $4.99 on Steam Terraria – $4.99 on Steam PEAK – $4.95 on Steam Detroit: Become Human – $3.99 on Steam Far Cry 3 – $3.99 on Steam A Plague Tale: Innocence – $3.99 on Steam The Witcher 3: Wild Hunt – $3.99 on Steam Assetto Corsa Competizione – $3.99 on Steam PAYDAY 2 – $2.99 on Steam Wreckfest – $2.99 on Steam Rain World – $2.49 on Steam Watch_Dogs 2 – $2.49 on Steam Planet Zoo – $2.24 on Steam Bendy and the Dark Revival – $1.99 on Steam CARRION – $1.99 on Steam The Binding of Isaac: Rebirth – $1.49 on Steam Plague Inc: Evolved – $1.49 on Steam Don't Starve Together – $1.49 on Steam Metro 2033 Redux – $0.99 on Steam Hotline Miami – $0.99 on Steam RollerCoaster Tycoon 3 Complete Edition – $0 on Epic Store Voidwrought – $0 on Epic Store DRM-free Specials The GOG store is in the middle of its own summer sale. Here are some highlights from the DRM-free store: Clair Obscur: Expedition 33 - $39.99 on GOG Hollow Knight: Silksong - $14.99 on GOG Resident Evil Bundle - $12.49 on GOG Tomb Raider I-III Remastered Starring Lara Croft - $11.99 on GOG Alpha Protocol - $9.99 on GOG Vampire: The Masquerade - Bloodlines™ - $9.99 on GOG Fallout: New Vegas Ultimate Edition - $9.99 on GOG Disco Elysium - The Final Cut - $9.99 on GOG Dino Crisis Bundle - $8.49 on GOG Cold Fear - $8.25 on GOG Star Trek: Armada II - $7.49 on GOG Star Trek: Starfleet Command III - $7.49 on GOG Warhammer: Dark Omen - $7.49 on GOG Hollow Knight - $7.49 on GOG Mortal Kombat Trilogy - $6.49 on GOG Soldier of Fortune: Platinum Edition - $6.49 on GOG Heroes of Might and Magic 3: Complete - $4.99 on GOG SWAT 4: Gold Edition - $4.99 on GOG RollerCoaster Tycoon 2: Triple Thrill Pack - $4.99 on GOG Stranglehold - $4.99 on GOG ANSTOSS 3: Der Fußballmanager - $4.79 on GOG Firewatch - $3.99 on GOG Emperor: Rise of the Middle Kingdom - $2.99 on GOG Myst Masterpiece Edition - $2.99 on GOG Settlers 3: Ultimate Collection - $2.49 on GOG World in Conflict: Complete Edition - $2.49 on GOG Keep in mind that availability and pricing for some deals could vary depending on the region. That's it for our pick of this weekend's PC game deals, and hopefully, some of you have enough self-restraint not to keep adding to your ever-growing backlogs. As always, there are an enormous number of other deals ready and waiting all over the interwebs, as well as on services you may already subscribe to if you comb through them, so keep your eyes open for those, and have a great weekend.
  • Recent Achievements

    • Week One Done
      flexorcist earned a badge
      Week One Done
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      502
    2. 2
      +Edouard
      226
    3. 3
      PsYcHoKiLLa
      156
    4. 4
      Steven P.
      75
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!