Thursday, July 31, 2014

Pretty good news for privacy-oriented people! BitTorrent unwraps its new instant messaging program that doesn’t store your metadata and helps you with encrypted communication to keep your online conversations private, whether its voice or text communications.
BitTorrent named its Online chat service as "Bleep", a decentralised peer-to-peer voice and text communications platform that offers end-to-end encryption, therefore is completely safe from the prying eyes. In order to spread users’ voice and text conversations, Bleep make use of the BitTorrent distributed network rather than a centralised server.
Unlike Skype or Google Hangouts, Bleep comes with with a completely decentralized design, giving you extremely strong anonymity.
WHY BLEEP?
"We never see your messages or metadata," said Jaehee Lee, the senior product manager for Bleep, in a blog post announcing the new app on Wednesday. "As far as we're concerned, anything you say is 'bleep' to us."
Bleep chat application promises security and privacy of your conversations that go through different nodes of encrypting instant message traffic by using the same decentralized approach which is behind torrents.

For now, the company has released Bleep invite-only pre-alpha for Windows 7 and Windows 8 users, so you can sign up now.
According to the Bleep project head Farid Fadaie, there are two main components to its architecture:
The new peer-to-peer communication platform, which was built on a fully distributed Session Initiation Protocol (SIP) server engine.
The User Interface, a chat-and-voice-enhanced application that will be continuously updated over time to provide a great messaging experience.
"BitTorrent does not track or store information on who is communicating with whom, or when communications happen," Fade said in a post. "We are not even storing data temporarily on servers and then deleting it. We never have the meta data in the first place. Person A finds Person B through other nodes in the network. We never track or store who is looking for whom."
Till now, there is no possible security or privacy weaknesses listed by the company, but if attackers could succeeded in spoofing nodes of the BitTorrent traffic, they would intercept or redirect communications.
BitTorrent chat app uses secure encryption protocols such as curve25519, ed25519 , salsa20, poly1305, and others for end to end encryption of whole communications, which according to him, "should be the new normal in the post-Snowden era".
It is very simple to use. You can sign up now with an email address, phone number, or even as unlisted so that you don't have to provide any personal identifiable information. After that you can invite your friends and can also import your Google address book.

OTHER ENCRYPTED CHAT PLATFORMS
Instant messaging apps that offers end-to-end encryption have surfaced fast in the wake of NSA revelations made by global surveillance whistleblower Edward Snowden.
One such promising service is Invisible.IM chat service, an anonymous Instant Messenger (IM) that leaves no trace as it is supposed to use the Tor anonymizing network to distribute chatter wrapped in OTR encryption.
Also Tor Browser Bundle is currently working on a new Privacy tool called 'Tor Instant Messaging Bundle' (TIMB), that will help you with encrypted communication to keep your online conversations private.

India’s security market to hit $1.06 billion by 2015

Security market in India is expected to touch $ 1.06 billion by 2015 as an increasing number of enterprises invest in these solutions to protect their business especially in the digital world, research firm Gartner today said.

According to Gartner, security vendor revenue (hardware, software and services) in India will grow from $ 882 million in 2013 to $ 953 million in 2014. This is forecast to reach USD 1.06 billion in 2015, it added.

“Organisations are today increasingly more aware of security considerations in India, driven by factors like highly visible security incidents, increasing financially (corporate espionage, underground economy) and politically (hacktivists and nation states) motivated advanced targeted attacks and renewed regulatory focus on security and privacy,” Gartner said.

Of the total market, security services (consulting, implementation, support and managed security services) accounted for more than 55 per cent and this trend is expected to continue into the foreseeable future.

“Enterprises in India that traditionally did not focus on, or invest in, a lot of security technologies are now beginning to realise the implications that a weak security and risk posture can have on their business,” Gartner Principal Research Analyst Sid Deshpande said.

Verticals like banking and financial services, that have had a strong focus on security, are now preparing themselves for IT digitalisation.

They are investing in technology approaches that can enable them to grow their business securely while embracing digital business models, he said.

Though this heightened awareness is creating increased budget allocations for security, there is a skills deficit in the security space in India (relative to the demand), which is a challenge.

Gartner said though security awareness is increasing steadily among enterprises, consumer security sub-segment will display modest growth.

“The importance of data privacy and security is not well understood by consumers in India and this situation is likely to continue to affect market growth in the consumer security space,” Gartner said.

 

Russia demands apple to submit the source code

Just few days after the announcement that Russian government will pay almost 4 million ruble (approximately equal to $111,000) to the one who can devise a reliable technology to decrypt data sent over the Tor, now the government wants something which is really tough.

APPLE & SAP, HAND OVER YOUR SOURCE CODES
Russian government has asked Apple to provide the access to the company’s source code in an effort to assure its iOS devices and Macintoshes aren’t vulnerable to spying. Not just this, the government has demanded the same from SAP as well, which is an enterprise software that manages business operations and customer relationships.
Russia proposed this idea last Tuesday when Communications Minister Nikolai Nikiforov met SAP’s Russian managing director Vyacheslav Orekhov, and Apple’s Russian general manager Peter Engrob Nielsen, and suggested that both the companies give Russian government access to their source code.
Russia has put out a tender on its official government procurement website for anyone who can identify Tor users. The reward of $114,000 seems pretty cheap for this capability. And we now get to debate whether 1) Russia cannot currently deaonymize Tor users, or 2) Russia can, and this is a ruse to make us think they can't.

Conference on Deception

There was a conference on deception earlier this month. Sophie Van Der Zee has a summary of the sessions.

The Costs for NSA

New America Foundation has a new paper on the costs of NSA surveillance: economic costs to US business, costs to US foreign policy, and costs to security.
News article.

Monday, July 28, 2014

Linux File System / Linux Directory Structure

Lets discuss about the Linux file System structure. This is a Common Topic of Linux because in this topic you can understand Linux core concept. Mostly when you are working on live environment. You need many time Linux File System for create new documents. Every Directory of Linux File System has particular mean. If you want to understand easily Linux directory Structure then read below.
linux-file-system

Levels of Linux File System Structure



0 ‘s ( root(/) ) Level Linux File System:-

This is core level of Linux file system. Under this section only one part and name is root directory (/).Every Linux File System are start from root directory only super user ( Administrator ) has privileges to write file or directory in this section.
file-system-structure

1’s level Linux File System



/bin – User binaries

This directory has all local user binary executable files. Which command you used in daily purpose or not have root privileges are part in this directory. Like as ps, ls, grep, cp and many more.

/sbin – User Binaries

This directory has all super user privileges commands. Which command only can used if you have super user or equal privileges. Directory /sbin also have executable file like as ifcfg , mkfs , init, fdisk , lsmod, etc.

/etc – Configuration Files

Basically this directory is mostly used because mostly program configuration file present here. If you want to edit or configure file then you need /etc directory. If you need to start and stop service of any particular program then also need it. For Example: yum.conf , host.conf, ntp.conf, resolve.conf etc.

/dev – Device Files

/dev Directory contain system related devices files. Here you can find out terminal related files or your secondary storage devices also present in /dev directory.

/tmp-Temporary Files

/tmp Directory contain temporary files. This is created by Users of System. When System is restart your previous temporary files are remove automatically.

/proc – Process Information

/proc Directory contain system information mean all about physical server. How much resources do you have? Means if you want to find out your system Primary memory then you should check under this directory #cat meminfo. Under this directory you can find various important file like as cpuinfo, meminfo, patitions, diskstat, services, uptime, version..etc.
proc-directory-structure

/var – Variable Directory

/var Directory contains variable files. And also contain system log file or error files related to executed application. If you want to find out your system log then you should check under /var/log directory.
var-directory

/home – Home Directory

/home Directory contains all local user personal files or directories. For Example : /home/sham, /home/john, /home/merry ..etc.

/lib – System Libraries

/lib Directory contains system library files. These file support binary located under /bin or /sbin. For Example: libk5crypto.so.3.1, libwrap.so.0, libxtables.so.4.0.0..etc.
lib-directory

/boot – Boot Loader Files

/boot Directory contain boot related files. Means kernel related files like as initrd, grub files, vmlinux ..etc.

/mnt – Mount Directory

/mnt Directory contains mount point of physical hard disk or partitions.

Saturday, July 26, 2014

Automating your own botnet in cloud

Two researchers have built a botnet using free anonymous accounts. They only collected 1,000 accounts, but there's no reason this can't scale to much larger numbers.

Internet Explorer Vulnerabilities Increase 100%

Bromium Labs analyzed public vulnerabilities and exploits from the first six months of 2014. The research determined that Internet Explorer vulnerabilities have increased more than 100 percent since 2013, surpassing Java and Flash vulnerabilities. Web browsers have always been a favorite avenue of attack, but we are now seeing that hackers are not only getting better at attacking Internet Explorer, they are doing it more frequently.

Dropbox Head Responds To Snowden Claims About Privacy

When asked for its response to Edward Snowden's claims that "Dropbox is hostile to privacy", Dropbox told The INQUIRER that users concerned about privacy should add their own encryption. The firm warned however that if users do, not all of the service's features will work. Head of Product at Dropbox for Business Ilya Fushman says: "We have data encrypted on our servers. We think of encryption beyond that as a users choice. If you look at our third-party developer ecosystem you'll find many client-side encryption apps....It's hard to do things like rich document rendering if they're client-side encrypted. Search is also difficult, we can't index the content of files. Finally, we need users to understand that if they use client-side encryption and lose the password, we can't then help them recover those files."

Friday, July 25, 2014

Most Secure-OS Under Caution

I'd like more information on this.

Wednesday, July 23, 2014

Update your web browser to Mozilla Firefox 31 to patch 11 security bugs


Mozilla Firefox recommends its users to install the security update as soon as possible, warning that the three critical vulnerabilities discovered in its browser could be exploited by attackers and leverage them to "run attacker code and install software, requiring no user interaction beyond normal browsing".


CRITICAL VULNERABILITIES
The three major vulnerabilities are as follows:
  1. MFSA 2014-62 - This is one of the three critical vulnerabilities reported by Patrick Cozzi and get fixed in the newer version of the browser. The vulnerability allows the exploitation of a WebGL crash with Cesium JavaScript library. Much details about the flaw are not known at the time, but Mozilla notes that the flaw cannot be exploited through email in the Thunderbird client because scripting is disabled.
  2. MFSA 2014-59 - The second critical flaw discovered in the browser, reported by Mozilla community member James Kitchener, refers to a use-after-free vulnerability when handling DirectWrite font. The vulnerability could be exploited by an attacker to crash Firefox due to an error in the way it handles font resources and tables, when rendering MathML content with specific fonts. However exploiting this flaw would be possible only on Windows platform, it does not affect OS X or Linux systems.
  3. MFSA 2014-56 - This vulnerability refers to miscellaneous memory safety hazards, identified by Mozilla developers, that affected Mozilla version 30. Mozilla fixed several memory safety bugs in its browser engine used in Firefox and other Mozilla-based products in order to safeguard its customers.
Some of these bugs showed evidence of memory corruption under certain circumstances, and we presume that with enough effort at least some of these could be exploited to run arbitrary code,” Mozilla wrote.
OTHER SECURITY VULNERABILITIES
Mozilla also addresses two high rated vulnerabilities that cause a potential danger, as they could be used by an attacker to fetch users’ personal and sensitive information from other websites they visit or inject malicious code into those websites to infect users.
Moreover, the security issues fixed in the latest revision of Firefox mostly refer to use-after-free vulnerabilities, in Web Audio, with the FireOnStateChange event and when manipulating certificates in the trusted cache.
Also, to provide more security to its customers, the company has announced a protection mechanism against malicious downloads in its latest build. The feature relies on the Safe Browsing API from Google and leverages application reputation information to detect malware in file downloads.
The protection mechanism consists in verifying the metadata, such as download URL, SHA-256 hash, details about the certificate, belonging to the item requested by the user, and comparing it to a given block list.
Based on a local list of files and remote one, the verification of the metadata is carried out. If a match is found the file is not saved to disk. On the other hand, when files are signed, they are matched from a given whitelist, and the binary is marked as trusted and as a result of it, the remote check is no longer performed.
Additionally, a new SSL/TLS certificate verification is now available on Firefox latest build 31 that uses a more powerful and easier to maintain “mozilla::pkix” library. No doubt this change would go unnoticed by the regular user, but it would protect its users from the compatibility issues arose for websites that do not use an authorized certificate accepted in the Mozilla CA Program.
Update your Mozilla Firefox and Thunderbird as soon as possible. Stay Safe! Stay Secure!

