Saturday, January 5, 2013

Computer scientists find vulnerabilities in Cisco VoIP phones

Jan. 4, 2013 ? Columbia Engineering's Computer Science PhD candidate Ang Cui and Computer Science Professor Salvatore Stolfo have found serious vulnerabilities in Cisco VoIP (voice over internet protocol) telephones, devices used around the world by a broad range of networked organizations from governments to banks to major corporations, and beyond. In particular, they have discovered troubling security breaches with Cisco's VoIP phone technology. At a recent conference on the security of connected devices, Cui demonstrated how they can easily insert malicious code into a Cisco VoIP phone (any of the 14 Cisco Unified IP Phone models) and start eavesdropping on private conversations -- not just on the phone but also in the phone's surroundings -- from anywhere in the world.

"It's not just Cisco phones that are at risk. All VoIP phones are particularly problematic since they are everywhere and reveal our private communications," says Stolfo. "It's relatively easy to penetrate any corporate phone system, any government phone system, any home with Cisco VoIP phones -- they are not secure."

Cui and Stolfo analyzed the phones' firmware (the software running in the computer inside the phone) and they were able to identify many vulnerabilities. They are particularly concerned with embedded systems that are widely used and networked on the Internet, including VoIP phones, routers, and printers, and have focused their research on developing new advanced security technology to protect these systems.

"Binary firmware analysis is commonly used to identify faulty software by the 'white hat' hackers and security scientists and researchers like our team," Stolfo says. "We performed this analysis to demonstrate a new defense technology, called Software Symbiotes, that protects them from exploitation."

Software Symbiotes is designed to safeguard embedded systems from malicious code injection attacks into these systems, including routers and printers.

"This is a host-based defense mechanism that's a code structure inspired by a natural phenomenon known as symbiotic defensive mutualism," Cui notes. "The Symbiote is especially suitable for retrofitting legacy embedded systems with sophisticated host-based defenses."

The researchers see these Symbiotes as a kind of digital life form that tightly co-exists with arbitrary executables in a mutually defensive arrangement. "They extract computational resources (CPU cycles) from the host while simultaneously protecting the host from attack and exploitation," explains Cui. "And, because they are by their nature so diverse, they can provide self-protection against direct attack by adversaries that directly target host defenses."

"We envision a general-purpose computing architecture consisting of two mutual defensive systems whereby a self-contained, distinct, and unique Symbiote machine is embedded in each instance of a host program," adds Stolfo. "The Symbiote can reside within any arbitrary body of software, regardless of its place within the system stack. It can be injected into an arbitrary host in many different ways, while its code can be 'randomized' by a number of well-known methods."

The Symbiote, which at runtime is required by its host to successfully execute in order for the host to operate, then monitors its host's behavior to ensure it continues to operate correctly, and, if not, it stops the host from doing harm. Removal, or attempted removal, of the Symbiote renders the host inoperable.

"The beauty of the Symbiote," says Cui, "is that it can be used to protect all kinds of embedded systems, from phones and printers to ATM machines and even cars -- systems that we all use every day."

Cisco has since released a patch to repair these vulnerabilities but it is ineffective. "It doesn't solve the fundamental problems we've pointed out to Cisco," Cui observes. "We don't know of any solution to solve the systemic problem with Cisco's IP Phone firmware except for the Symbiote technology or rewriting the firmware. We plan to demonstrate a Symbiote-protected Cisco IP Phone at an upcoming conference."

The research conducted by Stolfo and Cui was funded by DARPA (Defense Advanced Research Projects Agency), IARPA (Intelligence Advanced Research Projects Activity), and DHS (Department of Homeland Security).

Share this story on Facebook, Twitter, and Google:

Other social bookmarking and sharing tools:


Story Source:

The above story is reprinted from materials provided by Columbia University Fu Foundation School of Engineering and Applied Science. The original article was written by Holly Evarts.

