TECH NOTES

March 30, 2009

Security: We don’t have any… “Massive Chinese computer espionage network uncovered”

Filed under: IT Security, Uncategorized — Black Falcon @ 6:42 pm
Tags: , ,

Massive Chinese computer espionage network uncovered


Paul Harris in New York
Sunday 29 March 2009


A mystery electronic spy network apparently based in China has infiltrated hundreds of computers around the world and stolen files and documents, Canadian researchers have revealed.


The network, dubbed GhostNet, appears to target embassies, media groups, NGOs, international organisations, government foreign ministries and the offices of the Dalai Lama, leader of the Tibetan exile movement. The researchers, based at Toronto University’s Munk Centre for International Studies, said their discovery had profound implications.


“This report serves as a wake-up call… these are major disruptive capabilities that the professional information security community, as well as policymakers, need to come to terms with rapidly,” said researchers Ron Deibert and Rafal Rohozinski.


After 10 months of study, the researchers concluded that GhostNet had invaded 1,295 computers in 103 countries, but it appeared to be most focused on countries in south Asia and south-east Asia, as well as the Dalai Lama’s offices in India, Brussels, London and New York. The network continues to infiltrate dozens of new computers each week.


Such a pattern, and the fact that the network seemed to be controlled from computers inside China, could suggest that GhostNet was set up or linked to Chinese government espionage agencies. However, the researchers were clear that they had not been able to identify who was behind the network, and said it could be run by private citizens in China or a different country altogether. A Chinese government spokesmen has denied any official involvement.


GhostNet can invade a computer over the internet and penetrate and steal secret files. It can also turn on the cameras and microphones of an infected computer, effectively creating a bug that can monitor what is going inside the room where the computer is. Anyone could be watched and listened to.


The researchers said they had been tipped off to the network after having been asked by officials with the Dalai Lama to examine their computers. The officials had been worried that their computers were being infected and monitored by outsiders. The Chinese government regularly attacks the Tibetan exile movement as encouraging separatism and terrorism within China. The researchers found that the computers had succumbed to cyber-attack and that numerous files, including letters and emails, had been stolen. The intruders had also gained control of the electronic mail server of the Dalai Lama’s computers.


“The investigation was able to conclude that Tibetan computer systems were compromised by multiple infections that gave attackers unprecedented access to potentially sensitive information, including documents from the private office of the Dalai Lama,” the researchers concluded in their report. They have now notified various law enforcement agencies, including international groups and the FBI.


The news also comes as researchers at Cambridge University prepare to release a report today called Snooping Dragon, which looks at suspected Chinese cyber-monitoring of Tibetan exile groups. The report is expected to detail the unexpected scale and sophistication of such efforts by a government against a private body.

Go to source here…

July 3, 2008

CodeProject Pick: A lightweight AJAX.NET-enabled grid control

Filed under: IT CodeProject Picks, Uncategorized — Black Falcon @ 12:58 am
Tags: , ,

A lightweight AJAX.NET-enabled grid control

By Simon Gulliver

A lighweight approach to creating AJAX.NET-enabled grids, with advanced functionality built in.

Go here for article source…

Introduction

Managing lists of items from databases is the bread and butter of most web applications, but creating an user-friendly grid can be problematic. The obvious solution of creating Microsoft grid controls in an Ajax.Net Update panel can create very large HTML pages with long response times when a substantial amount of data is being worked with. Also, every grid has to be created individually on each page, and that makes it hard to create and maintain a common “look and feel”.

This lightweight grid outputs very compact HTML and uses javascript to dynamically generate input or select boxes when updating. It includes built-in Ajaxed sorting and filtering which is very user-friendly, and throws in csv export for free. It has a fixed table header and scrolling contents, to facilitate use with large amounts of data.

Many different grids can be very quickly generated in a standard way using an XML control file and a single common style sheet. Multiple AjaxGrids can be defined and used, even on the same page.

You can customise grid column data to include links, images, etc and to support your own custom validations.


(more…)

May 5, 2008

Iomega Sale…

Filed under: IT Build Your Own, Uncategorized — Black Falcon @ 10:17 pm

Iomega has some fairly solid products. I have been using them for years and with only one exception I have found all of them to be reliable and durable.

Their new pocket-portable drives make most other quick backup alternatives a thing of the past. And now their heavy backup drives are becoming ever more affordable for large, database storage requirements for both the consumer and professional technician alike.

Today, a new promotion of their drives hit the wires and they are definitely worth taking a look at if you need such equipment. A 500GB drive goes for around $123.00 USD.

Iomega hard drives here…

April 27, 2008

