People use IIS?
Yeah! I run an unpatched IIS FTP server on Windows 10 from 2016. When FileZilla stopped connecting to it for reasons I can't even imagine, I enabled SSL using some slightly modified arcane commands I found on a forum post from 2011 to generate a self-signed certificate, convert it between two different formats, and finally use it to accept connections from only some of the still available FTP clients for Windows, whi…
New malware abuses Microsoft IIS feature to establish backdoor
21–30 of 62 posts
Re: New malware abuses Microsoft IIS feature to establish backdoor
#22People use IIS?
I think Stackexchange does.
Since then, they migrated to .Net "Core"[0] which can run on any OS/web-server. Per [0] they initially kept IIS, but once you're on .Net Core+ that certainly isn't a requirement and there may be good licensing or performance reasons to migrate (even with headless Windows Server/IIS).
I did find an article from last year that said they still had a monolithic architecture and were still on-prem (as opposed to cloud/Azure). So, maybe, still on IIS? They certainly did for YEARS.
[0] https://www.infoq.com/news/2020/04/Stack-Overflow-New-Archit...
Re: New malware abuses Microsoft IIS feature to establish backdoor
#23Earlier quoted context omitted.
What's wrong with using IIS?
Nothing at all. It is an extremely capable webserver. In common with all web servers, advice found via search varies in quality and unfortunately, being Windows based: IIS really suffers. The GUI is pretty intimidating (IIS Manager - both of them) and there are things that can only be done via registry, config files and dark magic. IIS gets a lot of undeserved stick in my opinion.
Re: New malware abuses Microsoft IIS feature to establish backdoor
#24FTA: "In order to use this technique, an attacker needs to gain access to the Windows system running the IIS server by some other means. In this particular case, it is unclear how this access was achieved." See also "It rather involved being on the other side of this airtight hatchway" series by Raymond Chen: https://devblogs.microsoft.com/oldnewthing/20181219-00/?p=10... https://devblogs.microsoft.com/oldnewthing/20…
The "airtight hatchway" series is about things being presented as ways to break in, when they actually require you to already be in.
Re: New malware abuses Microsoft IIS feature to establish backdoor
#25Re: New malware abuses Microsoft IIS feature to establish backdoor
#26People use IIS?
Yep. From what I've seen, usually it's a case of a company building something which uses it a long time ago, and not bothering to switch to an alternative because 'If it works don't fix it'. It may not be the newest and shiniest, but if it's working well then no need to move to something else.
Re: New malware abuses Microsoft IIS feature to establish backdoor
#27People use IIS?
Re: New malware abuses Microsoft IIS feature to establish backdoor
#28Earlier quoted context omitted.
What's wrong with using IIS?
Nothing, it’s just standard tech snobbery
Re: New malware abuses Microsoft IIS feature to establish backdoor
#29Re: New malware abuses Microsoft IIS feature to establish backdoor
#30People use IIS?
It's usually the right choice if the software runs on a Windows host. Why add a whole bunch of third party problems on top? A lot of enterprise software is built in .NET for Windows, and as the expectation of web-based UIs for said software has increased... honestly I'd be surprised if IIS usage wasn't increasing in overall uses (though not in market share, for certain).