Note: Materials may be edited for content and length. For further information, please contact the source cited above.


Note: If no author is given, the source is cited instead.

Disclaimer: Views expressed in this article do not necessarily reflect those of ScienceDaily or its staff.

Source: http://feeds.sciencedaily.com/~r/sciencedaily/matter_energy/technology/~3/r1zidhzaFag/130104155009.htm

Heather Clem Con Edison LaGuardia Airport weather radar the weather channel national grid LIPA

Cloud Software as a Service, Platforms | a computer hobbyist's ...

This is an overview of technologies that presently deliver software as a service over "the cloud", aka the internet. It partially answers the question of what platforms to buy for today and future needs, and compares with hosted apps versus operating a server internally. The use case is implementing a LAN for a call center, with predictive dialing.

Two buzzwords define the present and future of how software is sold: Software as a Service (SaaS) and "the cloud". They both mean delivering software services over the internet, and billing by use (rather than by selling the user a copy of the software). It's rented software that's operated remotely - but that's not quite as cool sounding as "sass" or "the cloud." I'll call it saas for this article.

Some History


Saas was the logical extension of the trend toward "thin clients" or "client server computing" or "remote desktop" where the user's PC doesn't run the software anymore, and the software is run on a central server. Organizations moved in this direction because it's cheaper to manage dozens of virtual desktops on one server computer than it is to send someone to a dozen offices to install software and fix computers.