Edward Snowden: 'If I end up in chains in Guantánamo I can live with that'

The 31-year-old former US National Security Agency (NSA) contractor Edward Snowden has warned that during surveillance, among other things, NSA system administrators also intercepted and routinely passed the nude photos of people in "sexually compromising" situations among other NSA employees.
In a video interview, NSA whistleblower speaks with the Guardian editor-in-chief Alan Rusbridger and reporter Ewen MacAskill in Moscow, which was then published by the Guardian on Thursday.

WOOOH!! ATTRACTIVE NUDIE PICS - PASS IT ON TO BILL TOO
"You've got young enlisted guys, 18 to 22 years old. They've suddenly been thrust into a position of extraordinary responsibility where they now have access to all of your private records," he said in the video interview.
"During the course of their daily work they stumble upon something that is completely unrelated to their work in any sort of necessary sense – for example, an intimate nude photo of someone of in a sexually compromising situation, but they're extremely attractive. So what they do? They turn around in their chair and show their co-worker."
The co-worker says: ‘Hey that's great. Send that to Bill down the way.’ And then Bill sends it to George and George sends it to Tom. And sooner or later this person's whole life has been seen by all of these other people. It's never reported.
When Guardian's Alan Rusbridger asked Snowden, “You saw instances of that happening?
Snowden responded positively saying, “Yeah.
Numerous?
It's routine enough, depending on the company that you keep, it could be more or less frequent," Snowden says. "These are seen as the fringe benefits of surveillance positions."
NO COMEBACK OF THOSE PICS
The person’s whose private life has been exposed never know about it, because the internal auditing procedures at the NSA are incredibly weak that there is no comeback of those intercepted naked photos.
“The fact that your private images, records of your private lives, records of your intimate moments have been taken from your private communications stream from the intended recipient and given to the government without any specific authorization without any specific need is itself a violation of your rights,” he added and questioned, “Why is that in a government database?”
DROPBOX - HOSTILE TO PRIVACY
Edward Snowden said cloud storage service Dropbox is "hostile to privacy," and called for more companies to offer services that prevent government snooping.
Snowden spread light on the cloud storage provider company, Spideroak, which offers greater protection to its users. The only fact behind it is that the company stores all the users data for backups, but in an encrypted form. So, its employees do not have access to the encrypted user data. Also if the government ask for user data, the company cannot hand over any meaningful or decrypted content.
Snowden calls Dropbox, a "PRISM wannabe." He asserted that the cloud storage Dropbox has recently appointed former US Secretary of State Condoleezza Rice to its board of directors, who Snowden said is “hostile to privacy” and described her as "the most anti-privacy official you can imagine."
Accountants, lawyers, and doctors should all level up their skills, Snowden said, and journalists in particular should be aware that a single slip up could compromise their sources.
I COULD LIVE IN U.S. PRISON -- SNOWDEN
Snowden addressed a number of things, noting that if he ended up in US prison facility at Guantánamo Bay, Cuba, he could “live with” that. He again dismissed any claim that he was or is a Russian spy or agent, describing those allegations “bullshit.”
"I'm not going to presume to know what a jury would think, or to say what they should or should not think. But I think it's fair to say that there are reasonable and enduring questions about the extent of these surveillance programs, how they should be applied and that should be the focus of any trial," he said.
UPDATE
The NSA’s spokesperson said such activity wouldn’t be tolerated, but didn’t explicitly deny the Snowden’s claim.
NSA is a professional foreign-intelligence organization with a highly trained workforce, including brave and dedicated men and women from our armed forces,” said spokesperson Vanee Vines by email. “As we have said before, the agency has zero tolerance for willful violations of the agency’s authorities or professional standards, and would respond as appropriate to any credible allegations of misconduct.

Securing Thermostat

A group of hackers are using a vulnerability in the Nest thermostat to secure it against Nest's remote data collection.

Tuesday, July 22, 2014

Pros And Cons of Employee File Sharing

The growth in the use of mobile devices and cloud-based services brings many benefits, including providing workers with greater freedom to work in ways that suit them best. But they also bring many challenges to organizations regarding how corporate data is handled and stored. One particular area of growth in terms of cloud services is file sharing.

There are many options to choose from in terms of cloud file-sharing and storage services, many of which consumers can sign up for themselves and are not sanctioned for use by the organization for which they work. If employees use unsanctioned services for storing and sharing work-related information, that information is therefore out of the purview of the organization, meaning that it loses control and visibility over its data and the audit trail is lost. There is also greater risk that the information could be lost or accessed inappropriately, leading to a security breach.
According to a recent study conducted by the Association of Information and Image Management professionals (AIIM), 30% of respondents are seeing increasing use of unofficial cloud content-management and file-sharing services. However, only 5% have an official cloud-based option provided to them. In terms of policies for the use of consumer-oriented file-sharing services, 45% state that their organization has an official policy, although only 12% state that this policy is enforced. A full 37% state that their organization has no policy whatsoever. The reasons given for the use of such services are firstly the need to share content with project groups, followed by convenience, simplicity, and better mobile access.

In order to control such activity, organizations need not only to develop and enforce policies regarding the use of document-sharing services, but also educate their employees regarding the dangers of using unsanctioned services for file sharing and storing corporate information.
However, given the growing popularity of cloud-based file-sharing services, the best option is for organizations to provide their employees with a secure, centrally managed file-transfer service so that they have visibility over what information is being stored there, as well as who is accessing it.
When providing such a service to employees, there are a number of factors that should be considered. Security must be robust, providing strong authentication and access-control mechanisms, synchronization with the organization’s user directories, and including encryption for all data in transit and stored within the service. Mobile device management capabilities, such as providing the ability to remotely wipe data from devices used to access the service, are an important consideration. The service should enable policies to be determined and managed from a central management console, allowing restrictions to be placed according to context, such as restricting access from insecure networks (for example, WiFi networks offered by hotels) and requiring stronger controls for users looking to share information with those external to the organization. The central management console should also collate all information pertaining to user activity and what data is stored in the service, and this information should be made available as detailed reports and provide the necessary audit trail for compliance purposes.

The use of cloud-based file-sharing services provides many benefits for organizations, not least of which is the ability to reduce costs related to data storage. However, the use of such services can increase the risk of the organization suffering serious security breaches that could lead to financial loss and reputational damage if their use is not handled correctly. Brought fully under the control of the organization, the benefits will far outweigh the risks and will allow its employees the freedom to work in the way that suits them best.

Fingerprinting PC By Enabling ToDraw Images

Here's a new way to identify individual computers over the Internet. The page instructs the browser to draw an image. Because each computer draws the image slightly differently, this can be used to uniquely identify each computer. This is a big deal, because there's no way to block this right now.
Article. Hacker News thread.

Monday, July 21, 2014

4 Secrets to Starting a Company Without a penny

So you have the Big Idea. You have the passion. You have the business plan. You can see your future success. All you need now is money in the bank, right?
Probably nine out of 10 startups are where you are, in need of operating capital. There’s no question ample cash reserves make launching a new business considerably easier, yet it’s possible to bootstrap a product, even a company, without investors or a big credit line.
Focus, energy and determination are critical to entrepreneurial success—but so is knowledge. After starting multiple companies from scratch, here are four of the most important insights I’ve gained:

1. Iteration is your most critical resource. Of course you need a strong core concept in place but that’s just the beginning. You must iterate from your original idea to overcome roadblocks, recover from and failures and capitalize on opportunities.
Mark Zuckerberg’s first website was shut down by Harvard. Sir James Dyson developed over 5,000 vacuum cleaner prototypes before he got one right. Henry Ford didn’t succeed in the automobile business until his fourth time around. And we’ve all read that it took 1,000 (or was it 10,000?) attempts before Thomas Edison invented the light bulb.
Business models rarely survive in their original form. Stay fixed on your initial mission but flexible how you get there. Don’t be afraid to change directions or explore new avenues quickly. Let the market dictate your path, and iterate to success.

2. Establish a comfort level with your prospects. Just because you have a great idea doesn’t guarantee your prospective customers will embrace it, or you. Particularly in specialized fields, it’s important to develop a persona, image and business culture that puts your buyers at ease.
In the earliest stages, many startups find it necessary to “act as if” by creating the impression of a more substantial company. That’s great but it may be smart to do just the opposite, especially if your success depends on other small businesses. A scrappy reputation may be more appropriate.

Remember that image isn’t just about your website or business card. Interact with practitioners in your target field whenever you can. Listen carefully, picking up on both the jargon and the business needs. “Become” your prospect and you’ll have the rapport necessary to land the sale.

3. Hustling is more valuable than cash. "Life hacking'' is a popular buzz phrase these days. One of the arguments in life hacking is that quality of work is more important than quantity. While that’s true to some extent, I’ve found that quality comes from quantity. Practice makes better.
It’s simply a fact of life that investors are attracted to success. They will invest in a startup, as long as the founder has a track record. If you don’t have that kind of entrepreneurial resume, your “seed capital” has to be personal drive.

That this is not necessarily bad. Hard work can prove, or disprove, the validity of an idea. Without putting serious capital at risk, hustling will demonstrate “progress,” which is more valuable than “promise.” Investors are always more attracted to progress over promise, so hustle.

4. Profits cure all. There’s no better way to create and maintain control of your destiny than to become profitable as early as possible. Profit creates leverage, and it’s leverage that leads to control.
 Zynga, in the early days, accepted lower quality advertising that provided the company with the much-needed cash flow to become profitable nearly from Day One. Zynga has since backed off from its liberal advertising policies but that early proof-of-concept through profitability helped Zynga, now a billion-dollar enterprise, provided them with leverage to raise capital on their terms and retain control.

Not every business can begin operations with zero seed capital but in our digital age barriers to entry are reduced and playing fields leveled. It’s easier than ever to get an idea in front of potential customers. The business world today favors companies with imagination, ambition and the willingness to adapt. If you have the vision and a plan, go for it. Don’t wait for the money.


 

Sunday, July 20, 2014

Australian Website Waits Three Years To Inform Customers of Data Breach

Australian daily deals website Catch of the Day waited three years to tell its customers their email addresses, delivery addresses, hashed passwords, and some credit card details had been stolen. Its systems were breached in April 2011 and the company told police, banks and credit cards issuers, but didn't tell the Privacy Commissioner or customers until July 18th.

IDaaS Vendor Symplified Acquired by RSA / EMC

Symplified technology will be integrated into overall RSA identity strategy

 
 
 
http://windowsitpro.com/site-files/windowsitpro.com/files/imagecache/large_img/uploads/2014/07/dreamstimem34456657.jpg
On Thursday, identity management as a service (IDaaS) vendor Symplified was acquired by RSA/EMC for an undisclosed sum.
An RSA spokeperson provided the following:
RSA/EMC took advantage of an unexpected opportunity to acquire certain technology assets of privately held Symplified based in Boulder, CO, a provider of identity management solutions. Symplified’s technology is a strategic addition to RSA’s Identity portfolio and will be integrated into RSA’s Identity solutions. RSA did not acquire Symplified’s existing business operations.
RSA will be integrating Symplified technology into our overall Identity strategy and will not have an immediate operational capability. We did not acquire ongoing Symplified operations.  We expect Symplified will be continuing to work with its current customers in terms of their relationships.
Symplified’s technology complements RSA’s Identity portfolio.  Its focus on user simplicity through federation; enterprise needs through a breadth of integrations with enterprise resources and flexibility with both cloud and on-premise deployment options.  These features will help enable RSA to continue creating innovative Identity solutions to help enterprises ensure secure, convenient access to applications, networks and information across enterprise, mobile and cloud resources.
RSA expects to fully explore the capabilities of the Symplified solution. While we will evaluate all options, it is likely we will first examine the potential integration with both Identity Management and Governance and other authentication solutions.
This isn’t the first and probably won’t be the last casualty of the maturing IDaaS market. Less successful vendors are acquired by larger companies looking to jump-start their presence in IDaaS, while some vendors (for example Microsoft) are rapidly building out their native identity capabilities to provide IDaaS services.

New Malware Targeting Linux and UNIX-Like Servers 

Russian security researchers have spotted a new malware named Mayhem that has spread to 1,400 or so Linux and FreeBSD servers around the world, and continues to look for new machines to infect. And, it doesn't need root to operate. "The malware can have different functionality depending on the type of plug-in downloaded to it by the botmaster in control, and stashed away in a hidden file system on the compromised server. Some of the plug-ins provide brute force cracking of password functionality, while others crawl web pages to scrape information. According to the researchers, Mayhem appears to be the continuation of the Fort Disco brute-force password cracking attack campaign that began in May 2013."



