I have a Windows 2008R2 server that is reporting failed login attempts from a number of workstations on our network.
We're having some issues with Windows 7 Roaming profiles and I was reading here that the login process can be monitored using process monitor.
"There are a couple of ways to configure Process Monitor to record
logon operations: one is to use Sysinternals PsExec to launch it in
the session 0 so that it survives the logoff and subsequent logon and
another is to use the boot logging feature
I am getting about 200k of these an hour:
An account failed to log on.
Subject: Security ID: SYSTEM Account Name: TGSERVER$ Account
Domain: WORKGROUP Logon ID: 0x3e7
Logon Type: 4
Account For Which Logon Failed: Security ID: NULL SID Account
Name: administrator Account Domain: TGSERVER
Failure Information:
I am trying to connect to my sql database with the built in AspNetAuth custom ftp authentication provider. The connection string uses the LocalSqlServer connection in the machine.config.
I am looking for a way to profile a single process including time spent for CPU, I/O, system calls and optionally memory usage over time.
I already know callgrind offering some basic profiling features but only with debugging information and lacking most of the other mentioned information.
I know strace -c providing a summary about all system calls and their required CPU time.
I know several IO
I am in the process of creating an AuthenticationActivity which will provide users the option of logging in via Facebook, Twitter or app specific auth.
a few days ago I've set up a VPS, including personal SMTP service using postfix + procmail under Debian / Wheezy.
I am already seeing a LOT of hammering onto the SMTP and other ports.
I have an intranet web application.
Even though I've set "Windows Authentication = Enabled" (and all other Authentications are disabled), when the application tries to access resources, it is treated as though it is run by the same user that runs the Application Pool's process.
Is there a problem here, or do I not understand correctly how Windows Authentication works?
If I did get it wrong, is t
We've been using fail2ban to block failed ssh attempts. I would like to setup the same thing for phpMyAdmin as well.
As phpMyAdmin doesn't log authentication attempts to a file (that I know of), I'm unsure of how best to go about this.
Does a plugin / config exist that makes phpMyAdmin log authentication attempts to a file? Or is there some other place I should look for such an activity log?