(Because it was cheaper, Microsoft decided to price it's Terminal Services product dearly. At one time, it seemed to cost over $300 per user to have a thin client. So all the money saved by buying a slightly less expensive "thin client" ended up going to these license costs.)

Well, it turned out that with fast internet, you could do remote desktop over the internet, and instead of talking to a server in the office, you could use a server across the country. The next logical step was renting out software over the internet.

The three dominant technologies or companies involved in remote desktop are Microsoft's RDP, Citrix, and VNC. They all do basically the same thing - they shoot a picture of a remote desktop to your computer. RDP and VNC are pretty much generic commodity software today. Citrix has moved toward using VNC.

Web Browsers

At the same time that, web browsers were becoming better platforms for delivering software. Early web-based applications like Hotmail and ecommerce websites proved that it was possible to deliver software through a web browser. The breakthrough web application was Google Maps, which showed it was possible to create interactive, graphical software similar to traditional desktop software, and deliver it through a web page.

Due to the huge numbers of users familiar with web browsers over anything else, web-based software is the main platform for delivering saas.

Platform Differences

One big difference between remote desktop and web apps is that remote desktop uses very few computing resources, while web apps use a lot. You can run remote desktop on any PC built after 2000, and there are numerous cheaper ways to go (like Raspberry Pi). Web applications have varying requirements, but generally, if an app is new, it'll use more resources. Older apps that aren't upgraded with more features will use fewer, of course. I'm using a 4-core AMD running at around 1.6Ghz, with 4 Gigs of RAM, and it runs everything fine. In short, you need a real PC of some kind, and at least 1 Gig or RAM.

The other big difference between remote desktop and web apps is platform diversity. There are only two remote desktop platforms: RDP and VNC. Both are old and stable, and sometimes interchangeable. In contrast, there are at least four major web browsers, and three operating system platforms (if we ignore mobile platforms). There are also three different application development technologies. So there are many potential permutations of platforms!

Here are the lists of each:
Web Browsers: Internet Explorer, Firefox, Chrome, Safari
Operating Systems: Windows, Mac OS X, Linux
Application Technologies: HTML 5, Flash, Java

The market today favors Windows, Internet Explorer, Firefox, HTML 5, and Flash. Flash is declining, however, as HTML 5 has emerged as the platform of choice. (Not everyone agrees.[1]) HTML 5 basically works okay on all the browsers, but not totally identically. What is HTML 5? Read What is HTML 5.

(As noted above, Flash is in decline. So is Java - it's become a niche technology at best, despite many efforts. It's a technology that will have appeal mainly to enterprises with staff who know Java, and with Java server applications.)

When saas companies or web app companies decide what platforms to target, they balance the cost of developing for a platform against the number of users who use the platform and the overall quality of the platform.

They basically end up supporting Firefox or maybe Chrome browsers, and Internet Explorer. The former are chosen because the application developers like those browsers, and Internet Explorer is supported because it reaches the widest market of people who either buy cheap computers and don't install software, or who operate enterprise LANs and have software budgets.

Safari on OS X, and likewise Firefox and Chrome on Linux, are supported fairly well for platforms with a small fractions of the market, mainly because developers like these operating systems. Each platform has, at best, 5% of the market, but are popular with developers.

The general customer should use Windows, because there's no guarantee of support for the niche browsers, while there is always going to be support for IE on Windows, if you're willing to pay for it. You maximize your options by using the dominant platform.

If you get the impression that many web developers don't like Internet Explorer and Windows, you would be correct.

Web development companies that wish to make money, however, like supporting Internet Explorer and Windows, because they're popular. It's all about money.

So, unless your goal is to hire web developers or computer geeks, there's not much point to using anything but Windows. (Conversely, if you want to attract talent, you should consider not forcing them to use Windows.)

Performance

One other reason why web-based apps are leading against remote desktop hosted apps is that web based apps require fewer server resources. Most of the work is done in the web browser. To host a remote desktop, you basically need around 512,000,000 bytes of RAM, some disk, and maybe 1/10th of a CPU's time. To host a web app, you need a lot less, like maybe 100,000 bytes of RAM, some disk behind a database, and maybe 2 seconds of the CPU's time every minute (and really, probably a lot less than that).

That's all related to the relative needs of the computer for the two types of platforms, as listed above: in remote desktop, the server does most of the work; in web apps, the browser does most of the work.

If you're a development company, it's obviously better to have the customer's computer do more work, while leaving your server free to handle more customers. That means you can price your service cheaper, and attract more customers. The web browser wins. Deploying new applications to a general market via a remote desktop just doesn't make economic sense.

Internal Cloud

You can flip the situation by buying your own server and hosting internally. One product like that is Vicidialer, the open source dialer. You spend thousands of dollars up front, but then you don't pay the costs of renting software. It can make sense in the long term. The main risk is that you'll need to hire someone to service the hardware and network, and that will be expensive.

If you host your own service, it might make sense to use remote desktop. It saves you from buying expensive computers and Windows. You can avoid having hard disks, and just netboot off a server, and run RDP or VNC to virtual instances on a server.

My sense, though, is that the market is moving towards renting software. Being able to change vendors quickly is an advantage to the customer. Over time, more specialist vendors may emerge to service your niche.

The trade-off is cost: in the long run renting may cost more than buying outright.

1. Rean makes some good arguments about Flash. It has good tools for animations and creating visual games. My sense, however, is that for collaborative software development, the Adobe Flash environment isn't comfortable.

Source: http://riceball.com/d/content/cloud-software-service-platforms

ncaa bracket 2012 2012 ncaa bracket john carlson greg smith catamount mike dantoni bulls heat

Friday, January 4, 2013

Meredith Vieira Drops S-Bomb In 'Today' Slipup (VIDEO)

Meredith Vieira filled in for Kathie Lee Gifford on the fourth hour of Thursday's "Today," and it didn't take long for her to slip up and create a memorable live TV moment.

Pivoting off a debate about whether Hoda Kotb may have said "sh*t" on the air Wednesday, Vieira went back to the "Today" video archives to share a "sh*t" slipup of her own. In the archival footage, Vieira dropped the "s-bomb" in frustration while playing a driving video game.

But the word was clearly still on Vieira's mind when "Today" came back from commercial break a few minutes later. With a drink in one hand and notecard in the other, Vieira seemed surprised to be back live on the air so quickly, and accidentally let out a flustered ?Oh Sh*t!? Oops."

Her colleagues were delighted at the gaffe. Al Roker raised his arms in triumph, and Hoda smiled, sighed and said, "Just put it on Gawker immediately."

TV Replay scours the vast television landscape to find the most interesting, amusing, and, on a good day, amazing moments, and delivers them right to your browser.

Related on HuffPost:

"; var coords = [-5, -72]; // display fb-bubble FloatingPrompt.embed(this, html, undefined, 'top', {fp_intersects:1, timeout_remove:2000,ignore_arrow: true, width:236, add_xy:coords, class_name: 'clear-overlay'}); });

Source: http://www.huffingtonpost.com/2013/01/03/meredith-vieira-today_n_2405390.html

mega ball lottery winner lottery numbers mega millions lottery jackpot winning numbers mega millions megamillions drawing

Real Estate Investing ? REIClub Members Learn to Invest in Real ...

http://www.youtube.com/v/Uqng7QmC_5o?version=3&f=videos&app=youtube_gdata

www.REIClub.com ? Investing In Real Estate Is Made Easy With REIClub. Here?s Why Real Estate Investors Subscribe To Our FREE Mailing List? Hi, this isFrank Chen with REIClub.com, the only site you need as a real estate investor. Today I?ve got a quick video on the benefits you gain when subscribing to REIClub?s email list. First and Foremost, for those real estate investors already on our list, thanks for your continued support, for those who have yet to subscribe, I want to let you know its absolutely free to subscribe to REIClub.com, and we are one of the top real estate investing clubs websites on the internet. http Once you subscribe, you will be joining a privileged group of real estate investor that will? ? be the first to know about new real estate investing weekly articles, new weekly videos, success stories, upcoming events, and creative real estate investing strategies. ? receive the Monthly Update with all the new information, tools and resources on the site ? get invited to our free online real estate investing training calls on important real estate topics every two weeks ? keep you informed about hot topics in our active discussion forums and new product releases All which are incredibly beneficial to the growth of your education, and your real estate investment business. As an added bonus just for subscribing, you will get some pretty cool bonuses? 103 Minute Video ? ?Raising Private Money For Your Real Estate Deals? 30 Page Ebook ? ?How to Hire Your ?

Follow this link:

Real Estate Investing ? REIClub Members Learn to Invest in Real Estate

Source: http://www.bizways.net/2013/01/real-estate-investing-reiclub-members-learn-to-invest-in-real-estate/

yahoo news nbc news cnn news Connecticut shooting Nancy Lanza school shootings cbs news

2013 auto sales will be strong, firm predicts

DETROIT (AP) ? An auto industry research firm says an improving economy and a host of new models should push U.S. auto sales above 15 million this year.

The Polk research firm says auto sales should continue to lead the country's economic recovery. Polk predicts 15.3 million new vehicle registrations this year, up nearly 7 percent from 2012.

Automakers release December and full-year sales for 2012 on Thursday. Analysts predict sales of around 14.5 million, the strongest year since 2007.

Polk expects 43 new models to be introduced this year, up 50 percent from last year. New models usually boost sales. The company also predicts a rebound in large pickup truck sales.

But the optimistic forecast firm hinges on Washington reaching agreement on spending cuts that could happen later in the year.

Source: http://news.yahoo.com/2013-auto-sales-strong-firm-predicts-145043885--finance.html

the weather channel national grid LIPA MBTA Cnn Live Garcinia Cambogia Little Things One Direction

Video: Dad surprised with puppy after family dog dies

Sorry, Readability was unable to parse this page for content.

Source: http://video.today.msnbc.msn.com/today/50351982/

tax day freebies madison bumgarner wnba draft tax day april 17 boston marathon tu pac hologram

Optical strontium clock to become much more accurate

Jan. 2, 2013 ? An optical clock with neutral strontium atoms is considered one of the top candidates for the definition of a "new" second. The probabilities have increased considerably, since its frequency will now be determined more accurately (probably by an order of magnitude). Scientists of the Physikalisch-Technische Bundesanstalt (PTB) have laid the foundation for this by measuring, for the first time, the influence of the most important uncertainty factor, namely the ambient temperature. To date, its influence could only be derived theoretically.

Their results, which have been published in the latest issue of the scientific journal Physical Review Letters, might well spark interest also in geodesy and in fundamental physical research -- more specifically: in the question as to whether fundamental constants are really constant.

Optical clocks are deemed the clocks of the future. This has several reasons: they could allow the SI base unit the second (which is already the most accurate of all SI base units anyway) to be realized even more accurately. Its definition would then no longer be based on the interaction of microwave radiation with caesium atoms, but on the interaction of optical radiation with strontium (or other) atoms or ions. But even before the new definition, optical clocks are useful, e.g., in geodesy where they can help determine Earth's geoid (basically, the exact position of "sea level") even more accurately than before. Furthermore, they provide fundamental physicists with the long-awaited instrument to perhaps detect possible changes in the fundamental constants, e.g. the fine-structure constant.

The reason why optical clocks are so accurate is that optical radiation oscillates extremely fast -- considerably faster than microwave radiation, which is currently used in caesium atomic clocks to "produce" the second. The faster the "pendulum" (the oscillating system) of a clock, the finer the time can, in principle, be broken down and, thus, the more stable and accurate the clock becomes. In an optical strontium clock, a cloud of neutral strontium atoms is cooled down in two steps by means of laser radiation until the atoms finally exhibit a speed of only a few centimetres per second. A so-called "optical lattice" ensures that the atoms are trapped and can virtually no longer move. Unfortunately, strontium atoms, of all things, react relatively strongly to changes in the ambient temperature; their atomic levels are then shifted energetically, which causes the clock to become inaccurate.

This is the highest contribution to the uncertainty of this clock, and PTB scientists have now succeeded in measuring it for the first time. To this end, they, however, needed an auxiliary system: in order to carry out measurements with the required accuracy, they considerably amplified the effect by using a static electric field instead of the alternating electromagnetic field of blackbody radiation. They constructed a special parallel-plate capacitor whose electric field is known with a few-ten-ppm accuracy. For this purpose, the distance between the two plates, which amounted to 0.5 cm, may only vary by a few 100 nm over its length of 7 cm; the same applies to the accuracy of the distance.

With this parallel-plate capacitor, the PTB scientists measured the influence of electromagnetic fields on the two decisive (for their clock) eigenstates in the strontium atom. In this way, they determined its uncertainty contribution to the total measurement uncertainty to 5 ? 10-18. And because just this influence had, to date, been the most restrictive influence on the total measurement uncertainty, one can expect the next frequency measurements of the clock as a whole to lie well below the previously attained 1 ? 10-16.

Share this story on Facebook, Twitter, and Google:

Other social bookmarking and sharing tools:


Story Source:

The above story is reprinted from materials provided by Physikalisch-Technische Bundesanstalt (PTB).

Note: Materials may be edited for content and length. For further information, please contact the source cited above.


Journal Reference:

  1. Thomas Middelmann, Stephan Falke, Christian Lisdat, Uwe Sterr. High Accuracy Correction of Blackbody Radiation Shift in an Optical Lattice Clock. Physical Review Letters, 2012; 109 (26) DOI: 10.1103/PhysRevLett.109.263004

Note: If no author is given, the source is cited instead.

Disclaimer: Views expressed in this article do not necessarily reflect those of ScienceDaily or its staff.

Source: http://feeds.sciencedaily.com/~r/sciencedaily/~3/3E7hGcWN0L8/130102104947.htm

tupelo honey limp bizkit stations of the cross nike foamposite galaxy bill maher seabiscuit dingo