* Posts by Roo

1687 publicly visible posts • joined 21 Sep 2010

How British spies really spy: Information that didn't come from Snowden

Roo
Windows

"it provided visibility of 96 cyber-attack campaigns – and is the only way to obtain information to develop effective responses"

Out of all the justifications given for mass surveillance that one makes the most sense. Sounds like the report is worth a read, thanks for the write up Reg.

It's a pity this report didn't happen *before* Snowdon told us what was going on, and the hacks and technotard PPE grads spent every possible moment talking down to the citizens - who are on the sharp end of policemen beating them to death or plain clothes officers shooting them at point blank on tube trains.

Cloudy VMs leak ID details that could allow attacks, says researcher

Roo
Windows

Anyone else impressed by the out of order execution side-channel work ? OK, it's not the first time it's been done - but it still has the wow factor for me. :P

OpenSSH server open to almost unlimited password-guessing bug

Roo
Windows

Re: no problem for "not stupid"

I found the exploit didn't work against my ancient Lucid Lynx boxes, but that could be dumb luck because I haven't tweaked the sshd & PAM setup.

Microsoft: Hey, you. Done patching Windows this month? WRONG

Roo
Windows

"Because apparently it doesn't prevent thousands of authentication attempts happening against privileged accounts on a default install of any Linux that has Open SSH enabled."

I have found that my own Linux boxes are not vulnerable, so no the vulnerability doesn't actually affect all Linux boxes (and I haven't even looked at my OpenSSH + PAM configs either).

"Also a quick read of the RFC that you link to (which you apparently didn't) implies that PAM does not deal at all with unified lockout and password policies, "

I hate to state the obvious here but an RFC is just a document, PAM is code. They are not the same thing.

I still don't understand why this OpenSSH + PAM vuln justifies a vendor (that gets paid many billions for it's product) failing to fix poor design that was pointed out to them over and over and over again for over a decade.

FWIW *if* I wanted to remove the possibility of that vuln happening I could fix the OpenSSH code myself. Fixing the font lib vuln myself just wouldn't be an option, and if I chose to publish such a fix I'd be open to all kind of legal crap from DCMA to copyright infringement. The fact remains that closed source is inherently harder for the user community to fix.

Roo
Windows

Folks you really shouldn't be downvoting facts you disagree with. Vogon made a fair point, albeit completely tangential to the fact that closed source gets in the way of identifying & mitigating vulnerabilities. :)

Roo
Windows

"Open SSL remote get root exploits used by Slapper"

Apparently that requires OpenSSL process to be running as root - which is possible, but SOP is to run web servers and other network services as anything-but-root to mitigate the risk of a remote attacker being able to root the box ;)... In the case of services like OpenSSH that *really* need root, privilege separation can be used to mitigate the risk of remote root exploits.

"It's a shame Linux doesn't have sensible and modular architecture that can control authentication centrally"

Why doesn't PAM (http://www.linux-pam.org/whatispam.html) qualify in your estimation ?

Roo
Windows

Re: My Question

"Which part of the Windows kernel is its trusted computing base? That is, which part is responsible for guaranteeing the invariant of the operating system?"

The following paragraph from the article linked by Dan 55 may answer your question:

"Finally, it's important to understand that this design is not fundamentally "risky." It is identical to the ones used by existing I/O Manager drivers (for example, network card drivers and hard disk drivers). All of these drivers have been operating within the Windows NT Executive since the inception of Windows NT with a high degree of reliability."

NT had no trusted computing base to start with, and MS were quite happy with that...

Here's the 'Security' section of that article, quoted verbatim (it is one of the shortest sections):

"Due to the modular design of Windows NT moving Window Manager and GDI to kernel mode will make no difference to the security subsystem or to the overall security of the operating system this will also have no effect on the C2 or E3 security certification evaluation, other than making it easier to document the internal architecture of Windows NT."

I really cant decide if that paragraph is a result of ignorance or corporate fecklessness.

Roo
Windows

Re: Kernel mode fonts

"But please, do continue with your rant, O Great Sage! I'm sure no other OS has ever included code designed in an era when dial-up Internet access from home was still a novelty even for most IT experts."

In the PC space, agreed. However NT was actively marketed as a replacement/alternative to UNIXen at the time of 3.51 & 4.0, and it shipped with TCP/IP & IPX support out of the box, so lack of knowledge about networking would be a very weak excuse IMO.

