Kernel
35 TopicsConnection Refused at TCP/IP Level
Guys, i have a web application running on Windows 2025. Occasionally, the application experiences bursts of over 500 simultaneous connections. Even though, the server showing less than 10% CPU utilization and about 75% of RAM still available, I am encountering "connection refused" errors. I can see Windows Performance counter TCPv4 / Connection Failures change when this happens. There is no antivirus deployed during my test, and Windows defender is off. i have seen similar issues on Windows 2019 and 2022 also. I suspected SynAttack detection, but the TCP diagnostic counters for SynAttack detection dont know any values. It appears to me that there is some Windows OS limitation that causes this issue. Does anybody encounter this situation before?141Views0likes5CommentsWindows Research Kernel Bring it Back!
I think it is time to revive the Windows Research Kernel! We need the community to be able to understand what is going on without letting everything out of the bag. The last version available was v1.2 which was based off of the kernel for Windows XP and Windows Server 2003 SP2. We need a modern release for development, education, and security research. Who is with me?235Views0likes1CommentAutomatic installation of Roots Updates
You can use the registry parameter to redirect the source of root certificate updates: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\AutoUpdate "RootDirURL"="d:\......." Is it possible to automatically distribute certificates of intermediate certification authorities in this way?144Views0likes0CommentsACPI EC OpRegion location
Hello, the ACPI specification defines OpRegions for ACPI bytecode to interact with devices, one suche device being the Embedded Controller. After looking at some example ACPI tables, it seems that Embedded Controller OpRegions can be defined anywhere inside the ACPI namespace, and not just inside the Embeeded Controller device scope. What is the Windows kernel policy for such OpRegions? Which Embedded Controller will be used to handle them (if any)? Thanks, Armin Wolf390Views0likes0Comments