Questions tagged [windows-security]

Use with Windows Security, previously called Windows Defender Security Center.

References:
Help protect my device with Windows Security

Related tag:
windows-defender
controlled-folder-access

176 questions
0
votes
0 answers

Application pool custom account identity and malicious code

I have an IIS6 And II7 servers under my management. all my application pools are running under a custom account which is a member of the IIS_IUSRS Some of the websites on the webserver were hacked and malicious asp.net files was uploaded to the…
Avi
  • 155
  • 8
0
votes
1 answer

How to find if a user has a membership to a specific Global Group in a service?

I cannot seem to be able to find that a certain user is a member of a DeployUsersProduction group. Here's what I have so far: [OperationBehavior(Impersonation = ImpersonationOption.Required)] public Modes GetDeployMode() { bool isProd =…
Code Maverick
  • 20,171
  • 12
  • 62
  • 114
0
votes
1 answer

Can't run PSExec using NETWORK SERVICE account

I am using TFS to kick off PSExec to run an InstallShield process that creates installers. Our TFS build agent runs under the NETWORK SERVICE account. I run PSExec using the -u -p options, and I am able to run the command and successfully build…
John Livermore
  • 30,235
  • 44
  • 126
  • 216
0
votes
1 answer

AutomationElement.RootElement empty when in iis

Below is my code AutomationElementCollection panes = AutomationElement.RootElement.FindAll(TreeScope.Children, paneCondition); Basically the above code pulls for all open windows on my desktop. It works fine when run locally using Debug in Visual…
0
votes
1 answer

Log4net can't create log on nonadmin account

I have an application log4net implemented and running on Windows 8. When I run the application after loging in as local administrator the logs are being created; following are the log4net debug entry for it : log4net: Creating repository…
0
votes
1 answer

Cannot execute my DLL when copied to Program Files (x86)

I have a funny problem: A program I've written uses a DLL. When installed, both the program exe and the DLL are under c:\Program Files (x86)\MyProduct Normally the loaded DLL is a 3rd party driver. For testing purposes I replaced it with my own…
anhoppe
  • 4,287
  • 3
  • 46
  • 58
0
votes
1 answer

Sitemap Links don't work on live site, Windows Authentication

I have a intranet site with Windows Authentication. I have 'Administrator' pages in an 'Administrator' folder that will only show for those in the admin group (windows security group) These pages work I have a folder with sub folders containing…
Chris Hayes
  • 3,876
  • 7
  • 42
  • 72
0
votes
1 answer

getting 'Windows Security' 'Run as different User' box, on C# Client/Server App

I have written a Client/Server App that will Start an .exe file using Process.Start on a remote computer. I have 4 computers on my Home Network, I set the server app on PC2 and set the client app on PC1, I start listening on PC2 using Sockets and…
roadmaster
  • 593
  • 2
  • 9
  • 22
0
votes
2 answers

Windows security and identifying privilages in .Net

I have a windows forms application that will be run in both domain and on non-domain (local desktop) environments. I'm trying to understand how the windows security works in these different environments. I need to programmatically identify when…
Tim Windsor
  • 319
  • 1
  • 5
  • 17
0
votes
2 answers

Crystal reports already installed,but access web page need windows security?

It's anyone can help?This problem borning me two days. when i published website on IIS,and I already installed Crystal reports(CRRedist2005_X64),but when i want to check my report that time,dispaly need me keyin windows account and password,anyone…
littleluo
  • 11
  • 2
0
votes
1 answer

Looking for a way (preferably an API) to determine Effective Permissions on Active Directory object

We have a custom Active Directory integrated web app that helps users perform some self-service on their accounts (e.g. update photo, change phone number, reset password etc.) Our app runs on domain-joined servers, as Local System, and is thus able…
0
votes
0 answers

Accessing servlet served by Tomcat requires Windows Security authentication

I am running Tomcat from eclipse using sysdeo plugin. It deploys all the apps properly and I can access the manager using the username specified in the tomcat-uses config. One particular application/servlet returns a 401 error for all requests…
Natkeeran
  • 1,719
  • 6
  • 29
  • 52
0
votes
1 answer

Sonar Security in a Multiple Project Analysis

I have a single Sonar instance analyzing codebases of different projects owned by different customers. I need to ensure non of the project teams can manipulate the sonar/machine security to access codebases of other projects (For example through a…
0
votes
0 answers

Getting a WPF Frame to use Windows Security

I'm trying to put a frame in my program and have it access a website that is requiring window's security: I'd be okay with entering the password when that window of my program loads, but it simply throws a the error: System.Net.WebException was…
Jon Dosmann
  • 667
  • 7
  • 20
0
votes
1 answer

Duplicating Digital Signatures?

From what I understand about digital signatures, when code-signing exe's it the "signer" modifies the PE itself. I noticed that it adds the certificate content to the end of the PE and also (obviously) adds some kind of reference to the headers. My…
asudhak
  • 2,929
  • 4
  • 22
  • 27
1 2 3
11
12