I front all my honeypots with the IIS landing page precisely because it attracts black hat jagoffs. Nothing makes me happier than knowing I've wasted hours of their time chasing their own tails.
Humiliating IIS servers for fun and jail time
21–30 of 106 posts
Re: Humiliating IIS servers for fun and jail time
#22Does anyone use IIS anymore?
Re: Humiliating IIS servers for fun and jail time
#23Does anyone use IIS anymore?
Every large company big enough to host an intranet is running IIS somewhere, possibly everywhere. It integrates well with AD so some really complex tasks become stupid simple.
It's seeing less and less usage as the world moves to AWS which is equally stupid because you're tied to one vendor's proprietary products (Amazon) again. Except this time you don't own the hardware.
Public sector IT loves IIS. Check your municipality's tax or property website it's probably got .aspx scripts out the ass.
I've seen it hosting European web apps, public sector if I recall. Lots of bespoke .NET applications out there with SQL Server backends running entire local governments.
Asian countries especially China and Taiwan love IIS and use it to host anything and everything. This is a personal observation.
Sure the world has mostly moved on, but there's tons of legacy code out there that keeps cities and really important organizations humming that runs on IIS and it's never changing.
You think that's bad, there's still places out there running AS/400 stuff on the web, Lotus Notes, and Novell Groupwise (gasp).
Re: Humiliating IIS servers for fun and jail time
#24I front all my honeypots with the IIS landing page precisely because it attracts black hat jagoffs. Nothing makes me happier than knowing I've wasted hours of their time chasing their own tails.
High-tier blackhats focus on big targets, and low-tier ones focus on low-hanging fruits they find off shodan or application 0days they've found.
Re: Humiliating IIS servers for fun and jail time
#25Does anyone use IIS anymore?
Re: Humiliating IIS servers for fun and jail time
#26Does anyone use IIS anymore?
Re: Humiliating IIS servers for fun and jail time
#27> IIS has a legacy behavior inherited from the old DOS 8.3 filename convention. Is this exposing the underlying OS's behavior coupled with the fact that the IIS document root is `C:\Inetpub` by default? Eight-dot-three filenames are enabled by default on the C drive but disabled by default on all other drives on Windows 10/11: PS> (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').DisplayVe…
https://www.pcworld.com/article/2684062/why-is-windows-11-la...
Re: Humiliating IIS servers for fun and jail time
#28Does anyone use IIS anymore?
Re: Humiliating IIS servers for fun and jail time
#29Earlier quoted context omitted.
"Amazing" is a little generous for script kiddie stuff from the early 2000s. The author has yet to learn the extent to which civilization depends on people not being cunts to one another for no good reason.
[flagged]
note: Don't take this as your cue to start messing around with black hat. Don't become the guy trying to explain to your cell mate who's doing 50 years for a violent crimes what a unauthenticated supabase table is and why you deleted it.
Re: Humiliating IIS servers for fun and jail time
#30> IIS has a legacy behavior inherited from the old DOS 8.3 filename convention. Is this exposing the underlying OS's behavior coupled with the fact that the IIS document root is `C:\Inetpub` by default? Eight-dot-three filenames are enabled by default on the C drive but disabled by default on all other drives on Windows 10/11: PS> (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').DisplayVe…
Tangentially, that reminds me of how a Windows update created c:\inetpub on everybody's non-server computers, to "increase protection" for unspecified reasons. https://www.pcworld.com/article/2684062/why-is-windows-11-la...
Everything old is new again https://devblogs.microsoft.com/oldnewthing/20041116-00/?p=37... (2004)