Sign in
Neil Carpenter's Blog
Forefront products, WSUS, Security Incident Response, and whatever else comes up.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
Antigen
AntiVirus
Anti-Virus
ASP
asp.net
AV
Forefront
FSSMC
General
humor
Incident Response
iphone
Mobile
Networking
Pages
Security
SQL
Tool
Archive
Archives
November 2009
(1)
October 2008
(2)
August 2008
(2)
July 2008
(3)
June 2008
(1)
May 2008
(4)
April 2008
(2)
March 2008
(3)
August 2007
(2)
July 2007
(2)
June 2007
(2)
October 2004
(4)
June 2004
(7)
TechNet Blogs
>
Neil Carpenter's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Neil Carpenter's Blog
Incident Response: The Importance of Anti-Virus
Posted
over 4 years ago
by
neilcar
0
Comments
Heading home from the CSS Security Global Summit on Friday, I got stuck in Cincinnati’s airport. While walking through baggage claim, I saw this displayed on the arrivals board: (I didn’t have a proper camera with me so, if that’s hard to read, it...
Neil Carpenter's Blog
SQL Injection Hijinks
Posted
over 5 years ago
by
neilcar
1
Comments
or Why I Keep Harping On Blacklisting Summary: An incident reveals attempts to get around blacklisting by manipulating behavior in ASP, illustrating the weakness of blacklist approaches. A new version of UrlScan is shipping today with a change...
Neil Carpenter's Blog
PASSGEN
Posted
over 5 years ago
by
neilcar
2
Comments
Occasionally, I see a security incident where one of the things that went wrong was that all of the customer's machines have the same password for the built-in administrator's account. Whenever this happens, I suggest the PASSGEN tool that was included...
Neil Carpenter's Blog
Err
Posted
over 5 years ago
by
neilcar
0
Comments
I might be the last person to know this but one of my favorite internal Microsoft tools is now external. Err.exe is a command-line tool that looks up error codes and spits out possible matches from various header files. This is invaluable when you're...
Neil Carpenter's Blog
Input Validation Is Not The Answer
Posted
over 5 years ago
by
neilcar
2
Comments
I just sent a piece of e-mail to my team about input validation and SQL injection and it occurred to me that I've been meaning to get into this here, too: If you're trying to solve a SQL injection problem, input validation is NOT the answer! There, I...
Neil Carpenter's Blog
Forefront Server Security Management Console, Templates, and Revisions
Posted
over 5 years ago
by
neilcar
0
Comments
Sometimes, working in support, you come across a best practice or a bit of knowledge that is well-known to some people...but that bit of knowledge has never actually been documented. Today was one of those days. While working in an environment with...
Neil Carpenter's Blog
Does This Make Me A Fanboy?
Posted
over 5 years ago
by
neilcar
0
Comments
I upgraded my iPhone to the 2.0 firmware today and I've been playing with the app store all day. It's pretty neat stuff. Since I'm on a conference call tonight but I'm only here in an advisory/observational way, I put my phone on mute and kept playing...
Neil Carpenter's Blog
Antigen 9.1 Hotfix Rollup 3 and Performance Monitor
Posted
over 5 years ago
by
neilcar
0
Comments
While investigating an issue where mail was queuing in the Exchange Information Store, we discovered an issue that affects customers running Antigen 9.1 Hotfix Rollup 3 when there are performance monitoring tools such as Perfmon, Perfwiz, and the MOM...
Neil Carpenter's Blog
SQL Storm: Possible ASP.Net
Posted
over 5 years ago
by
neilcar
0
Comments
I’ve had an unconfirmed report that the SQL Storm attacks are now also affecting ASP.Net pages, specifically with a URL of http://www.chliyi.com/m.js (this appears to be offline currently but I wouldn't suggest browsing there...) being injected...
Neil Carpenter's Blog
SQL Injection: Trends & Guidance
Posted
over 5 years ago
by
neilcar
0
Comments
I've been working with the SWI team to write a comprehensive overview of the SQL Storm attacks with guidance for IT administrators, developers, and end users. That article is posted at sql-injection-attack.aspx . For developers, specifically, Bala...
Neil Carpenter's Blog
SQLInjectionFinder
Posted
over 5 years ago
by
neilcar
0
Comments
My colleague Greg , who has forgotten more about command line scripting than I will ever know, put together a sample on CodePlex that automates finding SQL injection attacks from the ongoing mass SQL injection attack ("SQL Storm", as I saw it...
Neil Carpenter's Blog
SQL Injection Mitigation: Using Parameterized Queries part 2 (types and recordsets)
Posted
over 5 years ago
by
neilcar
10
Comments
(Part 1 is here ) Previously, I provided a simple example of using parameterized queries in classic ASP; however, that sample lacked a few things such as explicit typing for the parameters. It also created a read-only ADODB.RecordSet which, obviously...
Neil Carpenter's Blog
SQL Injection Mitigation: Using Parameterized Queries
Posted
over 5 years ago
by
neilcar
15
Comments
Michael Howard wrote an excellent article yesterday on how the SDL addresses SQL injection . He walks through three coding requirements/defenses: Use SQL Parameterized Queries Use Stored Procedures Use SQL Execute-only Permissions As Michael...
Neil Carpenter's Blog
SQL Injection -- A Comment
Posted
over 5 years ago
by
neilcar
1
Comments
Kumar comments here and I think he has some questions/concerns that are worth addressing. I'm going to add my own comments (and, please note, the comments I make here are my own and do not necessarily reflect Microsoft's corporate opinions). --...
Neil Carpenter's Blog
Mass SQL Injection -- Get Used To It
Posted
over 5 years ago
by
neilcar
0
Comments
It looks like another wave of the mass SQL injection I talked about last month is going on. The inserted link is different and, in the one specific incident I've seen, the source IP address is different; however, other than that, the attack looks...
Neil Carpenter's Blog
Good News
Posted
over 5 years ago
by
neilcar
0
Comments
The good news is that, whatever else might happen, these guys won't get pwned by SQL injection. (Via GrumpySecurityGuy .)
Neil Carpenter's Blog
Anatomy of a SQL Injection Incident, Part 2: Meat
Posted
over 5 years ago
by
neilcar
15
Comments
Intro It would appear that the incident I wrote about yesterday is still ongoing. I've been using a search engine to query for the *.js file that's being injected and it looks something like this: Wednesday: 10K hits (This is Avert's number. I didn't...
Neil Carpenter's Blog
Anatomy of a SQL Injection Incident
Posted
over 5 years ago
by
neilcar
15
Comments
A number of people are reporting that 10K+ websites have been hacked via a SQL injection attack that injected a link to a malicious .js file into text fields in their database. For example, here's Avert Labs report . The reports that I've seen talk about...
Neil Carpenter's Blog
LogParser, Event Logs, and Vista
Posted
over 6 years ago
by
neilcar
3
Comments
LogParser is one of my absolute favorite tools, particularly for doing incident response. I use it a lot to extract and order data into a timeline (hmmm...that's a good topic for a future post). When I moved to Vista, I found one annoyance, though...
Neil Carpenter's Blog
Rating Music (iTunes Edition)
Posted
over 6 years ago
by
neilcar
0
Comments
I have a large collection of music, all of which is (finally) in iTunes. I'd like to rate all of it but it's somewhat cumbersome to flip back and forth from whatever app I'm in to iTunes in order to click on the little star icons while I'm listening to...
Neil Carpenter's Blog
Detecting ARP Spoofing Attacks
Posted
over 6 years ago
by
neilcar
3
Comments
After investigating an ARP spoofing incident recently, I started thinking of how we could easily ferret out this sort of information when responding to a potential incident. In this particular case, there were two important parts of the attack: ARP spoofing...
Neil Carpenter's Blog
Microlending
Posted
over 6 years ago
by
neilcar
0
Comments
I commute about 90 minutes a day, total, on an average day. I spend most of the commute listening to some combination of local talk radio (WBT 1100), NPR, Fox, and the BBC World Service. I think of it as a sort of yin-yang radio diet. Yesterday afternoon...
Neil Carpenter's Blog
ARP Cache Poisoning Incident
Posted
over 6 years ago
by
neilcar
6
Comments
I recently worked on an interesting incident response with several of my colleagues. The problem, as defined by the customer, is that the following code is being injected into some websites (both external and internal to his environment) that his users...
Neil Carpenter's Blog
Reboot
Posted
over 6 years ago
by
neilcar
0
Comments
I started blogging on MSDN back in 2004 with the best of intentions. I was working with the Engineering Services team as 'the network guy' and I was involved in a lot of interesting cases working with our customers on deep networking issues, so I felt...
Neil Carpenter's Blog
It's the New Phone
Posted
over 9 years ago
by
neilcar
4
Comments
I finally lost my patience with my old mobile provider last week & decided it was time for a change. While I was changing, I decided that maybe it was time for a Smartphone... Wow. It definitely isn't perfect yet, but this is by far the best mobile...
Page 1 of 2 (35 items)
1
2