SQL Server Performance

  • Home
  • Articles
  • Forums
  • Tips
  • Training
  • FAQ's
  • Blogs
  • Software
  • Books
  • About Us
RSS Feeds Follow SQL Server Performance on Twitter


Article Topics

All Articles
Performance Tuning
Audit
Business Intelligence
Clustering
Reporting Services
SQL Azure
Developer
General DBA
PowerShell
Windows Server
ASP.NET / ADO.NET
SQL Azure

USEFUL SITES :

ASP.NET Tutorials
Windows and SQL Azure Tutorials
Cloud Hosting Magazine
SharePoint Tutorials
Windows Server Help

Write for Us

Share your SQL Server knowledge with others and raise your profile in the community More...
Latest Articles

Visual Studio LightSwitch Tutorial
Manage Database Projects With Visual Studio 2010
Auditing with Microsoft Assessment and Planning (MAP) Toolkit 5.0 - ...
IIS Application Pools for ASP.NET Apps

More     
 
Latest FAQ's

SQL Agent job getting suspended.
Queries which include DMFs return a syntax error ...
Could not find stored procedure 'dbo.sp_MSins_dboTest'
How to change server name when replication is enabled.

More     
   
Latest Software Reviews

Confio Ignite PI 8 E studio De Un Caso
dbForge Review
Spotlight on ApexSQL Diff - Server-based database comparison tool ...
Spotlight on ApexSQL Data Diff - Server-based database comparison tool ...

More     

articles >> audit >> SQL Server Security Audit (Part 3) - ...

SQL Server Security Audit (Part 3) - Operating System Level Audit

By : Sadequl Hussain
Aug 24, 2009

Operating system level audits

Typically, most DBAs have remote access privilege to the Windows machine hosting the database server. If you have administrator privilege in the Windows box (or VM), you can take some time to try the following:


Windows security log

This should be actually a part of the DBA’s daily checks. However, as part of your initial audit, check the Windows security log. The security log in the Event Viewer can show you the unsuccessful login attempts to your SQL Server.

You can filter the security log with various options. For example, you may be only interested in failed login attempts.

If there are a large number of unsuccessful login attempts – either from same or multiple sources – pay attention, note it down; this needs to be looked at. However, this does not necessarily mean somebody is trying to hack into your server: it may be due to a service account’s being locked out.

 

Local administrator group

Members of the Local Administrators group are also by default members of the sysadmin fixed server role. Even if the role privilege has been explicitly revoked, local administrators still have full access to the Windows environment.

If you have administrator privilege in the Windows machine hosting the SQL Server, you may be interested to know who else has that privilege. To find out, start the “Computer Management” applet from the “Administrative Tools” program group and then browse to the “Local Users and Groups” node.

If you double click on the “Administrators” group, it will show you a list of local administrators of the machine.

By default, only the built-in administrator account and the “Domain Admins” group should be listed here. You may also find your account (as the DBA) or a Windows group for DBAs listed here. However, if you see accounts or groups that you know should not have this privilege –note it down.

 

Ask A Question In the Forums

    Next Page>>    












C# Help and Tutorials | PHP MySQL Tutorial | Sharepoint Tutorial | Azure Tutorial | Cloud Hosting Magazine | ASP.NET Tutorials | ASP.NET Hosting | Windows Server Hosting | Windows Server Help | Windows Phone Pro | Silverlight Ace | LightSwitch Tutorial | Visual Studio Tutorials | Home | Peformance Articles | Audit Articles | Business Intelligence Articles | Clustering Articles | Developer Articles | Reporting Services Articles | DBA Articles | ASP.NET / ADO.NET Articles | SQL Server Training Videos | DBA FAQ's | Developer Peformance FAQ's | DBA Peformance FAQ's | Developer FAQ's | Clustering FAQ's | Error Messages | Audit Tool Reviews | Sonasoft | Andy Khanna | Backup Tool Reviews | Coding Tool Reviews | Compare Tool Reviews | Documentation Tool Reviews | Design Tool Reviews | Monitoring Tool Reviews | Log Tool Reviews | Reporting Tool Reviews | Clustering Tool Reviews | Security Tool Reviews | Change Management Tool Reviews | Remote Access Tool Reviews | Book Reviews | Security Tool Reviews | ADO.NET / ASP.NET | Administration | Analysis/OLAP Services | Application Development | Configuration | Components | ETL | Hardware | High Availability | Hints | Index | Misc | Operating Systems | Performance Tuning | Replication | T-SQL | Views


              © 2010 Jude O'Kelly. All rights reserved