The best excuse I can come up with for MS's naivete is their products mostly ran on single-user boxes. By contrast the multi-user OSes of the time had been secured against hundreds of users trying to steal resources and play pranks on each other for a couple of decades.

That is an excuse though, it's not a good reason. :)

Roo

Re: Kernel mode fonts

"The VL-bus was directly wired to the CPU so it isn't a surprise at all that this was all kernel mode."

VLB reduced the latency and increased the bandwidth to the graphics hardware, so if anything there was even less excuse for running third party application code in ring 0. I found this out the hard way with a logic analyzer, a 'scope and a misbehaving RIP.

Roo
Windows

Firstly, thanks for making the effort to engage Vogon. :)

"Thanks to Open SSL etc, we know that the quality of Open Source code is often awful with zero proper security reviews in 18+ years..."

OpenSSL is one project out of many, just as MS is one vendor out of many. Just because MS decided to throw third party code into ring 0, I don't assume that IBM pulled the same stunt with z/OS.

"so being in public view doesn't mean anything is secure."

Quite correct, I am in violent agreement with you on that score.

Bad code can happen anywhere, the trick is to identify it & mitigate it before it burns you. In the case of OpenSSL quite a few outfits forked it because they couldn't get their patches accepted or vuln reports accepted (and this was a common complaint levelled against OpenSSL for a very long time). In the case of Windows we've known about the risks of running third party code at ring 0 for decades, and MS just hasn't listened or decided it's enough of a problem until there are heavily publicised attacks out in the wild. From the point of view of the end user the material difference is that an MS font rendering vuln gives root to the attacker whereas vulns such as Heartbleed compromise user processes.

At the end of the day it's your choice to make excuses for vendors with massive margins, personally I would like them to actually fix the defects in the products that folks buy from them. Hell, even if I didn't pay MS anything I'd want their stuff fixed because those flaws cost productivity and that impacts my spending power.

Roo
Windows

Re: Kernel mode fonts

"Thing is, your screen will get rendered kernel-side here, too--either by the source or by your machine."

This is really basic stuff, you should do some reading about it instead of trying to guess what happens. Here's a clue for you: You can map a framebuffer into userspace. Windows could do that too.

Roo
Windows

"Windows might have it's holes, but it has fewer than most of the competition."

The problem with that statement is you are comparing apples to oranges. Closed source development hides faults so that the customers don't get scared off. Barely a month goes by without a vendor silencing a security researcher, that should tell you all you need to know about the accuracy of vulnerability counts for closed source.

Roo
Windows

Re: Adobe crapware again?

"Well, consider that font handling is a basic OS function (meaning it gets used all the time) AND that graphics drivers are in kernel space for performance reasons,"

I suspect that convenience and slinging the software out of the door as fast as possible also played a part.

"how else are you going to get smooth and speedy font rendering without tons of time-wasting context switching?"

There are a number of techniques you can use to reduce context switching without running complex application code in the kernel. Two of the simple and obvious ones are:

1) Build up a display list (usually made up of primitives) then render list all in one go.

2) For fonts and other oft-replicated items you can cache the rendered glyphs so you don't need to keep re-rendering them. Some systems even cached glyphs in off-screen display memory as well.

if you want to learn more there are a lot of books & papers out there on the topic and there are millions of lines of production code you can read through (for free). In my case I used to religiously read through every copy of IEEE Computer Graphics & Applications and databook I could get my hands on. You may find hardcopies of early 90s CG&A hard to find, so might be worth a look at computer.org to see if they have digital editions of the back-issues. If you are lucky you will a corporate tech library or university that will be only too happy to have you take away all their old copies - just ask them.

Roo
Windows

Re: Adobe crapware again?

"Troll or 15-year old who has just discovered fanboism?"

Either way they appear to be too lazy and stupid to read the source code and find out how it works.

Roo

Re: Adobe crapware again?

"Sure, Linux doesn't use Direct Rendering Manager in kernel, does it?

Face it, the amount of processing required by actual application requires most of pixel calculations and settings to happen close to the VRAM and GPU..."

If anyone is genuinely interested in finding out a bit more around the topic, I suggest that they read up some papers on how SGI implemented their early 3D accelerator hardware, drivers & libraries. Might be a bit of a hunt - they were published in the early 90s, I think I found them in IEEE Computer Graphics & Applications back in the day.

