Add Application Request Routing / load-balancers
@ -3220,6 +3220,18 @@
"scriptSrc": "appleid\\.auth\\.js",
"website": "https://developer.apple.com/sign-in-with-apple/"
},
"Application Request Routing": {
"cats": [
65
],
"description": "Application Request Routing (ARR) is an extension to Internet Information Server (IIS), which enables an IIS server to function as a load balancer.",
"icon": "Microsoft.svg",
"implies": "IIS",
"headers": {
"X-Powered-By": "^ARR/([\\d\\.]+)$\\;version:\\1"
"website": "https://www.iis.net/downloads/microsoft/application-request-routing"
"ApplicantStack": {
101
@ -35,7 +35,7 @@
22
"cpe": "cpe:/a:microsoft:internet_information_server",
"cpe": "cpe:2.3:a:microsoft:internet_information_server:*:*:*:*:*:*:*:*",
"description": "Internet Information Services (IIS) is an extensible web server software created by Microsoft for use with the Windows NT family.",
"Server": "^(?:Microsoft-)?IIS(?:/([\\d.]+))?\\;version:\\1"