Has anyone seen anything like this I am trying to chase down. IIS w3wp.exe is spawning processes, is this a particular feature in iis or logging etc?
Command Line
"cmd.exe" /c cmd.exe /c nslookup example-domain-name.com
InitiatingFileName w3wp.exe
InitCommand Line
w3wp.exe -ap "APPNAME" -v "v4.0" -l "webengine4.dll" -a \\.\pipe\iisipm..[CUT]... -h "C:\inetpub\temp\apppools\APPNAME\APPNAME.config" -w "" -m 0 -t 20 -ta 0
I can't find why it is doing this in the logs, and wondering if it is a misconfig or an iis feature to log this activity.