Anyway - in SGI's case Performance was a tougher problem for them - as they were working with slower silicon than the NT 4.0 bods, and yet they decided to pay a *lot* of attention to stopping people from cracking the kernel and applications via the graphics hw & libraries. I can't believe that all those techniques passed Microsoft by, especially as they actually *hired* some of the SGI folks... Perhaps MS were simply too cheap to license the tech.

Roo
Windows

Re: Adobe crapware again?

"Microsoft Windows does not release any OpenType fonts natively. However, third-party applications could install them and they could be affected by this change"

Sure the library is broken, sure it might well be Adobe's shit code, but the decision to run a Font library in kernel mode was all Microsoft. This particular class of problem has been a pointed out to MS and the user community on numerous occasions - going back to at least NT 4.0.

I am hoping the fix stops running that library in kernel mode in addition to fixing the code, but the fact that MS & their fans have expended more energy on burying the bad news than fixing the problem so far doesn't give me much hope.

Marshall wants to turn your phone UP TO ELEVEN

Roo
Windows

Re: strange phone holding

"What seems really strange to me is the number of people I see, walking (on their own) down the street, having a conversation with a phone held in front of their face, in speaker-phone mode, so the whole world can hear both sides of their conversation. My only conclusion is that they somehow accidentally turned it on once, and haven't been able to switch it off."

Certainly possible, although I came to another conclusion: They are self-centered muppets who see the Dom Joly shouting at a giant phone as something to emulate rather than laugh at.

Metadata slurp warrant typo sends cops barging into the wrong house

Roo
Windows

"In my view it's yet another argument for requiring judicial warrants with mandatory reporting of outcomes back to the granter. The possibility of having to report back to a magistrate or judge that they have issued a warrant against the wrong person should concentrate the mind."

I'd like to see that too, but the authorities already have the option of being accountable, yet they routinely choose to be unaccountable. The folks making the laws have gone to considerable effort to ensure this is possible, so I don't see any reasonable hope for that kind of mandatory accountablity happening.

Going by the old "nothing to hide, nothing to fear" mantra that the pro-surveillance bods like to trot out, it's clear that they have a lot of hide.

Pray for AMD

Roo
Windows

Re: What if

"I wonder what things would be like today if AMD when it was at the top of its game hadn't decided to get distracted by and overpay for ATI, in the process go back to being the also ran it has always been?"

I think it would have been exactly the same outcome because AMD's problem has been it's fabs for over a decade now. AMD haven't been able to compete at process level in terms of outright performance, yield & power consumption going back to the original K8 & Opteron. Back then they couldn't produce them fast enough, and now they can't generate enough demand either.

TL;DR: AMD haven't been able to produce enough of their chips with a decent profit margin so they haven't been able to grow or even maintain their market share.

FWIW I wish it was different, AMD have done some good work over the years.

Thanks for open sourcing .NET say Point of Sale villains

Roo
Windows

It's not clear whether Jay is asserting .NET is less secure and/or easier to use... I suspect Jay means the latter. Where were his wringing hands when boxes running VB plugged into the Interwebs ?

FireEye intern nailed in Darkode downfall was VXer, say the Feds

Roo
Windows

@TheOtherHobbes

"Wouldn't outsource to China? Er..."

Thanks for that link. Minimum wage seems to trump security every time...

Microsoft kills TWO Hacking Team vulns: NOT the worst in this Patch Tues either

Roo
Windows

Re: What can the numbers tell us?

"Given the long and well recorded history of patches for Windows (of all or a particular version), can statistical analysis (and other maths) tell us roughly how many vulnerabilities there are that still need patching?"

You can't really determine the number vulnerabilities from the patch releases simply because there is an upper bound on the number of patches an outfit can crank out every month. If the number of vulns vastly exceed the capacity of the patch writers you might never see a change in the rate of patches for years.

I think you really should be measuring the reported vulnerabilities instead. ;)

US yoinks six Nigerians to Mississippi on '419 scam' charges

Roo
Windows

Re: If it were UK

Nah, we already know the answer to that one. The British Police forces would do nothing and when pushed say that it's beyond them to do anything about it.

Dodgy mobe dealer jumps on VAT carousel, gets 13-year ban

Roo
Windows

Re: No jail? @ Evil Graham

"Here's a suggestion - how about doing both?"