How Many Employees Microsoft Really Need ?

Yesterday, word came down that Microsoft was starting to lay off some 18,000 workers. As of June 5th, Microsoft reported a total employee headcount of 127,005, so they're cutting about 15% of their jobs. That's actually a pretty huge percentage, even taking into account the redundancies created by the Nokia acquisition. Obviously, there's an upper limit to how much of your workforce you can let go at one time, so I'm willing to bet Microsoft's management thinks thousands more people aren't worth keeping around. How many employees does Microsoft realistically need? The company is famous for its huge teams that don't work together well, and excessive middle management. But they also have a huge number of software projects, and some of the projects, like Windows and Office, need big teams to develop. How would we go about estimating the total workforce Microsoft needs? (Other headcounts for reference: Apple: 80,000, Amazon: 124,600, IBM: 431,212, Red Hat: 5,000+, Facebook: 6,800, Google: 52,000, Intel: 104,900.)

Russia Prepares  Internet War Against Malaysian Jet

The investigation of a Malaysian passenger jet shot down over Ukrainian rebel held territory is heating up. U.S. and U.K. news organizations are studiously trying to spread the blame, Russian ITAR, which, just earlier today was celebrating the downing of a large aircraft by rebel missiles in Torez (Google cache) is reporting that the rebels do not have access to the missiles needed for such attacks. The rebel commander who earlier today reported the downing of the aircraft has also issued a correction to earlier reports that they had captured BUK air defense systems with Russian sources now stating that the rebels do not posses such air defenses. The Ukrainian president has been attempting to frame the incident as a "terrorist attack". President Obama made contact with Vladimir Putin and has been instead treating it as an accident, calling it a "terrible tragedy" and saying that the priority is investigating whether U.S. citizens were involved. With control of the black box and its own internet propaganda army Russia may be in a good position to win the propaganda war.

Saturday, July 19, 2014

Getting Into Cyberwar the  US National Guard says

The Maryland Air National Guard needs a new facility for its cyberwar operations:
The purpose of this facility is to house a Network Warfare Group and ISR Squadron. The Cyber mission includes a set of capabilities, expertise to enable the cyber operational need for an always-on, net-speed awareness and integrated operational response with global reach. It enables operators to drive upstream in pursuit of cyber adversaries, and is informed 24/7 by intelligence and all-source information.
Is this something we want the Maryland Air National Guard to get involved in?

Personal Information of US Security-Clearance Holders had been stolen by Hackers

The article says they were Chinese but offers no evidence:
The intrusion at the Office of Personnel Management was particularly disturbing because it oversees a system called e-QIP, in which federal employees applying for security clearances enter their most personal information, including financial data. Federal employees who have had security clearances for some time are often required to update their personal information through the website.
This is a big deal. If I were a government, trying to figure out who to target for blackmail, bribery, and other coercive tactics, this would be a nice database to have.

Friday, July 18, 2014

How elite hackers (almost) stole the NASDAQ

In 2010, elite hackers, most likely from Russia, used at least two zero-day vulnerabilities to penetrate the computer network operated by Nasdaq Stock Market, a hack that allowed them to roam unmolested for months and plant destructive malware designed to cause disruptions, according to a media report published Thursday.
The intrusion initially caught the attention of officials inside the National Security Agency, the Central Intelligence Agency, and departments of Defense, Treasury, and Homeland Security for two reasons, Bloomberg Businessweek journalist Michael Riley reported in an article headlined How Russian Hackers Stole the Nasdaq. One, it appeared to be the work of hackers sponsored by Russia or another powerful nation-state. Two, far from the typical espionage campaigns that merely siphon out secret data, the malware involved in the attack contained what early on appeared to be a digital bomb that could cause serious damage.
Riley’s 3,100-word cover article traces the resulting federal investigation, which also involved the FBI, Secret Service, the National Cybersecurity and Communications Integration Center, and on at least three occasions, briefings provided to President Barack Obama. Ultimately, analysis of the malware showed its capabilities were less destructive than earlier believed, but there was still cause for concern. As Ars reported last year, it came around the same time that five eastern European men allegedly breached networks belonging to Nasdaq and at least seven other financial institutions. According to federal prosecutors, one of the suspects, upon gaining persistent control over the world’s second biggest stock exchange, proclaimed “NASDAQ is owned.”

Thursday, July 17, 2014

Traffic Analysis of Cloud Data Access

Here's some interesting research on foiling traffic analysis of cloud storage systems.
Press release.

Wednesday, July 16, 2014

  Keyloggers on Public Computers and the Risks

Brian Krebs is reporting that:
The U.S. Secret Service is advising the hospitality industry to inspect computers made available to guests in hotel business centers, warning that crooks have been compromising hotel business center PCs with keystroke-logging malware in a bid to steal personal and financial data from guests.
It's actually a very hard problem to solve. The adversary can have unrestricted access to the computer, especially hotel business center computers that are often tucked away where no one else is looking. I assume that if someone has physical access to my computer, he can own it. This is doubly true if he has hardware access.

Study NIRT Using Anthropological Methods

This is an interesting paper: "An Anthropological Approach to Studying CSIRTs." A researcher spent 15 months at a university's SOC conducting "ethnographic fieldwork." Right now it's more about the methodology than any results, but I'll bet the results will be fascinating.
And here's some information about the project.

Announcing Project Zero



A team of superheroes in sci-fi movies protect the world from Alien attack or bad actors, likewise Project Zero is a dedicated team of top security researchers, who have been hired by Google to finding the most severe security flaws in software around the world and fixing them.
PROTECT ZERO vs ZERO-DAY
Project Zero gets its name from the term "zero-day," and team will make sure that zero-day vulnerabilities don't let fall into the wrong hands of Criminals, State-sponsored hackers and Intelligence Agencies.
"Yet in sophisticated attacks, we see the use of "zero-day" vulnerabilities to target, for example, human rights activists or to conduct industrial espionage." Chris Evans said, who was leading Google’s Chrome security team and now will lead Project Zero.
Zero-day vulnerabilities could give bad actors the power to completely control target users’ computers, and in such scenario - no encryption can protect them.

RECRUITMENT OF STAR HACKERS
Google has already recruited some hackers at Project Zero:
  • Ben Hawkes - an independent researcher from New Zealand, and well known for discovering dozens of bugs in software like Adobe Flash and Microsoft Office.
  • George Hotz - best known for hacking Sony PlayStation 3, cracking iPhone and Google's Chrome browser.
  • Tavis Ormandy - working as an Information Security Engineer at Google and known for discovering lots of critical zero-day vulnerabilities in various softwares.
  • and many more..
Main objective of the Project Zero is to significantly reduce the number of people harmed by targeted attacks.
"We're hiring the best practically-minded security researchers and contributing 100% of their time toward improving security across the Internet." Chris added.
TEAM WORK
However, they are not restricted to finding bugs in Google's products only, rather they can choose targets by themselves strategically, but possibly team would majorly focus on the softwares that relied upon by a significant number of people. Flaw hunting and reporting process will be as mentioned below:
  1. The Project Zero team will hunt for zero-day vulnerabilities in Popular Softwares.
  2. Google will report flaws to vendors.
  3. Google will release full vulnerability disclosure only when the vendor issues a patch for it.
  4. Every bug will be filed transparently in an external database.
"We'll use standard approaches such as locating and reporting large numbers of vulnerabilities. In addition, we'll be conducting new research into mitigations, exploitation, program analysis—and anything else that our researchers decide is a worthwhile investment." Chris said.
Google is looking forward to grow their team of security experts and is making every effort to dedicatedly contribute to the Infosec Community.

GCHQ Catalog of Exploit Tools

The latest Snowden story is a catalog of exploit tools from JTRIG (Joint Threat Research Intelligence Group), a unit of the British GCHQ, for both surveillance and propaganda. It's a list of code names and short descriptions, such as these:
GLASSBACK: Technique of getting a targets IP address by pretending to be a spammer and ringing them. Target does not need to answer.
MINIATURE HERO: Active skype capability. Provision of real time call records (SkypeOut and SkypetoSkype) and bidirectional instant messaging. Also contact lists.
MOUTH: Tool for collection for downloading a user's files from Archive.org.
PHOTON TORPEDO: A technique to actively grab the IP address of MSN messenger user.
SILVER SPECTOR: Allows batch Nmap scanning over Tor.
SPRING BISHOP: Find private photographs of targets on Facebook.
ANGRY PIRATE: is a tool that will permanently disable a target's account on their computer.
BUMPERCAR+: is an automated system developed by JTRIG CITD to support JTRIG BUMPERCAR operations. BUMPERCAR operations are used to disrupt and deny Internet-based terror videos or other materials. The techniques employs the services provided by upload providers to report offensive materials.
BOMB BAY: is the capacity to increase website hits/rankings.
BURLESQUE: is the capacity to send spoofed SMS messages.
CLEAN SWEEP: Masquerade Facebook Wall Posts for individuals or entire countries.
CONCRETE DONKEY: is the capacity to scatter an audio message to a large number of telephones, or repeatedely bomb a target number with the same message.
GATEWAY: Ability to artificially increase traffic to a website.
GESTATOR: amplification of a given message, normally video, on popular multimedia websites (Youtube).
SCRAPHEAP CHALLENGE: Perfect spoofing of emails from Blackberry targets.
SUNBLOCK: Ability to deny functionality to send/receive email or view material online.
SWAMP DONKEY: is a tool that will silently locate all predefined types of file and encrypt them on a targets machine
UNDERPASS: Change outcome of online polls (previously known as NUBILO).
WARPATH: Mass delivery of SMS messages to support an Information Operations campaign.
HAVLOCK: Real-time website cloning techniques allowing on-the-fly alterations.
HUSK: Secure one-on-one web based dead-drop messaging platform.

Attacks Against Tor 

Last week, we learned that the NSA targets people who look for information about Tor. A few days later, the operator of a Tor exit node in Austria has been found guilty as an accomplice, because someone used his computer to transmit child porn. Even more recently, Tor has been named as a defendant in a revenge-porn suit in Texas because it provides web-porn operators with privacy.
Here's the EFF: "Seven Things You Should Know About Tor."

Sunday, July 13, 2014

New Technology Uses Cellular Towers For Super-Accurate Weather Measurements

"Israeli scientists from the Tel Aviv University perfected a method for using cell phone service towers' microwave emitters to measure rain and snow and even (for the first time ) detect fog with great accuracy over vast areas in real time. The research team members have analyzed endless amounts of raw cellular data and developed more accurate ways to measure meteorological information and added more parameters that they can now measure using their growing database. When combined with existing meteorological monitoring technologies such as radars and local ground based weather stations, the results show unprecedented level of accuracy that can give better and further weather forecast as well as special warnings about upcoming floods, fog and hail which can affect both people and crop production."

New Microsoft CEO Vows To Shake Up Corporate Culture

New Microsoft CEO Satya Nadella said that he and his leadership team are taking "important steps to visibly change our culture" and that "nothing is off the table" on that score. While much of his declaration consists of vague and positive-sounding phrases ("crease the fluidity of information and ideas by taking actions to flatten the organization and develop leaner business processes"), he outlined his main goals for the shift: reduce time it takes to get things done by having fewer people involved in each decision; quantify outcomes for products and use that data to predict future trends; and increasing investment for employee training and development.

Saturday, July 12, 2014

First Release of LibreSSL Portable Is Available

It has finally happened. Bob Beck of The OpenBSD Foundation has just announced that the first release of LibreSSL portable is now available, and can be found in the LibreSSL directory of your favourite OpenBSD mirror. libressl-2.0.0.tar.gz has been tested to build on various versions of Linux, Solaris, Mac OS X and FreeBSD. This is intended to be an initial portable release of OpenBSD's libressl to allow the community to start using it and providing feedback, and has been done to address the issue of incorrect portable versions being attempted by third-parties. Support for additional platforms will be added as time and resources permit.

NSA Records and Stores 80% of All US Audio Calls

At least 80% of all audio calls, not just metadata, are recorded and stored in the US, says whistleblower William Binney – that's a 'totalitarian mentality'

The ultimate goal of the NSA is total population control

