User Control Panel
Search iVirtua
Advanced/Tag Search...
Search Users...
What is iVirtua Exclusive Community?
  • An exclusive gaming industry community targeted to, and designed for Professionals, Businesses and Students in the sectors and industries of Gaming, New Media and the Web, all closely related with it's Business and Industry.
  • A Rich content driven service including articles, contributed discussion, news, reviews, networking, downloads, and debate.
  • We strive to cater for cultural influencers, technology decision makers, early adopters and business leaders in the gaming industry.
  • A medium to share your or contribute your ideas, experiences, questions and point of view or network with other colleagues here at iVirtua Community.
Guest's Communication
Live Chat
Teamspeak (VOIP) Audio Conference
Private Messages
Check your Private Messages
Themes
Choose an iVirtua Community theme to reflect your interests...
Business Theme
India/Arabic Theme

Gaming Theme
iVirtua Recommends
Fly Emirates Advertising
New technology means that bugging is as easier than ever
Digg This Digg Topic Tag it on del.icio.us Tag topic on On del.icio.us Technorati Search Technorati Search Post to Slashdot Post to Slashdot
You are currently in Hardware, Internet, Networking, Comms and Security
Post new topic Reply to topic
Wed Feb 06, 2008 4:37 am Reply and quote this post
It remains a golden rule for spies of any persuasion that a walk in the parkis still the safest environment for receiving secret information verballyfrom an agent.
Anything divulged inside a building or a private car is potentially open to anextraordinary array of eletronic bugging devices or telephone interceptsystems. Bugging is a fine art, and the technology has leapt forward inrecent years.
The electronic bug allegedly used by the police to eavesdrop on theconversation between Babar Ahmad, suspected of having links to terroristorganisations, and Sadiq Khan, his constituency MP, during a meeting inWoodhill prison in Milton Keynes, was probably the conventional type.
The basic form of bug requires someone to listen in from several hundredsyards away, or to have a recording system hidden nearby that can store manyhours of conversation.

The Times wrote:

However, the latest electronic listening device is known as the GSM bug.Michael Marks of Spymaster, a company that supplies surveillance equipment,told The Times: “With one of these new bugs, all you have to do isplace it covertly under someone’s desk. It’s like a miniature cellularphone. You can ring it from thousands of miles away, it answers silently andyou can listen in on conversations. The GSM bug could be in an office inLondon but the person listening to the conversations could be in Australia.”
The renegade former MI5 officer, Peter Wright, author of the controversial Spycatchermemoir, claimed that in his early years as a Security Service officer, “Webugged and burgled our way across London at the state’s behest, whilepompous bowler-hatted civil servants in Whitehall pretended to look theother way.”
Since those cavalier days in the 1950s and 1960s, bugging and burgling onbehalf of the state have had to be authorised with warrants. Neitherministers nor senior civil servants have been allowed to turn a blind eye,because the security and intelligence services are accountable to Britishlaw and Parliament.
However, the level of authorisation varies according to the operation.Interception of telephone calls, post and e-mails has to be authorised witha warrant from a Secretary of State, normally the Home Secretary or ForeignSecretary, but also the Northern Ireland Secretary in dealing with Irishterrorism.
There are also two types of covert surveillance - directed and intrusive. Thelatter where police officers or MI5 officers seek to place electronicbugging devices inside residences or private vehicles, a warrant signed bythe Home Secretary is required.
However, directed surveillance, where police or the intelligence services wantto follow an individual in public or conceal a surveillance device withouthaving to interfere with property - and that includes bugging a prison cellor a table in the visitor’s room - can be authorised “internally”. In thecase of the police, authorisation can be granted by a superintendent.
Prison cells are not bugged routinely, but in the past there have beenexamples where conversations between terrorist suspects and other prisonershave been overhead by means of hidden listening devices.
In the recent trial of four Pakistani-born terrorists who pleaded guilty toplotting to kidnap and behead a British Muslim soldier, it was revealed thatMI5 had entered the house of Parviz Khan, the ringleader, and planted bugs.That break-in would have required a warrant from the Home Secretary.