The problem is that we don't really have enough prisons to put all criminals behind bars, which is why I suggested housing the muppets on a beach near Sellafield (preferably downstream & downwind if that's possible).

This would have a number of advantages over a prison: cheap to run, minimal building costs and come winter there would be plenty of new spaces opening up on the beach. As an added bonus, overcrowding is unlikely to be a long-term issue thanks to Cumbrian weather & high tides.

The only drawback is that hand wringing lefties might point out that bomb-grade seagulls have been found in the area and the studies that have shown significantly higher mortality rates in the area, although neither of issues can be taken seriously because the sample populations are so small... ;)

Roo
Windows

Re: No jail?

"I guess the CPS looked at it, and found that there wasn't enough evidence to prosecute."

It's entirely possible the CPS is actually working on it. I suspect that the CPS would prefer to recover the proceeds of the crime rather than impose a custodial sentence, and it's entirely possible that they have already started this process. The lawyers of clients have a habit of making the whole process very difficult. ;)

If it were workable fraudsters could automatically declared bankrupt and held under house arrest indefinitely until the proceeds of their crime are fully recovered. If they can't afford to run their home with no visible means of support they could be given a £15 tent, a 2nd hand knife & fork from an airline meal, and a patch of beach next to Sellafield to live on.

China makes internet shut-downs official with new security law

Roo
Windows

Re: "major 'social security incidents'"

Dave and Ozzie are already one step ahead. They are reducing the possibility of social security incidents by reducing social security...

We tried using Windows 10 for real work and ... oh, the horror

Roo
Windows

"Windows 8.1 is the best OS Microsoft have ever made despite what the troglodytes say."

In terms of what's under the hood I can agree with that, it is much quicker and more efficient, night and day compared to 7. Sadly the schizo UI where both flavors are partially complete is a clusterfunt, it reminded me of the worst Linux desktops from over 15 years ago for all the wrong reasons. :(

It's not just me either, our kids (all <7) find Win 8.1 tricky, but they're fine with Linux Mint & Mate when they borrow my lappy - despite spending 10x more time using 8.1.

Roo
Pint

I reckon a bottle of Buckfast could account for those angry words, no need for "drugs". :)

Roo
Windows

Useful review

Thank you for kicking the tires so thoroughly - and coming up with an informative review. :)

Migrating from WS2003 to *nix in a month? It ain't happening, folks

Roo
Windows

Re: Sorry...

"I haven't misrepresented what you are saying at all. In fact, I'm decreasingly sure that you're even sure what you are saying."

OK, try reading it for a second time:

"It is a mistake to *assume* that Windows->Windows upgrades are always less effort than migrating off Windows"

You think you know better, that's fine, I know better too, I'll agree to differ.

I also wrote:

"I wish he made more of that instead of dedicating yet more column inches to banging the "You must upgrade Windows or be Doomed Drum"."

In your article you picked up a post where someone dumps on you (unfairly in my view), then you set up a scenario where you have to migrate off a Win 2K3 box running binaries that won't run on anything but a new cut of Windows and then use that as a stick to beat Linux evangelists with. In my original comment I was simply expressing the wish that article had a broader outlook, I didn't mention Linux, I didn't mention Open Source and I don't think that expressing that view to a fellow commenter was "off" either. I guess we'll have to disagree on that too.

No hard feelings on my side. I hope that crapping on your own doorstep doesn't come back to bite you because I do actually look forward to reading your articles.

Roo
Windows

Re: Sorry...

"I see no such demands in my post

Of course not."

Right, so even you know it's not true and that isn't my position.

I didn't even want to engage in a pissing contest, it's not worth it. All I was hoping for was that folks would spend 5 minutes having a look at plan B because it may work out well for them. I don't think that counts as zealotry and I don't really think it's worth having a flamewar over either because it's common sense.

"your quite frankly religious sounding zealotry"

That is your own zealotry you are hearing, because you are referring to the stuff that you made up.

"And yes, I'll hurl insults over that. I have no time for religious wankers of any description."

It is you who is behaving like a "religious wanker" (insults, misrepresentation, pretending you know what other people think, asserting you know best with zero evidence to back it up, intolerance), and as a rule dogmatic loudmouths don't tolerate competition, so that comes as no surprise.

"You aren't sounding like much fun to work with.

I'm not."