At least 80% of all audio calls, not just metadata, are recorded and stored in the US, says whistleblower William Binney – that's a 'totalitarian mentality'
William Binney testifies before a German inquiry into surveillance.
William Binney testifies before a German inquiry into surveillance. 
William Binney is one of the highest-level whistleblowers to ever emerge from the NSA. He was a leading code-breaker against the Soviet Union during the Cold War but resigned soon after September 11, disgusted by Washington’s move towards mass surveillance.
On 5 July he spoke at a conference in London organised by the Centre for Investigative Journalism and revealed the extent of the surveillance programs unleashed by the Bush and Obama administrations.
“At least 80% of fibre-optic cables globally go via the US”, Binney said. “This is no accident and allows the US to view all communication coming in. At least 80% of all audio calls, not just metadata, are recorded and stored in the US. The NSA lies about what it stores.”
The NSA will soon be able to collect 966 exabytes a year, the total of internet traffic annually. Former Google head Eric Schmidt once argued that the entire amount of knowledge from the beginning of humankind until 2003 amount to only five exabytes.
Binney, who featured in a 2012 short film by Oscar-nominated US film-maker Laura Poitras, described a future where surveillance is ubiquitous and government intrusion unlimited.
“The ultimate goal of the NSA is total population control”, Binney said, “but I’m a little optimistic with some recent Supreme Court decisions, such as law enforcement mostly now needing a warrant before searching a smartphone.”
He praised the revelations and bravery of former NSA contractor Edward Snowden and told me that he had indirect contact with a number of other NSA employees who felt disgusted with the agency’s work. They’re keen to speak out but fear retribution and exile, not unlike Snowden himself, who is likely to remain there for some time.
Unlike Snowden, Binney didn’t take any documents with him when he left the NSA. He now says that hard evidence of illegal spying would have been invaluable. The latest Snowden leaks, featured in the Washington Post, detail private conversations of average Americans with no connection to extremism.
It shows that the NSA is not just pursuing terrorism, as it claims, but ordinary citizens going about their daily communications. “The NSA is mass-collecting on everyone”, Binney said, “and it’s said to be about terrorism but inside the US it has stopped zero attacks.”
The lack of official oversight is one of Binney’s key concerns, particularly of the secret Foreign Intelligence Surveillance Court (Fisa), which is held out by NSA defenders as a sign of the surveillance scheme's constitutionality.
“The Fisa court has only the government’s point of view”, he argued. “There are no other views for the judges to consider. There have been at least 15-20 trillion constitutional violations for US domestic audiences and you can double that globally.”
A Fisa court in 2010 allowed the NSA to spy on 193 countries around the world, plus the World Bank, though there’s evidence that even the nations the US isn’t supposed to monitor – Five Eyes allies Britain, Canada, Australia and New Zealand – aren’t immune from being spied on. It’s why encryption is today so essential to transmit information safely.
Binney recently told the German NSA inquiry committee that his former employer had a “totalitarian mentality” that was the "greatest threat" to US society since that country’s US Civil War in the 19th century. Despite this remarkable power, Binney still mocked the NSA’s failures, including missing this year’s Russian intervention in Ukraine and the Islamic State’s take-over of Iraq.
The era of mass surveillance has gone from the fringes of public debate to the mainstream, where it belongs. The Pew Research Centre released a report this month, Digital Life in 2025, that predicted worsening state control and censorship, reduced public trust, and increased commercialisation of every aspect of web culture.
It’s not just internet experts warning about the internet’s colonisation by state and corporate power. One of Europe’s leading web creators, Lena Thiele, presented her stunning series Netwars in London on the threat of cyber warfare. She showed how easy it is for governments and corporations to capture our personal information without us even realising.
Thiele said that the US budget for cyber security was US$67 billion in 2013 and will double by 2016. Much of this money is wasted and doesn't protect online infrastructure. This fact doesn’t worry the multinationals making a killing from the gross exaggeration of fear that permeates the public domain.
Wikileaks understands this reality better than most. Founder Julian Assange and investigative editor Sarah Harrison both remain in legal limbo. I spent time with Assange in his current home at the Ecuadorian embassy in London last week, where he continues to work, release leaks, and fight various legal battles. He hopes to resolve his predicament soon.
At the Centre for Investigative Journalism conference, Harrison stressed the importance of journalists who work with technologists to best report the NSA stories. “It’s no accident”, she said, “that some of the best stories on the NSA are in Germany, where there’s technical assistance from people like Jacob Appelbaum.”
A core Wikileaks belief, she stressed, is releasing all documents in their entirety, something the group criticised the news site The Intercept for not doing on a recent story. “The full archive should always be published”, Harrison said.
With 8m documents on its website after years of leaking, the importance of publishing and maintaining source documents for the media, general public and court cases can’t be under-estimated. “I see Wikileaks as a library”, Assange said. “We’re the librarians who can’t say no.”
With evidence that there could be a second NSA leaker, the time for more aggressive reporting is now. As Binney said: “I call people who are covering up NSA crimes traitors”.

" Drafting A Strong Password "

Funny, and the inspiration for this week's headlines. (Note that the image shows Password Safe on the screen.)
And marginally related, here's an odd essay about using a password as a mantra for personal change.

Friday, July 11, 2014

 Restore Your Faith in Humanity Leaked NSA Memo

 It's a parody:
The Russian Federation is more complex. At a political level there's a lot of grandstanding. Operationally though, we share intelligence with Russia on anyone who is a mutual target (and that, ironically, includes most of the Russian Federation). China is our main mutual target because it refuses to share the economic intelligence data it gathers about either Russia or America. All of us, however, have agreed to share intelligence data on the French.

FBI controlled Linux Servers & Dangerous IP ranges

Many security enthusiasts and novice security analysts have mushroomed more than 300% in just last couple of years which shows the IT security has seriously caught up the attention of aspiring IT professionals but again it is a matter of concern and raises a question - How many of them really justify the title Security Analyst or Security Experts?

While there are more self-proclaimed Ethical Hackers and even the ones trained under different branded training institutes, over the time while they learn different skills to secure their resources, they end up tapping into the dark places without knowing the rules that could lead them into dangers that they are not aware of! This goes both for Network Security professionals and Security Application programmers!

Network Scanning is one such phase, which is fun but can be illegal and dangerous too! While using the automated tools to scan and audit different networks, these auditors / analysts forget the mere basic rule to exclude certain IP Addresses from their scanning range, which are NEVER supposed to be even ping-ed in the first place. The programmers who build such automated tools need to include these IP ranges into their application, and at least prompt or alert while it is being used for scanning.

Here are list of IP Address Ranges, that one must always exclude from their scanning list, of which consists of many FBI controlled Linux servers and other secure Military Networks The information provided below are only for educational purpose and have been collected manually from various public sources over the internet, and may change over time.

Source : #ARIN and #Darknet