Microsoft Designing New App Deployment Technology

Filed under: Uncategorized — Black Falcon @ 1:18 pm

The Zen of Volta – IL Re-writing

Author Richard Blewett

IL Re-writing

This article was originally published by developmentor

On December 5th, 2007, Microsoft announced an incubation project they have been working on called Volta (http://labs.live.com/volta). The announcement focused on a new way of deploying applications written using conventional single-tier architecture to a multi-tiered client/server environment without having to rewrite the code. Along with the announcement, Microsoft posted a preview version of the Volta infrastructure for people to start experimenting with. This is not an official CTP or beta, simply a way for people to get an early view of what Microsoft is exploring and to be able to provide feedback.

The software preview requires Visual Studio 2008 and adds a number of new Volta project types:


The included samples are all web based and show off one of the main features of Volta: the ability to write an application in C#, and then have the Volta toolkit post-process the compiled code into JavaScript. This allows the application to run as a standard HTML-based web application, while still allowing the developer to build it in a comfortable environment. This feature is very similar to the Google Web Toolkit (GWT), which attempts to solve many of the same issues. However, Volta is far more ambitious as this article will demonstrate.

Go here to see rest of article… http://www.developerfusion.co.uk/show/7599/

April 26, 2008

Ubuntu 8.04 – Ready To Challenge Windows?

Filed under: IT Industry Trends, Uncategorized — Black Falcon @ 4:23 pm

Ubuntu 8.04 Is Ready to Take On Windows
By Jason Brooks
2008-04-25

Ubuntu’s deep software catalog, focus on usability and active community combine with long-term support to put desktop Linux’s best face forward.

Canonical has marshaled the best of what the open-source world has to offer in Ubuntu 8.04, a Linux-based operating system that’s capable of mounting a serious challenge to Microsoft Windows on mainstream desktops and notebooks.

During my tests of Ubuntu 8.04, both in its final form and in a series of test releases that led up to the official launch April 24, I’ve been impressed enough with the distribution to award it the eWEEK Labs Analyst’s Choice designation.

As with any would-be Windows rival, Ubuntu 8.04 faces an uphill battle for hardware and software certifications, although the move by Dell in 2007 to begin preloading Ubuntu on some of its notebook and desktop PCs points to progress on the hardware front.

As for software, the continued improvement of open-source alternative applications such as the OpenOffice.org productivity suite, Firefox Web browser and Evolution groupware client go a long way toward providing users with the tools they require to get their work done from a Linux-based desktop.

Go here to see rest of article… http://www.eweek.com/c/a/Linux-and-Open-Source/Ubuntu-804-Is-Ready-to-Take-On-Windows/

April 25, 2008

ASP.NET Technicians! Having Trouble With Your Web-Site & Firefox?

Filed under: IT Tools & Code, Uncategorized — Black Falcon @ 12:13 am


ASP.NET is an excellent development environment for creating web-sites with… even with its idiosyncrasies. However, making an ASP.NET site work with the Firefox browser can be a maddening experience; especially when you find the changes required are so slight and often ambiguous as a result.


This experience has happened to me more than I care to remember. And recently, I had the pleasure of reliving the anxiety associated with one of these tiny “gotchas” in one of my web-pages. It worked just fine in Internet Explorer but once I tested it under Firefox, I knew I was going to be in for another long debugging session.


What was the problem? Something we most likely take for granted as ASP.NET developers; the use of the “Element.innerText” property to extract information from a label control. Seems fairly innocuous enough as this property appears to be pretty standard fare for accessing portions of text in the HTML-DOM. This would be true except for the fact that Firefox has never heard of the “innerText” property and as a result doesn’t support it.


Firefox doesn’t do a lot of things we have all gotten used to with Internet Explorer, such as supporting my favorite scripting language, VBScript. Sorry, but I never liked JavaScript… However, I love Firefox and do a lot of testing with it against my own web development.


After a frustrating hour or two of research I finally found two articles on the Code-Project that not only solved this problem by providing a JavaScript function to emulate the “innerText” property but may help a lot of us ASP.NET developers in general experience a whole lot less pain when it comes to using our JavaScript skills with the Firefox browser.


So if you are currently undergoing one of these experiences with Firefox than rush over to the links below and find out if they are “the cure for what ails ya!”…


Steve
Black Falcon Software, Inc.

http://www.codeproject.com/KB/scripting/JavaScript_Tips.aspx (part 1)

http://www.codeproject.com/KB/scripting/JavaScript_Tips_-_Part_2.aspx (part 2)

September 28, 2007

Oops!: “Microsoft Stealth Update and Windows XP repair don’t mix”

Filed under: IT Oops!, Uncategorized — Black Falcon @ 12:48 am


Microsoft Stealth Update and Windows XP repair don’t mix
Click title to read rest of article at ZDNet.com…

Adrian Kingsley-Hughes
September 27th, 2007

Remember that Stealth Update I talked about a couple of weeks ago? The one that Microsoft sent down the pipes to XP and Vista users and installed it irrespective of whether the user had given consent for updates to be installed? Remember too how the apologists claimed that there was nothing wrong with how Microsoft had behaved because there was no harm done? Well, it turns out that this update isn’t as benign as we first thought and can indeed cause problems for Windows XP users if they try to repair their installation.

Information uncovered by Scott Dunn of WindowSecrets.com indicated that a bug in this update prevented users from being able to download and install patches on XP systems that have been repaired:


However, after running the repair option from an XP CD-ROM, Automatic Updates defaults to “on,” and the new 7.0.600.381 executables are automatically downloaded and installed. These new executables fail to register themselves with the operating system, preventing Windows Update from working as intended. This, in turn, prevents Microsoft’s 80 latest updates from being

September 12, 2007

Intelligence: “Dept of Homeland Security: inexcusable IT waste on ADVISE project”

Filed under: IT Intelligence, Uncategorized — Black Falcon @ 12:19 am


Dept of Homeland Security: inexcusable IT waste on ADVISE project
Click title for source at ZDNet.com…

September 10th, 2007
Michael Krigsman


Dep’t of Homeland Security: inexcusable IT waste on ADVISE project

Following its $30 billion virtual fence debacle, the Department of Homeland Security (DHS) has disclosed another failed IT-related project, this one costing $42 million. DHS has suspended, and will likely cancel, a massive data-mining initiative on grounds that it violated privacy standards. Significantly, the program has also suffered from dramatic, severe, and systematic project management failures.

The ADVISE (Analy­sis, Dissemina­tion, Visu­ali­zation, Insight and Semantic Enhance­ment) program, which is still in the prototype and testing stage, is part of a large-scale, anti-terrorism data analysis operation run by DHS. As reported by the Christian Science Monitor, ADVISE is intended to “display data patterns visually as ’semantic graphs’ – a sort of illuminated information constellation – in which an analyst’s eye could spot links between people, places, events, travel, calls, and organizations worldwide.” For additional background, see another Christian Science Monitor article written by Mark Clayton.
(more…)

Business: “IBM to give OpenOffice the Outlook e-mail killer it needs?”

Filed under: IT Business, Uncategorized — Black Falcon @ 12:12 am


IBM to give OpenOffice the Outlook e-mail killer it needs?
Click title for source at ZDNet.com…

Paula Rooney
September 10th, 2007

IBM has finally taken the big leap to support rival Sun’s OpenOffice.org project, a move that could have significant impact on the adoption of the open source Office suite.

As part of that commitment, announced Monday, IBM released its first code contributions from Lotus Notes such as accessibility enhancements. But more important, the Armonk, NY company, a longtime Linux supporter that competes aggressively against Sun in the server business, hinted that other “rich features” from the leading e-mail and groupware program could find its way into the OpenOffice code base.

Has the Outlook killer for OpenOffice finally arrived?

OpenOffice is the most promising open source alternative to Microsoft Office that runs on most Linux distributions, Windows, Macintosh and BSD but to date it has lacked an integrated e-mail service such as the Outlook client that is integrated in Microsoft Office.
(more…)

September 5, 2007

Linux: Moving From Windows To Linux…

Filed under: Uncategorized — Black Falcon @ 4:54 pm


Moving from Windows to Linux? Here’s how to take the good stuff with you
Click title for source at ComputerWorld.com…

Serdar Yegulalp
September 04, 2007

So you’re switching from Windows to Linux? Great. Like other users and organizations who’ve taken the plunge, it’s likely you’re making the move to take advantage of Linux’s stability and reliance on open standards. Now all you have to do is prepare carefully for your move.

In this case, careful prep means not just installing Linux on your system — either on your existing computer or a whole new machine — but also transferring your documents, bookmarks, preferences and system settings, and in some cases finding equivalent open-source applications for the Windows applications you were using before.

It’s not too difficult to find info on how to actually install Linux, but what about the process of migration, of moving what you’ve been doing on Windows over to Linux and doing the same thing there? Here, we give you the lowdown on the essentials of making a full-blown Windows-to-Linux migration. We tell you what you need to be prepared to do, how to move things over, and what applications to consider as replacements for many common Windows apps.
(more…)

Next Page »

Blog at WordPress.com.