... because being around someone who misrepresents folks and then flames them on the basis of that misrepresentation isn't fun, it's just plain old bullying and bullshit.

Roo
Windows

Re: Sorry...

"I flatly refuse your demands to undertake affirmative action regarding open source and present it's relevance disproportionately to reality."

I see no such demands in my post, you are making that up - along with most of the rest of your reply.

All I am trying to say is I think your position is too absolute, too black or white. By return you have reiterated your point that you think that's the only valid approach, hurled some insults and declared anyone to differ with your opinion to be incompetent.

You aren't sounding like much fun to work with.

Roo
Pint

Re: Sorry...

"Which, quite frankly, is perfectly rational if you know anything about the technologies involved and have actually had to administer them in the field."

You are coming across all "Trevor's Way or Highway", when in actual fact the world doesn't revolve around Windows, as you well know judging by your articles at El Reg. I'm quite happy for you to state you think there are no options, but I have seen cases where there is no option but to move off Windows. I would agree that Windows & Open Source have closed the gaps a lot over the last decade - but in my view that is making them *more* interchangeable not less.

"It is absolutely a safe assumption to make that Windows --> Windows will be easier than Windows --> Linux with a one month timeframe remaining on the clock, because the number of instances where Windows --> Linux is easier than Windows --> Windows is irrelevantly small to start with."

We can argue about the scale of the last category 'til the cows come home, but the point is that category does exist (albeit most of the low hanging fruit has long since gone), which is why I said it's a mistake to *assume*. There are quite a few businesses out there that couldn't exist without taking the Open Source route.

It's not an Windows or Linux equation, Open Source has grown more through opening up new markets than cannibalizing Windows market share - obvious examples being bits of iOS & Android.

"If you can't accept that simple fact then you don't belong in IT."

I am sure that I don't "belong" in the form of "IT" that you are espousing at the minute, and I am quite happy not to "belong" to it.

"You should be out founding religions."

Nah, I'll leave that to Steve Ballmer, he's done a far better job than I ever could, and I could never make the line "Developers! Developers! Developers!" as memorable as Steve did.

Roo
Windows

Re: Sorry...

"I agree with Trevor's comments, ie. that windows->unix migration is a major project in itself and should not be confused with a Windows -> Windows upgrade."

It is a mistake to *assume* that Windows->Windows upgrades are always less effort than migrating off Windows (Note: this applies to other OSes too). Have all you guys forgotten Vista already ? Besides if folks have left it this late to jump off the sinking 2K3 ship they either don't care enough, or they can't move due to something missing/changed the later cuts of Windows.

Trevor does briefly mention a more sensible nuanced approach where the low-hanging fruit is moved away from 2K3. I wish he made more of that instead of dedicating yet more column inches to banging the "You must upgrade Windows or be Doomed Drum".

Export control laws force student to censor infosec research

Roo
Windows

"

"it is not possible to release the exploits publicly or even to other researchers outside the UK without an export license"

Does this imply that you can't tell foreign software companies about security holes you have found in their products?"

I suspect you can release the exploits *privately* to the vendor in question. In my experience that doesn't work very well though, because 100% of the vulns I found & reported (all privately) were ignored by the vendor despite being exploited daily.

I suspect that in the vast majority of cases it is the possibility of public disclosure that actually motivates vendors to fix their products, consequently it will be a massive loss to everyone if public disclosure is criminalized.

Roo

Re: Reminds me of some papers I wrote for the U.S. DoD

"I'm sure everything is much more secure now."

Presumably your papers were buried where the sun doesn't shine, because the recent history indicates they haven't even managed to get around to resetting default passwords yet. It's a pity that joe public pays the price for their fuck ups and willful ignorance of the clowns running the circus, and there doesn't seem to be anyway to replace them with people outside of the circus community.

Security world chuckles at Hacking Team’s 'virus torrent' squeals

Roo
Windows

I'm waiting for the powers that be to put on their best Dean Wormer face tell us that hackers have been on "double secret probation" for the last decade.

It's all Uber! France ends its love affair with ride-sharing app

Roo
Windows

Re: A Victory for the Terrorists

"The "law" wasn't being enforced by the Police who should have been arresting Uber drivers continuing to work illegally."

Sure, and the taxi drivers were attacking people and destroying property with the aim of scaring them and destroying their livelihoods, which constitute criminal acts - even in France.