6.0.0.0 - 6.255.255.255 [Army Information Systems Center]
7.0.0.0 - 7.255.255.255 [Defense Information Systems Agency, VA]
11.0.0.0 - 11.255.255.255 [DoD Intel Information Systems, Defense Intelligence Agency, Washington DC ]
21.0.0.0 - 21.255.255.255 [US Defense Information Systems Agency]
22.0.0.0 - 22.255.255.255 [Defense Information Systems Agency]
24.198.0.0 - 24.198.255.255 [Unkonwn]
25.0.0.0 - 25.255.255.255 [Royal Signals and Radar Establishment, UK
26.0.0.0 - 26.255.255.255 [Defense Information Systems Agency]
29.0.0.0 - 29.255.255.255 [Defense Information Systems Agency]
30.0.0.0 - 30.255.255.255 [Defense Information Systems Agency]

49.0.0.0 - 40.255.255.255 [Joint Tactical Command]
50.0.0.0 - 50.255.255.255 [Joint Tactical Command]
55.0.0.0 - 55.255.255.255 [Army National Guard Bureau]
62.0.0.1 - 62.30.255.255 [Do not scan]
64.70.0.0 - 64.70.255.255 [Do not scan]
64.224.0.0 - 64.224.255.255 [Do not Scan]
64.225.0.0 - 64.225.255.255 [Do not scan]
64.226.0.0 - 64.226.255.255 [Do not scan]
128.37.0.0 - 128.37.255.255 [Army Yuma Proving Ground]
128.38.0.0 - 128.38.255.255 [Naval Surface Warfare Center]
128.43.0.0 - 128.43.255.255 [Defence Research Establishment-Ottawa]
128.47.0.0 - 128.47.255.255 [Army Communications Electronics Command]
128.49.0.0 - 128.49.255.255 [Naval Ocean Systems Center]
128.50.0.0 - 128.50.255.255 [Department of Defense]
128.51.0.0 - 128.51.255.255 [Department of Defense]
128.56.0.0 - 128.56.255.255 [U.S. Naval Academy]
128.60.0.0 - 128.60.255.255 [Naval Research Laboratory]
128.63.0.0 - 128.63.255.255 [Army Ballistics Research Laboratory]
128.80.0.0 - 128.80.255.255 [Army Communications Electronics Command]
128.98.0.0 - 128.98.255.255 [Defence Evaluation and Research Agency]
128.102.0.0 - 128.102.255.255 [NASA Ames Research Center]
128.149.0.0 - 128.149.255.255 [NASA Headquarters]
128.154.0.0 - 128.154.255.255 [NASA Wallops Flight Facility]
128.155.0.0 - 128.155.255.255 [NASA Langley Research Center]
128.156.0.0 - 128.156.255.255 [NASA Lewis Network Control Center]
128.157.0.0 - 128.157.255.255 [NASA Johnson Space Center]
128.158.0.0 - 128.158.255.255 [NASA Ames Research Center]
128.159.0.0 - 128.159.255.255 [NASA Ames Research Center]
128.160.0.0 - 128.160.255.255 [Naval Research Laboratory]
128.161.0.0 - 128.161.255.255 [NASA Ames Research Center]
128.183.0.0 - 128.183.255.255 [NASA Goddard Space Flight Center]
128.190.0.0 - 128.190.255.255 [Army Belvoir Reasearch and Development Center]
128.202.0.0 - 128.202.255.255 [50th Space Wing]
128.216.0.0 - 128.216.255.255 [MacDill Air Force Base]
128.217.0.0 - 128.217.255.255 [NASA Kennedy Space Center]
128.236.0.0 - 128.236.255.255 [U.S. Air Force Academy]
129.23.0.0 - 129.23.255.255 [Strategic Defense Initiative Organization]
129.29.0.0 - 129.29.255.255 [United States Military Academy]
129.50.0.0 - 129.50.255.255 [NASA Marshall Space Flight Center]
129.51.0.0 - 129.51.255.255 [Patrick Air Force Base]
129.52.0.0 - 129.52.255.255 [Wright-Patterson Air Force Base]
129.53.0.0 - 129.53.255.255 [66SPTG-SCB]
129.54.0.0 - 129.54.255.255 [Vandenberg Air Force Base, CA]
129.92.0.0 - 129.92.255.255 [Air Force Institute of Technology]
129.99.0.0 - 129.99.255.255 [NASA Ames Research Center]
129.131.0.0 - 129.131.255.255 [Naval Weapons Center]
129.139.0.0 - 129.139.255.255 [Army Armament Research Development and Engineering Center]
129.141.0.0 - 129.141.255.255 [85 MISSION SUPPORT SQUADRON/SCSN]
129.163.0.0 - 129.163.255.255 [NASA/Johnson Space Center]
129.164.0.0 - 129.164.255.255 [NASA IVV]
129.165.0.0 - 129.165.255.255 [NASA Goddard Space Flight Center]
129.166.0.0 - 129.166.255.255 [NASA - John F. Kennedy Space Center]
129.167.0.0 - 129.167.255.255 [NASA Marshall Space Flight Center]
129.168.0.0 - 129.168.255.255 [NASA Lewis Research Center]
129.190.0.0 - 129.190.255.255 [Naval Underwater Systems Center]
129.198.0.0 - 129.198.255.255 [Air Force Flight Test Center]
129.209.0.0 - 129.209.255.255 [Army Ballistics Research Laboratory]
129.229.0.0 - 129.229.255.255 [U.S. Army Corps of Engineers]
129.251.0.0 - 129.251.255.255 [United States Air Force Academy]
130.40.0.0 - 130.40.255.255 [NASA Johnson Space Center]
130.90.0.0 - 130.90.255.255 [Mather Air Force Base]
130.109.0.0 - 130.109.255.255 [Naval Coastal Systems Center]
130.114.0.0 - 130.114.255.255 [Army Aberdeen Proving Ground Installation Support Activity]
130.124.0.0 - 130.124.255.255 [Honeywell Defense Systems Group]
130.165.0.0 - 130.165.255.255 [U.S.Army Corps of Engineers]
130.167.0.0 - 130.167.255.255 [NASA Headquarters]
131.3.0.0 - 131.3.255.255 [Mather Air Force Base]
131.6.0.0 - 131.6.255.255 [Langley Air Force Base]
131.10.0.0 - 131.10.255.255 [Barksdale Air Force Base]
131.17.0.0 - 131.17.255.255 [Sheppard Air Force Base]
131.21.0.0 - 131.21.255.255 [Hahn Air Base]
131.22.0.0 - 131.22.255.255 [Keesler Air Force Base]
131.24.0.0 - 131.24.255.255 [6 Communications Squadron]
131.25.0.0 - 131.25.255.255 [Patrick Air Force Base]
131.27.0.0 - 131.27.255.255 [75 ABW]
131.30.0.0 - 131.30.255.255 [62 CS/SCSNT]
131.32.0.0 - 131.32.255.255 [37 Communications Squadron]
131.35.0.0 - 131.35.255.255 [Fairchild Air Force Base]
131.36.0.0 - 131.36.255.255 [Yokota Air Base]
131.37.0.0 - 131.37.255.255 [Elmendorf Air Force Base]
131.38.0.0 - 131.38.255.255 [Hickam Air Force Base]
131.39.0.0 - 131.39.255.255 [354CS/SCSN]
131.40.0.0 - 131.40.255.255 [Bergstrom Air Force Base]
131.44.0.0 - 131.44.255.255 [Randolph Air Force Base]
131.46.0.0 - 131.46.255.255 [20 Communications Squadron]
131.47.0.0 - 131.47.255.255 [Andersen Air Force Base]
131.50.0.0 - 131.50.255.255 [Davis-Monthan Air Force Base]
131.52.0.0 - 131.52.255.255 [56 Communications Squadron /SCBB]
131.54.0.0 - 131.54.255.255 [Air Force Concentrator Network]
131.56.0.0 - 131.56.255.255 [Upper Heyford Air Force Base]
131.58.0.0 - 131.58.255.255 [Alconbury Royal Air Force Base]
131.59.0.0 - 131.59.255.255 [7 Communications Squadron]
131.61.0.0 - 131.61.255.255 [McConnell Air Force Base]
131.62.0.0 - 131.62.255.255 [Norton Air Force Base]
131.71.0.0 - 131.71.255.255 [NAVAL AVIATION DEPOT CHERRY PO]
131.74.0.0 - 131.74.255.255 [Defense MegaCenter Columbus]
131.84.0.0 - 131.84.255.255 [Defense Technical Information Center]
131.92.0.0 - 131.92.255.255 [Army Information Systems Command - Aberdeen (EA)]
131.105.0.0 - 131.105.255.255 [McClellan Air Force Base]
131.110.0.0 - 131.110.255.255 [NASA/Michoud Assembly Facility]
131.120.0.0 - 131.120.255.255 [Naval Postgraduate School]
131.121.0.0 - 131.122.255.255 [United States Naval Academy]
131.176.0.0 - 131.176.255.255 [European Space Operations Center]
131.182.0.0 - 131.182.255.255 [NASA Headquarters]
131.250.0.0 - 131.250.255.255 [Office of the Chief of Naval Research]
132.3.0.0 - 132.3.255.255 [Williams Air Force Base]
132.5.0.0 - 132.5.255.255 [49th Fighter Wing]
132.6.0.0 - 132.6.255.255 [Ankara Air Station]
132.7.0.0 - 132.7.255.255 [SSG/SINO]
132.9.0.0 - 132.9.255.255 [28th Bomb Wing]
132.10.0.0 - 132.10.255.255 [319 Comm Sq]
132.11.0.0 - 132.11.255.255 [Hellenikon Air Base]
132.12.0.0 - 132.12.255.255 [Myrtle Beach Air Force Base]
132.13.0.0 - 132.13.255.255 [Ben*****ers Royal Air Force Base]
132.14.0.0 - 132.14.255.255 [Air Force Concentrator Network]
132.15.0.0 - 132.15.255.255 [Kadena Air Base]
132.16.0.0 - 132.16.255.255 [Kunsan Air Base]
132.17.0.0 - 132.17.255.255 [Lindsey Air Station]
132.18.0.0 - 132.18.255.255 [McGuire Air Force Base]
132.19.0.0 - 132.19.255.255 [100CS (NET-MILDENHALL)]
132.20.0.0 - 132.20.255.255 [35th Communications Squadron]
132.21.0.0 - 132.21.255.255 [Plattsburgh Air Force Base]
132.22.0.0 - 132.22.255.255 [23Communications Sq]
132.24.0.0 - 132.24.255.255 [Dover Air Force Base]
132.25.0.0 - 132.25.255.255 [786 CS/SCBM]
132.27.0.0 - 132.27.255.255 [39CS/SCBBN]
132.28.0.0 - 132.28.255.255 [14TH COMMUNICATION SQUADRON]
132.30.0.0 - 132.30.255.255 [Lajes Air Force Base]
132.31.0.0 - 132.31.255.255 [Loring Air Force Base]
132.33.0.0 - 132.33.255.255 [60CS/SCSNM]
132.34.0.0 - 132.34.255.255 [Cannon Air Force Base]
132.35.0.0 - 132.35.255.255 [Altus Air Force Base]
132.37.0.0 - 132.37.255.255 [75 ABW]
132.38.0.0 - 132.38.255.255 [Goodfellow AFB]
132.39.0.0 - 132.39.255.255 [K.I. Sawyer Air Force Base]
132.40.0.0 - 132.40.255.255 [347 COMMUNICATION SQUADRON]
132.42.0.0 - 132.42.255.255 [Spangdahlem Air Force Base]
132.43.0.0 - 132.43.255.255 [Zweibruchen Air Force Base]
132.45.0.0 - 132.45.255.255 [Chanute Air Force Base]
132.46.0.0 - 132.46.255.255 [Columbus Air Force Base]
132.48.0.0 - 132.48.255.255 [Laughlin Air Force Base]
132.49.0.0 - 132.49.255.255 [366CS/SCSN]
132.50.0.0 - 132.50.255.255 [Reese Air Force Base]
132.52.0.0 - 132.52.255.255 [Vance Air Force Base]
132.54.0.0 - 132.54.255.255 [Langley AFB]
132.55.0.0 - 132.55.255.255 [Torrejon Air Force Base]
132.56.0.0 - 132.56.255.255 [9 CS/SC]
132.57.0.0 - 132.57.255.255 [Castle Air Force Base]
132.58.0.0 - 132.58.255.255 [Nellis Air Force Base]
132.59.0.0 - 132.59.255.255 [24Comm SquadronSCSNA]
132.60.0.0 - 132.60.255.255 [42ND COMMUNICATION SQUADRON]
132.61.0.0 - 132.61.255.255 [SSG/SIN]
132.62.0.0 - 132.62.255.255 [377 COMMUNICATION SQUADRON]
132.79.0.0 - 132.79.255.255 [Army National Guard Bureau]
132.80.0.0 - 132.80.255.255 [NGB-AIS-OS]
132.80.0.0 - 132.80.255.255 [National Guard Bureau]
132.82.0.0 - 132.82.255.255 [Army National Guard Bureau]
132.86.0.0 - 132.87.255.255 [National Guard Bureau]
132.94.0.0 - 132.94.255.255 [Army National Guard Bureau]
132.95.0.0 - 132.95.255.255 [National Guard Bureau]
132.95.0.0 - 132.95.255.255 [DOD Network Information Center]
132.104.0.0 - 132.105.255.255 [Army National Guard Bureau]
132.109.0.0 - 132.109.255.255 [National Guard Bureau]
132.110.0.0 - 132.110.255.255 [Army National Guard Bureau]
132.114.0.0 - 132.114.255.255 [Army National Guard]
132.117.0.0 - 132.118.255.255 [Army National Guard Bureau]
132.122.0.0 - 132.122.255.255 [South Carolina Army National Guard, USPFO]
132.133.0.0 - 132.133.255.255 [National Guard Bureau]
132.134.0.0 - 132.134.255.255 [National Guard Bureau]
132.159.0.0 - 132.159.255.255 [Army Information Systems Command]
132.193.0.0 - 132.193.255.255 [Army Research Office]
132.250.0.0 - 132.250.255.255 [Naval Research Laboratory]
134.5.0.0 - 134.5.255.255 [Lockheed Aeronautical Systems Company]
134.11.0.0 - 134.11.255.255 [The Pentagon]
134.12.0.0 - 134.12.255.255 [NASA Ames Research Center]
134.51.0.0 - 134.51.255.255 [Boeing Military Aircraft Facility]
134.52.0.0 - 134.52.255.255 [Boeing Corporation]
134.78.0.0 - 134.78.255.255 [Army Information Systems Command-ATCOM]
134.80.0.0 - 134.80.255.255 [Army Information Systems Command]
134.118.0.0 - 134.118.255.255 [NASA/Johnson Space Center]
134.131.0.0 - 134.131.255.255 [Wright-Patterson Air Force Base]
134.136.0.0 - 134.136.255.255 [Wright-Patterson Air Force Base]
134.164.0.0 - 134.164.255.255 [Army Engineer Waterways Experiment Station]
134.165.0.0 - 134.165.255.255 [Headquarters Air Force Space Command]
134.194.0.0 - 134.194.255.255 [U.S. Army Aberdeen Test Center]
134.205.0.0 - 134.205.255.255 [7th Communications Group]
134.207.0.0 - 134.207.255.255 [Naval Research Laboratory]
134.229.0.0 - 134.230.255.255 [Navy Regional Data Automation Center]
134.232.0.0 - 134.232.255.255 [U.S. Army, Europe]
134.233.0.0 - 134.233.255.255 [HQ 5th Signal Command]
134.234.0.0 - 134.234.255.255 [Southern European Task Force]
134.235.0.0 - 134.235.255.255 [HQ 5th Signal Command]
134.240.0.0 - 134.240.255.255 [U.S. Military Academy]
136.149.0.0 - 136.149.255.255 [Air Force Military Personnel Center]
136.178.0.0 - 136.178.255.255 [NASA Research Network]
136.188.0.0 - 136.188.255.255 [Defense Intelligence Agency]
136.207.0.0 - 136.207.255.255 [69th Signal Battalion]
136.208.0.0 - 136.222.255.255 [HQ, 5th Signal Command]
137.1.0.0 - 137.1.255.255 [Whiteman Air Force Base]
137.2.0.0 - 137.2.255.255 [George Air Force Base]
137.3.0.0 - 137.3.255.255 [Little Rock Air Force Base]
137.4.0.0 - 137.4.255.255 [437 CS/SC]
137.5.0.0 - 137.6.255.255 [Air Force Concentrator Network]
137.11.0.0 - 137.11.255.255 [HQ AFSPC/SCNNC]
137.12.0.0 - 137.12.255.255 [Air Force Concentrator Network]
137.17.0.0 - 137.17.255.255 [National Aerospace Laboratory]
137.24.0.0 - 137.24.255.255 [Naval Surface Warfare Center]
137.29.0.0 - 137.29.255.255 [First Special Operations Command]
137.67.0.0 - 137.67.255.255 [Naval Warfare Assessment Center]
137.94.0.0 - 137.94.255.255 [Royal Military College]
137.95.0.0 - 137.95.255.255 [Headquarters, U.S. European Command]
137.126.0.0 - 137.126.255.255 [USAF MARS]
137.127.0.0 - 137.127.255.255 [Army Concepts Analysis Agency]
137.128.0.0 - 137.128.255.255 [U.S. ARMY Tank-Automotive Command]
137.130.0.0 - 137.130.255.255 [Defense Information Systems Agency]
137.209.0.0 - 137.212.255.255 [Defense Information Systems Agency]
137.231.0.0 - 137.231.255.255 [HQ 5th Signal Command]
137.232.0.0 - 137.235.255.255 [Defense Information Systems Agency]
137.240.0.0 - 137.240.255.255 [Air Force Materiel Command]
137.241.0.0 - 137.241.255.255 [75 ABW]
137.242.0.0 - 137.242.255.255 [Air Force Logistics Command]
137.243.0.0 - 137.243.255.255 [77 CS/SCCN]
137.244.0.0 - 137.244.255.255 [78 CS/SCSC]
137.245.0.0 - 137.245.255.255 [Wright Patterson Air Force Base]
137.246.0.0 - 137.246.255.255 [United States Atlantic Command Joint Training]
138.13.0.0 - 138.13.255.255 [Air Force Systems Command]
138.27.0.0 - 138.27.255.255 [Army Information Systems Command]
138.50.0.0 - 138.50.255.255 [HQ 5th Signal Command]
138.65.0.0 - 138.65.255.255 [HQ, 5th Signal Command]
138.76.0.0 - 138.76.255.255 [NASA Headquarters]
138.109.0.0 - 138.109.255.255 [Naval Surface Warfare Center]
138.115.0.0 - 138.115.255.255 [NASA Information and Electronic Systems Laboratory]
138.135.0.0 - 138.135.255.255 [DEFENSE PROCESSING CENTERPERAL HARBOR]
138.136.0.0 - 138.136.255.255 [Navy Computers and Telecommunications Station]
138.137.0.0 - 138.137.255.255 [Navy Regional Data Automation Center (NARDAC)]
138.139.0.0 - 138.139.255.255 [Marine Corps Air Station]
138.140.0.0 - 138.143.255.255 [Navy Regional Data Automation Center]
138.144.0.0 - 138.144.255.255 [NAVCOMTELCOM]
138.145.0.0 - 138.145.255.255 [NCTS WASHINGTON]
138.146.0.0 - 138.152.255.255 [NCTC]
138.153.0.0 - 138.153.255.255 [Yokosuka Naval Base]
138.154.0.0 - 138.155.255.255 [NCTC]
138.156.0.0 - 138.158.255.255 [Marine Corps Central Design & Prog. Activity]
138.159.0.0 - 138.159.255.255 [NCTC]
138.160.0.0 - 138.160.255.255 [Naval Air Station]
138.161.0.0 - 138.166.255.255 [NCTC]
138.167.0.0 - 138.167.255.255 [NOC, MCTSSA, East]
138.168.0.0 - 138.168.255.255 [Marine Corps Central Design & Prog. Activity]
138.169.0.0 - 138.169.255.255 [NAVAL COMPUTER AND TELECOMM]
138.170.0.0 - 138.176.255.255 [NCTC]
138.177.0.0 - 138.177.255.255 [NCTS Pensacola]
138.178.0.0 - 138.181.255.255 [NCTC]
138.182.0.0 - 138.182.255.255 [CNO N60]
138.183.0.0 - 138.184.255.255 [NCTS]
138.193.0.0 - 138.193.255.255 [NASA/Yellow Creek]
139.31.0.0 - 139.31.255.255 [20th Tactical Fighter Wing]
139.32.0.0 - 139.32.255.255 [48th Tactical Fighter Wing]
139.33.0.0 - 139.33.255.255 [36th Tactical Fighter Wing]
139.34.0.0 - 139.34.255.255 [52nd Tactical Fighter Wing]
139.35.0.0 - 139.35.255.255 [50th Tactical Fighter Wing]
139.36.0.0 - 139.36.255.255 [66th Electronic Combat Wing]
139.37.0.0 - 139.37.255.255 [26th Tactical Reconnaissance Wing]
139.38.0.0 - 139.38.255.255 [32nd Tactical Fighter Squadron]
139.39.0.0 - 139.39.255.255 [st Tactical Fighter Wing]
139.40.0.0 - 139.40.255.255 [10th Tactical Fighter Wing]
139.41.0.0 - 139.41.255.255 [39th Tactical Air Control Group]
139.42.0.0 - 139.42.255.255 [40th Tactical Air Control Group]
139.43.0.0 - 139.43.255.255 [401st Tactical Fighter Wing]
139.124.0.0 - 139.124.255.255 [Reseau Infomratique]
139.142.0.0 - 139.142.255.255 [Unknown]
140.1.0.0  - 140.1.255.255 [Defense Information Systems Agency]
140.3.0.0 - 140.13.255.255 [Defense Information Systems Agency]
140.14.0.0 - 140.14.255.255 [DISA Columbus Level II NOC]
140.15.0.0 - 140.23.255.255 [Defense Information Systems Agency]
140.24.0.0 - 140.24.255.255 [ASIC ALLIANCE-MARLBORO]
140.25.0.0 - 140.47.255.255 [Defense Information Systems Agency]
140.47.0.0 - 140.48.255.255 [DOD Network Information Center]
140.48.0.0 - 140.74.255.255 [Defense Information Systems Agency]
140.100.0.0 - 140.100.255.255 [Naval Sea Systems Command]
140.139.0.0 - 140.139.255.255 [HQ US Army Medical Research and Development Command]
140.154.0.0 - 140.154.255.255 [HQ 5th Signal Command]
140.155.0.0 - 140.155.255.255 [HQ, 5th Signal Command]
140.156.0.0 - 140.156.255.255 [HQ, 5th Signal Command]
140.175.0.0 - 140.175.255.255 [Scott Air Force Base]
140.178.0.0 - 140.178.255.255 [Naval Undersea Warfare Center Division, Keyport]
140.187.0.0 - 140.187.255.255 [Fort Bragg]
140.194.0.0 - 140.194.255.255 [US Army Corps of Engineers]
140.195.0.0 - 140.195.255.255 [Naval Sea Systems Command]
140.199.0.0 - 140.199.255.255 [Naval Ocean Systems Center]
140.201.0.0 - 140.201.255.255 [HQ, 5th Signal Command]
140.202.0.0 - 140.202.255.255 [106TH SIGNAL BRIGADE]
143.45.0.0 - 143.45.255.255 [58th Signal Battalion]
143.46.0.0 - 143.46.255.255 [U.S. Army, 1141st Signal Battalion]
143.68.0.0 - 143.87.255.255 [Headquarters, USAAISC]
143.232.0.0 - 143.232.255.255 [NASA Ames Research Center]
144.99.0.0 - 144.99.255.255 [United States Army Information Systems Command]
144.109.0.0 - 144.109.255.255 [Army Information Systems Command]
144.143.0.0 - 144.144.255.255 [Headquarters, Third United States Army]
144.146.0.0 - 144.147.255.255 [Commander, Army Information Systems Center]
144.170.0.0 - 144.170.255.255 [HQ, 5th Signal Command]
144.192.0.0 - 144.192.255.255 [United States Army Information Services Command-Campbell]
144.233.0.0 - 144.242.255.255 [Defense Intelligence Agency]
144.252.0.0 - 144.252.255.255 [U.S. Army LABCOM]
146.17.0.0 - 146.17.255.255 [HQ, 5th Signal Command]
146.80.0.0 - 146.80.255.255 [Defence Research Agency]
146.98.0.0 - 146.98.255.255 [HQ United States European Command]
146.154.0.0 - 146.154.255.255 [NASA/Johnson Space Center]
146.165.0.0 - 146.165.255.255 [NASA Langley Research Center]
147.35.0.0 - 147.40.255.255 [HQ, 5th Signal Command]
147.42.0.0 - 147.42.255.255 [Army CALS Project]
147.103.0.0 - 147.104.255.255 [Army Information Systems Software Center]
147.159.0.0 - 147.159.255.255 [Naval Air Warfare Center, Aircraft Division]
147.168.0.0 - 147.168.255.255 [Naval Surface Warfare Center]
147.169.0.0 - 147.169.255.255 [HQ, 5th Signal Command]
147.198.0.0 - 147.238.255.255 [Army Information Systems Command]
147.239.0.0 - 147.239.255.255 [1112th Signal Battalion]
147.240.0.0 - 147.240.255.255 [US Army Tank-Automotive Command]
147.242.0.0 - 147.242.255.255 [19th Support Command]
147.248.0.0 - 147.248.255.255 [Fort Monroe DOIM]
147.254.0.0 - 147.254.255.255 [7th Communications Group]
148.114.0.0 - 148.114.255.255 [NASA, Stennis Space Center]
150.113.0.0 - 150.114.255.255 [1114th Signal Battalion]
150.125.0.0 - 150.125.255.255 [Space and Naval Warfare Command]
150.133.0.0 - 150.133.255.255 [10th Area Support Group]
150.144.0.0 - 150.144.255.255 [NASA Goodard Space Flight Center]
150.149.0.0 - 150.149.255.255 [Army Information Systems Command]
150.157.0.0 - 150.157.255.255 [USAISC-Fort Lee]
150.184.0.0 - 150.184.255.255 [Fort Monroe DOIM]
150.190.0.0 - 150.190.255.255 [USAISC-Letterkenny]
150.196.0.0 - 150.196.255.255 [USAISC-LABCOM]
152.82.0.0 - 152.82.255.255 [7th Communications Group of the Air Force]
152.151.0.0 - 152.151.255.255 [U.S. Naval Space & Naval Warfare Systems Command]
152.152.0.0 - 152.152.255.255 [NATO Headquarters]
152.154.0.0 - 152.154.255.255 [Defense Information Systems Agency]
152.229.0.0 - 152.229.255.255 [Defense MegaCenter (DMC) Denver]
153.21.0.0 - 153.30.255.255 [USCENTAF/SCM]
153.31.0.0 - 153.31.255.255 [Federal Bureau of Investigation]
155.5.0.0 - 155.5.255.255 [1141st Signal Bn]
155.6.0.0 - 155.6.255.255 [1141st Signal Bn]
155.7.0.0 - 155.7.255.255 [American Forces Information]
155.8.0.0 - 155.8.255.255 [U.S. ArmyFort Gordon]
155.9.0.0 - 155.9.255.255 [United States Army Information Systems Command]
155.74.0.0 - 155.74.255.255 [PEO STAMIS]
155.75.0.0 - 155.75.255.255 [US Army Corps of Engineers]
155.76.0.0 - 155.78.255.255 [PEO STAMIS]
155.79.0.0 - 155.79.255.255 [US Army Corps of Engineers]
155.80.0.0 - 155.82.255.255 [PEO STAMIS]
155.83.0.0 - 155.83.255.255 [US Army Corps of Enginers]
155.84.0.0 - 155.85.255.255 [PEO STAMIS]
155.86.0.0 - 155.86.255.255 [US Army Corps of Engineers]
155.87.0.0 - 155.88.255.255 [PEO STAMIS]
155.96.0.0 - 155.96.255.255 [Drug Enforcement Administration]
155.149.0.0 - 155.149.255.255 [1112th Signal Battalion]
155.155.0.0 - 155.155.255.255 [HQ, 5th Signal Command]
155.178.0.0 - 155.178.255.255 [Federal Aviation Administration]
155.213.0.0 - 155.213.255.255 [USAISC Fort Benning]
155.214.0.0 - 155.214.255.255 [Director of Information Management]
155.215.0.0 - 155.215.255.255 [USAISC-FT DRUM]
155.216.0.0 - 155.216.255.255 [TCACCIS Project Management Office]
155.217.0.0 - 155.217.255.255 [Directorate of Information Management]
155.218.0.0 - 155.218.255.255 [USAISC]
155.219.0.0 - 155.219.255.255 [DOIM/USAISC Fort Sill]
155.220.0.0 - 155.220.255.255 [USAISC-DOIM]
155.221.0.0 - 155.221.255.255 [USAISC-Ft Ord]
156.9.0.0 - 156.9.255.255 [U. S. Marshals Service]
157.150.0.0 - 157.150.255.255 [United Nations]
157.153.0.0 - 157.153.255.255 [COMMANDER NAVAL SURFACE U.S. PACIFIC FLEET]
157.202.0.0 - 157.202.255.255 [US Special Operations Command]
157.217.0.0 - 157.217.255.255 [U. S. Strategic Command]
158.1.0.0 - 158.1.255.255 [Commander, Tooele Army Depot]
158.2.0.0 - 158.2.255.255 [USAMC Logistics Support Activity]
158.3.0.0 - 158.3.255.255 [U.S. Army TACOM]
158.4.0.0 - 158.4.255.255 [UASISC Ft. Carson]
158.5.0.0 - 158.5.255.255 [1112th Signal Battalion]
158.6.0.0 - 158.6.255.255 [USAISC-Ft. McCoy]
158.7.0.0 - 158.7.255.255 [USAISC-FLW]
158.8.0.0 - 158.8.255.255 [US Army Soldier Support Center]
158.9.0.0 - 158.9.255.255 [USAISC-CECOM]
158.10.0.0 - 158.10.255.255 [GOC]
158.11.0.0 - 158.11.255.255 [UASISC-Vint Hill]
158.12.0.0 - 158.12.255.255 [US Army Harry Diamond Laboratories]
158.13.0.0 - 158.13.255.255 [USAISC DOIM]
158.14.0.0 - 158.14.255.255 [1112th Signal Battalion]
158.15.0.0 - 158.15.255.255 [Defense Megacenter Huntsville]
158.16.0.0 - 158.16.255.255 [Rocky Mountain Arsenal (PMRMA)]
158.17.0.0 - 158.17.255.255 [Crane Army Ammunition Activity]
158.18.0.0 - 158.18.255.255 [Defense Finance & Accounting Service Center]
158.19.0.0 - 158.20.255.255 [DOIM]
158.235.0.0 - 158.235.255.255 [Marine Corps Central Design and Programming Activity]
158.243.0.0 - 158.246.255.255 [Marine Corps Central Design and Programming Activity]
159.120.0.0 - 159.120.255.255 [Naval Air Systems Command (Air 4114)]
160.132.0.0 - 160.132.255.255 [US Army Recruiting Command]
160.135.0.0 - 160.135.255.255 [36th Signal BN]
160.138.0.0 - 160.139.255.255 [USAISC]
160.140.0.0 - 160.140.255.255 [HQ, United States Army]
160.143.0.0 - 160.143.255.255 [USAISC]
160.145.0.0 - 160.145.255.255 [1101st Signal Brigade]
160.146.0.0 - 160.146.255.255 [USAISC SATCOMSTA-CAMP ROBERTS]
160.150.0.0 - 160.150.255.255 [Commander, Moncrief Army Hospital]
161.124.0.0 - 161.124.255.255 [NAVAL WEAPONS STATION]
162.32.0.0 - 162.32.255.255 [Naval Aviation Depot Pensacola]
162.45.0.0 - 162.46.255.255 [Central Intelligence Agency]
163.205.0.0 - 163.206.255.255 [NASA Kennedy Space Center]
164.45.0.0 - 164.45.255.255 [Naval Ordnance Center, Pacific Division]
164.49.0.0 - 164.49.255.255 [United States Army Space and Strategic Defense]
164.158.0.0 - 164.158.255.255 [Naval Surface Warfare Center]
164.217.0.0 - 164.217.255.255 [Institute for Defense Analyses]
164.218.0.0 - 164.218.255.255 [Bureau of Naval Personnel]
164.219.0.0 - 164.219.255.255 [HQ USAFE WARRIOR PREPARATION CENTER]
164.220.0.0 - 164.220.255.255 [NIMIP/TIP/NEWNET]
164.221.0.0 - 164.221.255.255 [Information Technology]
164.223.0.0 - 164.223.255.255 [Naval Undersea Warfare Center]
164.224.0.0 - 164.224.255.255 [Secretary of the Navy]
164.225.0.0 - 164.225.255.255 [U.S. Army Intelligence and Security Command]
164.226.0.0 - 164.226.255.255 [Naval Exchange Service Command]
164.227.0.0 - 164.227.255.255 [Naval Surface Warfare Center, Crane Division]
164.228.0.0 - 164.228.255.255 [USCINCPAC J21T]
164.229.0.0 - 164.229.255.255 [NCTS-NOLA]
164.230.0.0 - 164.230.255.255 [Naval Aviation Depot]
164.231.0.0 - 164.231.255.255 [Military Sealift Command]
164.232.0.0 - 164.232.255.255 [United States Southern Command]
167.44.0.0 - 167.44.255.255 [Government Telecommunications Agency]
168.68.0.0 - 168.68.255.255 [USDA Office of Operations]
168.85.0.0 - 168.85.255.255 [Fort Sanders Alliance]
168.102.0.0 - 168.102.255.255 [Indiana Purdue Fort Wayne]
169.252.0.0 - 169.253.0.0 [U.S. Department of State]
195.10.0.0 - 195.10.255.255 [Various - Do not scan]
199.121.4.0 - 199.121.253.0 [Naval Air Systems Command, VA]
203.59.0.0 - 203.59.255.255 [Perth Australia iiNET]
204.34.0.0 - 204.34.15.0 [IPC JAPAN]
204.34.0.0 - 204.37.255.0 [DOD Network Information Center]
204.34.16.0 - 204.34.27.0 [Bureau of Medicine and Surgery]
204.34.32.0 - 204.34.63.0 [USACOM]
204.34.64.0 - 204.34.115.0 [DEFENSE FINANCE AND ACCOUNTING SERVICE]
204.34.128.0 - 204.34.128.255 [DISA-Eucom / BBN-STD, Inc.]
204.34.129.0 - 204.34.129.255 [Defense Technical Information Center]
204.34.130.0 - 204.34.130.255 [GSI]
204.34.131.0 - 204.34.131.255 [NSA NAPLES ITALY]
204.34.132.0 - 204.34.132.255 [NAVSTA ROTA SPAIN]
204.34.133.0 - 204.34.133.255 [NAS SIGONELLA ITALY]
204.34.134.0 - 204.34.134.255 [Naval Air Warfare Center Aircraft Division]
204.34.135.0 - 204.34.135.255 [GSI]
204.34.136.0 - 204.34.136.255 [Naval Undersea Warfare Center USRD - Orlando]
204.34.137.0 - 204.34.137.255 [Joint Spectrum Center]
204.34.138.0 - 204.34.138.255 [GSI]
204.34.139.0 - 204.34.139.255 [HQ, JFMO Korea, Headquarters]
204.34.140.0 - 204.34.140.255 [DISA D75]
204.34.141.0 - 204.34.141.255 [U. S. Naval Air Facility, Atsugi Japan]
204.34.142.0 - 204.34.142.255 [Naval Enlisted Personnel Management Center]
204.34.143.0 - 204.34.143.255 [Afloat Training Group Pacific]
204.34.144.0 - 204.34.144.255 [HQ Special Operations Command - Europe]
204.34.145.0 - 204.34.145.255 [Commander Naval Base Pearl Harbor]
204.34.147.0 - 204.34.147.255 [NAVSEA Information Management Improvement Program]
204.34.148.0 - 204.34.148.255 [Q112]
204.34.149.0 - 204.34.149.255 [Ctr. for Info. Sys.Security,CounterMeasures]
204.34.150.0 - 204.34.150.255 [Resource Consultants, Inc.]
204.34.151.0 - 204.34.151.255 [Personnel Support Activity, San Diego]
204.34.152.0 - 204.34.152.255 [NAVAL AIR FACILITY, ADAK]
204.34.153.0 - 204.34.153.255 [NAVSEA Logistics Command Detachment]
204.34.154.0 - 204.34.155.255 [PEARL HARBOR NAVAL SHIPYARD]
204.34.156.0 - 204.34.156.255 [Defense Photography School]
204.34.157.0 - 204.34.157.255 [Defense Information School]
204.34.161.0 - 204.34.161.255 [Naval Air Systems Command]
204.34.162.0 - 204.34.162.255 [Puget Sound Naval Shipyard]
204.34.163.0 - 204.34.163.255 [Joint Precision Strike Demonstration]
204.34.164.0 - 204.34.164.255 [Naval Pacific Meteorology and Ocean]
204.34.165.0 - 204.34.165.255 [Joint Precision Strike Demonstration]
204.34.167.0 - 204.34.167.255 [USAF]
204.34.168.0 - 204.34.168.255 [Commander]
204.34.169.0 - 204.34.170.255 [Naval Air Systems Command]
204.34.171.0 - 204.34.171.255 [NAVSTA SUPPLY DEPARTMENT]
204.34.173.0 - 204.34.173.255 [SUBMEPP Activity]
204.34.174.0 - 204.34.174.255 [COMMANDER TASK FORCE 74 YOKOSUKA JAPAN]
204.34.176.0 - 204.34.176.255 [DISA-PAC,IPC-GUAM]
204.34.177.0 - 204.34.177.255 [Satellite Production Test Center]
204.34.181.0 - 204.34.181.255 [9.0 Air Refueling Wing]
204.34.182.0 - 204.34.182.255 [Defense Megacenter Warner Robins]
204.34.183.0 - 204.34.183.255 [GCCS Support Facility]
204.34.184.0 - 204.34.184.255 [Nav Air Tech Serv Facility-Detachment]
204.34.185.0 - 204.34.185.255 [NAVAL SUPPORT FACILITY, DIEGO GARCIA]
204.34.186.0 - 204.34.186.255 [Defense Logistics Agency - Europe]
204.34.187.0 - 204.34.187.255 [NAVMASSO]
204.34.188.0 - 204.34.188.255 [Commander-In-Chief, US Pacific Fleet]
204.34.189.0 - 204.34.189.255 [Defense MegaCenter - St Louis]
204.34.1.0.0 - 204.34.1.0.255 [NAVMASSO]
204.34.192.0 - 204.34.192.255 [HQ SOCEUR]
204.34.193.0 - 204.34.195.255 [Second Marine Expeditionary Force]
204.34.196.0 - 204.34.196.255 [NAVCOMTELSTAWASHDC]
204.34.197.0 - 204.34.197.255 [INFORMATION SYSTEMS TECHNOLOGY CENTER]
204.34.198.0 - 204.34.198.255 [Naval Observatory Detachment, Colorado]
204.34.199.0 - 204.34.199.255 [NAVILCODETMECH]
204.34.200.0 - 204.34.200.255 [Navy Environmental Preventive Medicine]
204.34.201.0 - 204.34.201.255 [Port Hueneme Division, Naval Surf]
204.34.202.0 - 204.34.202.255 [Naval Facilities Engineering Housing]
204.34.203.0 - 204.34.203.255 [NAVSEA Logistics Command Detachment]
204.34.204.0 - 204.34.204.255 [Naval Air Warfare Center]
204.34.205.0 - 204.34.205.255 [Portsmouth Naval Shipyard]
204.34.206.0 - 204.34.206.255 [INFORMATION SYSTEMS TECHNOLOGY CENTER]
204.34.208.0 - 204.34.208.255 [Military Sealift Command Pacific]
204.34.211.0 - 204.34.211.255 [USAF Academy]
204.34.212.0 - 204.34.212.255 [3rd Combat Service Support]
204.34.213.0 - 204.34.213.255 [1st Radio Battalion]
204.34.214.0 - 204.34.214.255 [OASD (Health Affairs)]
204.34.215.0 - 204.34.215.255 [Second Marine Expeditionary Force]
204.34.216.0 - 204.34.216.255 [1st Marine Air Wing]
204.34.217.0 - 204.34.217.255 [SA-ALC/LTE]
204.34.218.0 - 204.34.218.255 [3rd Marine]
204.34.219.0 - 204.34.219.255 [Communications and Electronics]
204.34.220.0 - 204.34.224.255 [G-6 Operations]
204.34.225.0 - 204.34.225.255 [Joint Interoperability Test Command]
204.34.226.0 - 204.34.227.255 [NAVMASSO]
204.34.228.0 - 204.34.228.255 [Field Command Defense Nuclear Agency]
204.34.229.0 - 204.34.229.255 [Naval Space Command]
204.34.230.0 - 204.34.230.255 [Naval Pacific Meteorology and Oceanography]
204.34.232.0 - 204.34.232.255 [Military Family Housing]
204.34.233.0 - 204.34.233.255 [Navy Material Transportation Office]
204.34.234.0 - 204.34.234.255 [NAVMASSO]
204.34.235.0 - 204.34.235.255 [Defense Finance and Accounting Service]
204.34.237.0 - 204.34.237.255 [European Stars and Stripes]
204.34.238.0 - 204.34.238.255 [Pacific Stars and Stripes]
204.34.239.0 - 204.34.239.255 [PUGET SOUND NAVAL SHIPYARD]
204.34.240.0 - 204.34.240.255 [Nval Station, Guantanamo Bay]
204.34.242.0 - 204.34.242.255 [COMNAVSURFPAC]
204.34.243.0 - 204.34.243.255 [NAVMASSO]
204.34.244.0 - 204.34.244.255 [Amphibious Force, Seventh Fleet, U. S. Navy]
204.34.245.0 - 204.34.245.255 [USAF SpaceCommand]
204.34.246.0 - 204.34.246.255 [USAF]
204.34.247.0 - 204.34.247.255 [U.S. Army Special Operations Command]
204.34.248.0 - 204.34.248.255 [FLEET COMBAT TRAINING CENTER ATLA]
204.34.249.0 - 204.34.249.255 [Naval Aviation Depot North Island]
204.34.250.0 - 204.34.250.255 [NAVMASSO]
204.34.251.0 - 204.34.251.255 [NAVSEA Log Command Detachment Pacific]
204.34.252.0 - 204.34.252.255 [Command Special Boat Squadron One]
204.34.253.0 - 204.34.253.255 [AFPCA/GNNN]
204.34.254.0 - 204.34.254.255 [Navy Environmental Preventive Medicine]
205.0.0.0 - 205.117.255.0 [Department of the Navy, Space and Naval Warfare System Command, Washington DC - SPAWAR]
205.96.0.0 - 205.103.255.255 [Unknown]
207.30.0.0 - 207.30.255.255 [Sprint/United Telephone of Florida]
208.240.0.0 - 208.240.255.255 [Unknown]
209.35.0.0 - 209.35.255.255 [Interland, Inc., GA]
212.56.107.22 - 212.56.107.22 [Unknown]
212.143.0.0 - 212.143.255.255 [israelis isp's!! dont try those ranges!!]
212.149.0.0 - 212.149.255.255 [israelis isp's!! dont try those ranges!!]
212.159.0.0 - 212.159.255.255 [israelis isp's!! dont try those ranges!!]
212.179.0.0 - 212.179.255.255 [israelis isp's!! dont try those ranges!!]
213.8.0.0 - 213.8.255.255 [israelis isp's!! dont try those ranges!!]
216.25.0.0 - 216.25.255.255 [Unknown ]
216.94.0.0 - 216.94.255.255 [Unknown]
216.247.0.0 - 216.247.255.255 [Unknown]
216.248.0.0 - 216.248.255.255 [Unknown]
217.6.0.0 - 217.6.255.255 [Do not scan]
FBI controlled Linux servers & IPs/IP-Ranges
207.60.0.0 - 207.60.255.0 [The Internet Access Company]
207.60.2.128 - 207.60.2.255 [Abacus Technology]
207.60.3.0 - 207.60.3.127 [Mass Electric Construction Co.]
207.60.3.128 - 207.60.3.255 [Peabody Proberties Inc]
207.60.4.0 - 207.60.4.127 [Northern Electronics]
207.60.4.128 - 207.60.4.255 [Posternak, Blankstein & Lund]
207.60.5.64 - 207.60.5.127 [Woodard & Curran]
207.60.5.192 - 207.60.5.255 [On Line Services]
207.60.6.0 - 207.60.6.63 [The 400 Group]
207.60.6.64 - 207.60.6.127 [RD Hunter and Company]
207.60.6.128 - 207.60.6.191 [Louis Berger and Associates]
207.60.6.192 - 207.60.6.255 [Ross-Simons]
207.60.7.0 - 207.60.7.63 [Eastern Cambridge Savings Bank]
207.60.7.64 - 207.60.7.127 [Greater Lawrence Community Action Committee]
207.60.7.128 - 207.60.7.191vData Electronic Devices, Inc]
207.60.8.0 - 207.60.8.255 [Sippican]
207.60.9.0 - 207.60.9.31 [Alps Sportswear Mfg Co]
207.60.9.32 - 207.60.9.63 [Escher Group Ltd]
207.60.9.64 - 207.60.9.95 [West Suburban Elder]
207.60.9.96 - 207.60.9.127 [Central Bank]
207.60.9.128 - 207.60.9.159 [Danick Systems]
207.60.9.160 - 207.60.9.191 [Alps Sportswear Mfg CO]
207.60.9.192 - 207.60.9.223 [BSCC]
207.60.13.16 - 207.60.13.23 [Patrons Insurance Group]
207.60.13.40 - 207.60.13.47 [Athera Technologies]
207.60.13.48 - 207.60.13.55 [Service Edge Partners Inc]
207.60.13.56 - 207.60.13.63 [Massachusetts Credit Union League]
207.60.13.64 - 207.60.13.71 [SierraCom]
207.60.13.72 - 207.60.13.79 [AI/ FOCS]
207.60.13.80 - 207.60.13.87 [Extreme soft]
207.60.13.96 - 207.60.13.103 [Eaton Seo Corp]
207.60.13.112 - 207.60.13.119 [C. White]
207.60.13.120 - 207.60.13.127 [Athera]
207.60.13.128 - 207.60.13.135 [Entropic Systems, INC]
207.60.13.136 - 207.60.13.143 [Wood Product Manufactureds Associates]
207.60.13.160 - 207.60.13.167 [Jamestown Distribution]
207.60.13.168 - 207.60.13.175 [C&M Computers]
207.60.13.176 - 207.60.13.183 [ABC Used Auto Parts]
207.60.13.184 - 207.60.13.191 [Tomas Weldon]
207.60.13.192 - 207.60.13.199 [Tage Inns]
207.60.13.200 - 207.60.13.207 [Control Module Inc]
207.60.13.208 - 207.60.13.215 [Hyper Crawler Information Systems]
207.60.13.216 - 207.60.13.223 [Eastern Bearings]
207.60.13.224 - 207.60.13.231 [North Shore Data Services]
207.60.13.232 - 207.60.13.239 [Mas New Hampshire]
207.60.14.0 - 207.60.14.255 [J. A. Webster]
207.60.15.0 - 207.60.15.127 [Trilogic]
207.60.16.0 - 207.60.16.255 [Area 54]
207.60.18.0 - 207.60.18.63 [Vested Development Inc]
207.60.18.64 - 207.60.18.127 [Conventures]
207.60.21.0 - 207.60.21.255 [Don Law Company]
207.60.22.0 - 207.60.22.255 [Advanced Microsensors]
207.60.28.0 - 207.60.28.63 [Applied Business Center]
207.60.28.64 - 207.60.28.127 [Color and Design Exchange]
207.60.36.8 - 207.60.36.15 [Shaun McCusker]
207.60.36.16 - 207.60.36.23 [Town of Framingham]
207.60.36.24 - 207.60.36.31 [AB Software]
207.60.36.32 - 207.60.36.39 [Seabass Dreams Too Much, Inc]
207.60.36.40 - 207.60.36.47 [Next Ticketing]
207.60.36.48 - 207.60.36.55 [Dulsi]
207.60.36.56 - 207.60.36.63 [The Internet Access Company]
207.60.36.64 - 207.60.36.71 [Maguire Group]
207.60.36.72 - 207.60.36.79 [Cogenex]
207.60.36.88 - 207.60.36.95 [AKNDC]
207.60.36.96 - 207.60.36.103 [McGovern election commitee]
207.60.36.104 - 207.60.36.111 [Digital Equipment Corp]
207.60.36.112 - 207.60.36.119 [PTR Precision Technologies]
207.60.36.120 - 207.60.36.127 [Extech]
207.60.36.128 - 207.60.36.135 [Manfreddi Architects]
207.60.36.144 - 207.60.36.151 [Parent Naffah]
207.60.36.152 - 207.60.36.159 [Darling Dolls Inc]
207.60.36.160 - 207.60.36.167 [Wright Communications]
207.60.36.168 - 207.60.36.175 [Principle Software]
207.60.36.176 - 207.60.36.183 [Chris Pet Store]
207.60.36.184 - 207.60.36.191 [Fifteen Lilies]
207.60.36.192 - 207.60.36.199 [All-Com Technologies]
207.60.37.0 - 207.60.37.31 [Cardio Thoracic Surgical Associates, P. A.]
207.60.37.32 - 207.60.37.63 [Preferred Fixtures Inc]
207.60.37.64 - 207.60.37.95 [Apple and Eve Distributors]
207.60.37.96 - 207.60.37.127 [Nelson Copy Supply]
207.60.37.128 - 207.60.37.159 [Boston Optical Fiber]
207.60.37.192 - 207.60.37.223 [Fantasia&Company]
207.60.41.0 - 207.60.41.255 [Infoactive]
207.60.48.0 - 207.60.48.255 [Curry College]
207.60.62.32 - 207.60.62.63 [Alternate Power Source]
207.60.62.64 - 207.60.62.95 [Keystone Howley-White]
207.60.62.128 - 207.60.62.159 [Bridgehead Associates LTD]
207.60.62.160 - 207.60.62.191 [County Supply]
207.60.62.192 - 207.60.62.223 [NH Board of Nursing]
207.60.64.0 - 207.60.64.63 [Diversified Wireless Technologies]
207.60.64.64 - 207.60.64.127 [Phytera]
207.60.66.0 - 207.60.66.15 [The Network Connection]
207.60.66.16 - 207.60.66.31 [Young Refrigeration]
207.60.66.32 - 207.60.66.47 [Vision Appraisal Technology]
207.60.66.48 - 207.60.66.63 [EffNet Inc]
207.60.66.64 - 207.60.66.79 [Entropic Systems Inc]
207.60.66.80 - 207.60.66.95 [Finley Properties]
207.60.66.96 - 207.60.66.111 [Nancy Plowman Associates]
207.60.66.112 - 207.60.66.127 [Northeast Financial Strategies]
207.60.66.128 - 207.60.66.143 [Textnology Corp]
207.60.66.144 - 207.60.66.159 [Groton Neochem LLC]
207.60.66.160 - 207.60.66.175 [Tab Computers]
207.60.66.176 - 207.60.66.191 [Patrons Insurance]
207.60.66.192 - 207.60.66.207 [Chair City Web]
207.60.66.208 - 207.60.66.223 [Radex, Inc.]
207.60.66.224 - 207.60.66.239 [Robert Austein]
207.60.66.240 - 207.60.66.255 [Hologic Inc.]
207.60.71.64 - 207.60.71.127 [K-Tech International Inc.]
207.60.71.128 - 207.60.71.191 [Pan Communications]
207.60.71.192 - 207.60.71.255 [New England College of Finance]
207.60.75.128 - 207.60.75.255 [Absolve Technology]
207.60.78.0 - 207.60.78.127 [Extech]
207.60.78.128 - 207.60.78.255 [The Insight Group]
207.60.83.0 - 207.60.83.255 [JLM Technologies]
207.60.84.0 - 207.60.84.255 [Strategic Solutions]
207.60.94.0 - 207.60.94.15 [McWorks]
207.60.94.32 - 207.60.94.47 [Rooney RealEstate]
207.60.94.48 - 207.60.94.63 [Joseph Limo Service]
207.60.94.64 - 207.60.94.79 [The Portico Group]
207.60.94.80 - 207.60.94.95 [Event Travel Management Inc]
207.60.94.96 - 207.60.94.111 [Intellitech International]
207.60.94.128 - 207.60.94.143 [Orion Partners]
207.60.94.144 - 207.60.94.159 [Rainbow Software Solution]
207.60.94.160 - 207.60.94.175 [Grason Stadler Inc]
207.60.94.192 - 207.60.94.207 [Donnegan System]
207.60.95.1 - 207.60.95.255 [The Iprax Corp]
207.60.102.0 - 207.60.102.63 [Coporate IT]
207.60.102.64 - 207.60.102.127 [Putnam Technologies]
207.60.102.128 - 207.60.102.191 [Sycamore Networks]
207.60.102.192 - 207.60.102.255 [Bostek]
2?7.6?.10?.128 - 207.60.103.255 [Louis Berger and Associates]
207.60.104.128 - 207.60.104.191 [Hanson Data Systems]
207.60.106.128 - 207.60.106.255 [Giganet Inc.]
207.60.107.0 - 207.60.107.255 [Roll Systems]
207.60.108.8 - 207.60.108.15 [InternetQA]
207.60.111.0 - 207.60.111.31 [Reading Cooperative Bank]
207.60.111.32 - 207.60.111.63 [Edco collaborative]
207.60.111.64 - 207.60.111.95 [DTC Communications Inc]
207.60.111.96 - 207.60.111.127 [Mike Line]
207.60.111.128 - 207.60.111.159 [The Steppingstone Foundation]
207.60.111.160 - 207.60.111.191 [Caton Connector]
207.60.111.192 - 207.60.111.223 [Refron]
207.60.111.224 - 207.60.111.255 [Dolabany Comm Group]
207.60.112.0 - 207.60.112.255 [The CCS Companies]
207.60.116.0 - 207.60.116.255 [Continental PET Technologies]
207.60.122.16 - 207.60.122.23 [Corey & Company Designers Inc]
207.60.122.24 - 207.60.122.31 [SAIC]
207.60.122.32 - 207.60.122.39 [Netserve Entertainment Group]
207.60.122.40 - 207.60.122.47 [Avici Systems Inc]
207.60.122.48 - 207.60.122.55 [Webrdwne]
207.60.122.56 - 207.60.122.63 [Reality and Wonder]
207.60.122.64 - 207.60.122.71 [Nishan Desilva]
207.60.122.72 - 207.60.122.79 [NemaSoft Inc]
207.60.122.80 - 207.60.122.87 [Patrick Murphy]
207.60.122.88 - 207.60.122.95 [Corey and Company]
207.60.122.96 - 207.60.122.103 [Ames Textile Corp]
207.60.122.104 - 207.60.122.111 [Publicom]
207.60.127.0 - 207.60.127.255 [Northstar Technologies]
207.60.128.0 - 207.60.128.255 [Northstar Technologies]
207.60.129.0 - 207.60.129.255 [Sanga Corp]
207.60.129.64 - 207.60.129.127 [Fired Up Network]
207.60.129.128 - 207.60.129.191 [Integrated Data Solutions]
207.60.129.192 - 207.60.129.255 [Metanext]
207.61.0.0 - 207.61.255.255 [WorldLinx Telecommunications, Inc., Canada]
207.120.0.0 - 207.120.255.255 [BBN Planet, MA]