Although electronic bugs remain the staple diet of the surveillance community,the mobile phone has provided a revolution in eavesdropping techniques. Theycan be used as bugging devices themselves, simply by placing them covertlyin an office or home being targeted and switching them on. Mobiles thatdouble as listening devices can be bought on the internet.
Terrorists are fully aware that encrypted mobile phones are vulnerable toeavesdropping by the authorities. “If you can acquire the service number ofthe mobile phone, what’s called the IMEI number, located just under thebattery, you can tap in to people's conversations,” Mr Marks said.
Terrorists try to foil the counter-terrorist surveillance experts by buyingpay-as-you-go mobile phones which they use once and then throw away.
When it was alleged in 2004 that Kofi Annan, then United NationsSecretary-General, had had his offices bugged by American or Britishintelligence services, there was much speculation over whether the form ofeavesdropping had been a planted mobile phone or an electronic bug.
However, there are other more sophisticated methods, including using lasertechnology. A laser beam bouncing off an office window can pick up thevibrations of conversation which can then be translated into speech.
<!-- End of pagination --><!-- Show rating of this article --><!-- Functionality for Comment :START--><!-- Functionality for Comment -->var show=false;var articleID = "3305267";var sHaveYourSay = 'Have your say';var sCollapseForm = 'Hide the form';var sHideMostComments = 'Show fewer comments';var errorString = '';var testFlag = true;var nTotalCharacters = 1000;     // Value for the total number of characters that can be submitted - change to suit requirements //// Array of required fields for the named formvar aFormEnterViewCommentValidation = new Array('your_view','name','email','town_fs_city');/*get the cookie string in cookie associated with cookiename*/function getCookie(Name) {var search = Name + "="var CookieString = document.cookievar result = nullif (CookieString.length> 0) {offset = CookieString.indexOf(search)if (offset != -1) {offset += search.lengthend = CookieString.indexOf(";", offset)if (end == -1)end = CookieString.lengthresult = unescape(CookieString.substring(offset, end))}}return result}/*set the cookie string in cookie*/function setCookie (name, value, lifespan) {var cookietext = name + "=" + escape(value)if (lifespan != null) {var today=new Date()var expiredate = new Date()expiredate.setTime(today.getTime() + 1000*60*60*24*lifespan)cookietext += "; expires=" + expiredate.toGMTString()}document.cookie = cookietextreturn null}/*validating whether required fields are being entered before submitted*/function PostingValidate(objForm) {// if remember me is checked, the information is saved into the cookiesif(objForm.remember_me){setCookie('TimesOnlinecomment_name',objForm.name.value,30);setCookie('TimesOnlinecomment_email',objForm.email.value,30);setCookie('TimesOnlinecomment_city',objForm.city.value,30);setCookie('TimesOnlinecomment_countryState',objForm.countryState.value,30);}// seting the title to article headline so that the moderator get to know on which article, comment is madeobjForm.title.value = "Analysis: New technology means that bugging is as easy as a walk in the park";errorString = '';testFlag = true;if(objForm.body.value.length=="0"){objForm.body.focus();document.getElementById("label_your_view").className = 'color-bd0000';document.getElementById("label_your_view").style.fontWeight = 'bold';testFlag = false;errorString = '
* Please enter the comment';}else {document.getElementById("label_your_view").className = '';document.getElementById("label_your_view").style.fontWeight = 'normal';}if(objForm.name.value.length=="0"){objForm.email.focus();testFlag = false;document.getElementById("label_name").className = 'color-bd0000';document.getElementById("label_name").style.fontWeight = 'bold';errorString += '
* Please enter the Name';}else {document.getElementById("label_name").className = '';document.getElementById("label_name").style.fontWeight = 'normal';}if(objForm.email.value.length=="0"){objForm.body.focus();testFlag = false;document.getElementById("label_email").className = 'color-bd0000';document.getElementById("label_email").style.fontWeight = 'bold';errorString += '
* Please enter the Email';}else {if(objForm.email.value.indexOf("@",1)==-1){document.getElementById("label_email").className = 'color-bd0000';document.getElementById("label_email").style.fontWeight = 'bold';testFlag = false;errorString += '
* Please enter a valid Email';}else{document.getElementById("label_email").className = '';document.getElementById("label_email").style.fontWeight = 'normal';}}if(objForm.city.value.length=="0"){objForm.body.focus();testFlag = false;document.getElementById("label_town_fs_city").className = 'color-bd0000';document.getElementById("label_town_fs_city").style.fontWeight = 'bold';errorString += '
* Please enter the city';}else {document.getElementById("label_town_fs_city").className = '';document.getElementById("label_town_fs_city").style.fontWeight = 'normal';}if (testFlag == false){document.getElementById("enter-view-comment-error-container").className = 'color-bd0000';document.getElementById("enter-view-comment-error-container").style.fontWeight = 'bold';document.getElementById("enter-view-comment-error-container").innerHTML = "
Error: "+errorString+"
";return false;}else {return true;document.getElementById("enter-view-comment-error-container").className = '';document.getElementById("enter-view-comment-error-container").style.fontWeight = 'normal';}}var sReadAllComments = "";<!-- BEGIN: M20 - Enter View Comment -->

Contributed by Editorial Team, Executive Management Team
372659 iVirtua Loyalty Points • View ProfileSend Private MessageBack to Top

Related Articles
Post new topic   Reply to topic


Page 1 of 1

iVirtua Latest
Latest Discussion

Discuss...
Latest Articles and Reviews

Latest Downloads
Subscribe to the iVirtua Community RSS Feed
Use RSS and get automatically notified of new content and contributions on the iVirtua Community.


Tag Cloud
access amd announced applications author based beta building business card case company content cool core course cpu create data deal dec demo design desktop developers development digital download drive email feature features file files firefox flash free future gaming google graphics hardware help industry information intel internet iphone ipod jan launch linux lol love mac market media memory million mobile money movie music net nintendo nov nvidia oct office official online patch performance playing power price product program ps3 pst publish ram release released report rss sales screen search security sep server show size software sony source speed support technology thu tue update video vista war web website wii windows work working works xbox 360 2006 2007 2008

© 2006 - 2008 iVirtua Community (UK), Part of iVirtua Media Group, London (UK). Tel: 020 8144 7222

Terms of Service and Community RulesAdvertise or Affiliate with iVirtuaRSSPress Information and Media CoverageiVirtua Version 4PrivacyContact