I have some sympathy for Taxi drivers in the case of Uber, but I can't turn a blind eye to them smashing shit up and assaulting innocent bystanders just because they are annoyed. That kind of behavior isn't acceptable, excusable or lawful.

Roo
Windows

Re: Taxi Licenses

"In my city taxi licenses are expensive and limited in total number granted.

If I were a taxi driver I'd probably be upset with Uber and the governing body."

I get that, however they really should be venting their spleen at the authorities with the aim of working out to a more equitable solution for everyone involved.

Roo
Windows

A Victory for the Terrorists

Regardless of the pros & cons of Uber, it looks like terrorists have actually scored a victory with terrorism. -1 for the rule of law in France. :(

Linux Mint 17.2: If only all penguinista desktops were done this way

Roo
Windows

Re: Goodness.

Have an upvote...

Take note Phoenix50:

Positive end user experience leads to "Linux fansite" horror.

I've seen this sort of thing happen before, remember Win95, WinME (yes, seriously), little ole' XP and 7 ? Seems fair to let everyone have a shot at the limelight. ;)

There can be more than one winner tbh, as long as punters get a choice and people share ideas and good practice freely everyone is a winner. It's a head adjustment, instead of viewing competition as war competition can be viewed as an essential part of evolution that supports solutions for the mainstream and the niches.

Roo
Windows

Re: Goodness.

"If Windows 10 gets anything near this positive a review on this site next month - bias or not I'll show my arse in ASDA."

I will award an upvote if you do indeed show your arse in ASDA. Has to be in front of the frozen veg section, and there must be pictures or it didn't happen.

OPM data breach: Looking at you, China! National Intelligence head stares out Beijing

Roo
Windows

With security so lax it strikes me that lots of different organizations could have stolen that data, and the feds wouldn't have a clue who stole what when. McCain should be asking if he's ready to leave the investigation & remediation to the people who have a clue and the skills to fix it.

Layoff-happy Capita charges staff to use cutlery in canteens

Roo
Windows

Spare a thought....

... for those of us who don't have a canteen at all ...

It does seem petty to charge for cutlery, but most canteens these days seem to be run by catering firms. If that is the case with the canteens on those sites then it's hardly surprising that the firm(s) decided to stop giving cutlery away.

Bank of England CIO: ‘Beware of the cloud, beware of vendors’

Roo
Windows

Re: heh

"If you are one of these posters, and are aged over 40, then I hope you have already paid off your mortgage."

Weirdly some cloud-skeptic posters over 40 are the only people in their organizations who can keep the show on the road when* the cloud stuff goes tits up. A few of them worked in firms that *rented* time on remote hosts back in the day, so they have some direct experience of the pros and cons of hosting compute & data on someone else's iron.

Note: that's when, not if. Stuff doesn't work forever.

Roo
Windows

Re: Actually, this is pretty sensible

"What's so crazy about taking the good parts of the "cloud", namely virtualization and flexible provisioning, but not handing your data over to a disinterested third party?"

The problem is there is no such thing as a "disinterested" third party when it comes to buying a platform (or anything else), the third party will want to take as much money off you as possible while spending as little as possible to deliver the product. For that reason it would be very naive to assume that their motives and goals are compatible with your own.

You only have to look at the continual battle to get vendors to fix product defects to see how that works in practice.

Roo
Windows

Re: Sounds like a bigoted, stereotyping git to me

"I'm not sure how it works in England, but most highly-compensated bank employees here in the US are drawn from the Ivy League old-money crowd"

I think it's fair to say that the something similar applies here in the UK too, although I suspect very few of the "old-money" crowd would do something as boring as working for a bank, the "new-money" folks seem to be well represented though.

GCHQ: Security software? We'll soon see about THAT

Roo
Windows

Re: on the other hand

"The alphabet agencies cannot protect government data, cannot help corporations protect their data, and apparently cannot knock barbarians off the internet. Perhaps we over estimate them."

Nah, I think they are oversold by people who want to eliminate privacy.

Roo
Windows

Re: Doesn't this fit nicely

Indeed.

The down voters won't present a rational counter-argument because they don't have one.

Roo

Re: Errrr WTF?

"Makes me want to avoid Sophos and McAfee at all costs, though, conversely. Perhaps their marketing conspiracy just collapsed?"

I would be hugely surprised if you weren't already avoiding McAfee. :)