Sunday, May 6, 2018

Evolution of attacks on Cisco IOS devices

Evolution of attacks on Cisco IOS devices

Evolution of attacks on Cisco IOS devices

While "SYNful Knock" is the latest identified malware targeting Cisco devices running Cisco IOS, we have identified and investigated six other malware incidents during the last four years that target Cisco devices running Cisco IOS. The nature of threats is evolving and Cisco will continue to adapt technology delivering trustworthy solutions that our customers can rely on. This also means that customers will need to evolve, fully utilizing the security tools that are available, as well as ensuring security best practices are in place.

The malware used in these evolved Cisco IOS attacks show increasing levels of complexity in the type of modifications made to Cisco IOS, the behavior of its Command and Control (C&C) network (when present), and the platforms they target.

Before talking about specifics of each investigated malware incident, it is important to note that in all cases, no evidence has been found that attackers exploited a previously known or unknown vulnerability to install the malware. All available data points suggest either the use of compromised administrator credentials or physical access to the devices or images.

The following table and associated description provides a brief overview of the malware samples, as well as an overview of the actions that Cisco took in response to those findings. The source of this information is internal analysis performed by Cisco forensics teams.

cisco-ios-attacks

Notes to table:

INFECTION METHOD: Static means "modifications to the IOS binary stored in the device's flash", Runtime means "modifications performed to the runtime memory code without changes to the IOS binary in flash"

REMOTE DETECTABILITY: refers to the means to remotely look for the presence of the malware on a compromised system through scanning systems and signatures. Other means of detecting modifications through memory analysis is possible in all cases.

Incidents 0 and 1

The first two incidents were detected in 2011 and 2012 respectively, and were most likely custom malware targeting a specific victim. Those incidents were very basic (from a technical point of view) and involve binary patches to a Cisco IOS image. They allowed the modified IOS image file to be installed on the target routers (C3825, C2800nm, and C3845). Devices affected were in the Cisco 2800 and 3800 family of routers. No other Cisco devices were identified as affected by this malware.

The modification essentially affects the Diffie-Hellman key exchange protocol in order to weaken the derived keying material. The result is that with casual inspection the encrypted traffic seems unmodified, but the effect is that an attacker could decrypt protected traffic with less effort than would normally be required.

Platforms implementing Trust Anchor technologies and signed binaries would not be affected by either one of those two malware examples.

Incidents 2 and 3

Two new malware samples were identified in 2013, both targeting the Cisco 7600 series of devices. In both cases, the attacker leveraged compromised administrator credentials to modify the in-memory copy of the Cisco IOS code, using debugging and troubleshooting Cisco IOS command line interface (CLI) commands.

The primary purpose of the added code appears to be exfiltration of IPv4 packets that match criteria set by the attacker. The targeted traffic is copied and those packets are then forwarded to a specified IP address that is under the control of the attacker. A secondary purpose is to provide NAT (Network Address Translation) capabilities, so an attacker is able to access an IPv4 address within a compromised network that would normally not be reachable from the public Internet (ie: devices using RFC-1918 addresses).

Since both of these malware samples involved the modification of the in-memory code for Cisco IOS, neither Trust Anchor technologies nor image validation features would have detected or prevented the attack. But, because the modifications were performed on the in-memory copy of Cisco IOS, neither attack would achieve persistency across device reloads.

Incident 3 has only been detected in a single customer network. It was discovered while troubleshooting crashes on line cards on installed Cisco 7600 devices. Forensic analysis of the associated core dumps found that this attack used a C&C mechanism similar to Incident 2 to provide the malware with instructions for data exfiltration. What is unique in this incident is targeting of multi-architecture line cards – something we have not seen in any other malware analyzed as of this writing.

In both cases, the modifications were made to the in-memory copy of the executable code for the Cisco IOS image (with no changes to the actual binary Cisco IOS image in flash). The use of signed Cisco IOS images would not be a defense. It does, however, highlight the need for strong protection of administrative credentials and authorization mechanisms for privileged access to any network device.

Incident 4

Incident 4 was discovered in late 2014 and affected Cisco 1800, Cisco 3800 and Cisco 7200 devices. Like the malware seen in Incidents 2 and 3, the attack leveraged compromised administrative credentials to gain access to target devices for the purpose of installing the malware.

This malware, however, showed an increase in complexity compared to previous malware analyzed. It is the only analyzed malware so far that is capable of persistence through both device reload as well as through Cisco IOS software upgrades.

The malware has two separate components:

  • An initial infection, where the ROMMON on the targeted Cisco device is modified to ensure persistence of the C&C channel;
  • A secondary infection occurs when the ROMMON is used to inject binary code into the in-memory Cisco IOS image to support data exfiltration.
    • Note: This malware does not modify the binary Cisco IOS image in flash.

The ROMMON component of the malware handles the C&C messages, which are embedded within the payload of ICMP packets delivered through the IPv4 protocol.

The secondary infection component is highly modular, and supports the loading and unloading of optional "modules," which are delivered to the device through the C&C channel. One of the observed modules purpose is to exfiltrate device-specific data via ICMP packets. This module creates an ICMP Echo Request packet with the data to be exfiltrated as its payload. Other modules provide NAT capabilities, so C&C messages can reach devices that would otherwise not be accessible from the public Internet, and additional exfiltration capabilities for other traffic defined by the attacker.

Like Incident 3, the use of signed IOS images would not prevent this attack, as the binary Cisco IOS image stored in flash is never modified. However, the ROMMON compromise (used to achieve persistence between reloads and Cisco IOS software upgrades) would not be successful with current devices that incorporate secure boot, trust anchor modules, and image signing capabilities.

Incident 5 (SYNful Knock)

The last example (known as SYNful Knock and jointly disclosed by Cisco and Mandiant's FireEye), uses the same static modifications to the Cisco IOS binary seen in Incidents 0 and 1. It also uses a C&C approach similar to the one observed in Incident 2, but uses TCP instead of ICMP for C&C traffic (hence the name SYNful Knock).

SYNful Knock (like malware #0, #1, #2 and #3) CANNOT survive the installation of a known good Cisco IOS binary image, obtained from a known, trusted source and verified to have the correct hash values.

Cisco actions to prevent and detect attacks against Cisco devices

Since 2008, the Cisco Secure Development Lifecycle framework has provided development teams with standards and requirements to ensure products are designed with protection features and capabilities. Boot time and run time security features, such as Trust Anchor modules, secure boot, and memory protection are standard requirements. The goal of these features is to protect customers from remote code injection attacks or static modifications to Cisco IOS binary images.

As soon as the first malware was detected "in the wild," forensics and analysis teams at Cisco began accelerating the development of detection capabilities. We've developed forensics tools that can quickly validate the authenticity of IOS images from core dumps or in-memory images. These are key tools used in incident response to help our customers confirm whether there is a compromise and the extent of such a compromise.

Concurrently with the development of such forensics tools, we implemented measures to further ensure our supply chain integrity: verifying Cisco IOS image integrity through development, compilation, testing and release, and all the way to distribution points. As part of those efforts, we recently introduced and began posting SHA-512 hash values for any Cisco image to further increase customer confidence on their image authenticity. These are available for customer download on www.cisco.com.

We have also posted instructions and guidance for customers to harden their router authentication, authorization and accounting process and for validating Cisco IOS binary images already installed or to be installed on their Cisco devices.

We've deployed tools that automatically analyze core dumps provided by customers to the Cisco Technical Assistance Center (TAC) as part of a Service Request. These tools automatically detect modifications to Cisco IOS images. They also detect malicious and/or counterfeit images by analyzing binary images installed on any Cisco device that come through our RMA process.

We have reviewed all Cisco IOS command line interface (CLI) commands, and have removed commands that provide limited value to customers during normal device operation, but could be misused by attackers with access to the device CLI.

We are in the pilot phase of an image validation service that offers customers the ability to quickly and automatically analyze and detect modified Cisco IOS images running on their Cisco devices.

We have released SNORT and Yara signatures that detect SYNful Knock malware.

We have worked with all customers to quickly address their concerns or help them validate the running images in their network have not been compromised.

What Can You Do?

We have published several documents that can be used by Cisco customers wanting to better understand how to protect their Cisco IOS devices, harden their device configurations (including credential management procedures), and verify binary or in-memory running Cisco IOS images. The following are some of the resources you can find on www.cisco.com:

While some of the previously listed measures have been reactive, we are also taking active steps in developing new capabilities to meet the challenges of an ever changing threat landscape. In terms of the attack continuum – protect, detect, recover – Cisco has focused for many years on addressing the challenges of protecting our products through hardening, resiliency, and security capabilities.   We will continue and even accelerate those efforts, while also rapidly developing and adding detection and recovery capabilities to our products in the medium and long term.

The challenge is clear: the nature of the threat to our customers is ever evolving. Cisco will continue to focus on providing trustworthy solutions that our customers can rely on in this changing landscape.

Tags:


Elyssa D. Durant 
Research & Policy Analyst
Columbia University, New York

Serious hacking attacks hit the world's top router brand | Komando.com

Serious hacking attacks hit the world's top router brand | Komando.com



Serious hacking attacks hit the world's top router brand

Sophisticated hackers have been infecting network routers with malicious software for at least a year, and you need to know about it. So far, this malware has spread to countries on three continents, and there doesn't seem to be any sign it will slow down.

The malware is called SYNful Knock and it spreads over networks from router to router. SYNful Knock takes over the router by replacing the software that runs it.

So far, affected routers include Cisco models 1841, 2811 and 3825. Cybersecurity experts say this malware could start taking over other routers.

Cisco executives say this isn't a problem with its routers. Instead, cybercriminals have been gaining access to routers by stealing network administrators' credentials.

These hacks have targeted governments and companies. Experts say the hacks are so sophisticated that it's likely that a government with a cybersecurity agency is behind these router hacks, not individual hackers. The concern is that these hackers are taking over routers so they can spy on government officials and business executives.

A bigger concern is that hacks involving hardware, like routers, often bypass anti-virus programs that you install on your computer. However, there's a little bit of good news here for you.

So far, it seems individuals are not being hacked, and these hacks have not yet hit the United States. Affected countries are India, Mexico, Philippines and Ukraine.

Still, you always need to protect yourself, which starts with an anti-virus software. For suggestions for free anti-virus software, visit the Komando Security Center. You can also check your router with this free tool from F-Secure.

Plus, Cisco is aware of the problem and has been actively alerting its customers how they can check for the SYNful Knock hack. (For more details, visit Cisco's blog.)

Source: Reuters


Elyssa D. Durant 
Research & Policy Analyst
Columbia University, New York

Hackers Compromised the Trump Organization 4 Years Ago—and the Company Never Noticed – Mother Jones

Hackers Compromised the Trump Organization 4 Years Ago—and the Company Never Noticed – Mother Jones
Always print hard copies. Always   


Hackers Compromised the Trump Organization 4 Years Ago—and the Company Never Noticed

The perpetrators have possible ties to Russia.

Mother Jones illustration; Olivier Douliery/Abaca Press/Sipa/AP

Four years ago, the Trump Organization experienced a major cyber breach that could have allowed the perpetrator (or perpetrators) to mount malware attacks from the company's web domains and may have enabled the intruders to gain access to the company's computer network. Up until this week, this penetration had gone undetected by President Donald Trump's company, according to several internet security researchers.

In 2013, a hacker (or hackers) apparently obtained access to the Trump Organization's domain registration account and created at least 250 website subdomains that cybersecurity experts refer to as "shadow" subdomains. Each one of these shadow Trump subdomains pointed to a Russian IP address, meaning that they were hosted at these Russian addresses. (Every website domain is associated with one or more IP addresses. These addresses allow the internet to find the server that hosts the website. Authentic Trump Organization domains point to IP addresses that are hosted in the United States or countries where the company operates.) The creation of these shadow subdomains within the Trump Organization network was visible in the publicly available records of the company's domains.

Here is a list of a Trump Organization shadow subdomains.

The subdomains and their associated Russian IP addresses have repeatedly been linked to possible malware campaigns, having been flagged in well-known research databases as potentially associated with malware. The vast majority of the shadow subdomains remained active until this week, indicating that the Trump Organization had taken no steps to disable them. This suggests that the company for the past four years was unaware of the breach. Had the infiltration been caught by the Trump Organization, the firm should have immediately decommissioned the shadow subdomains, according to cybersecurity experts contacted by Mother Jones.

Two weeks ago, a computer security expert, who wishes to remain unidentified, contacted Mother Jones and provided the list of the shadow Trump Organization subdomains. He explained what he believed had happened. Some hacker—or group—had gained access to the Trump Organization's GoDaddy domain registration account. Like many companies, the Trump Organization has registered a long list of domain names, many of which it has never put to use. Some examples: BarronTrump.com, DonaldTrump.org, ChicagoTrumpTower.com, CelebrityPokerDealer.com, and DonaldTrumpPyramidScheme.com.

The existence of these shadow subdomains suggests a possible security compromise within Trump's business network that created the potential for unknown actorsusing these Trump Organization subdomains—to launch attacks that could trick computer users anywhere into handing over sensitive information and unknowingly allow the attackers access to their computers and network. In fact, the IP addresses associated with the fake subdomains are linked to an IP address for at least one domain previously used by hackers to deploy malware known as an "exploit kit," which can allow an attacker to gain a computer user's passwords and logins or to take over another computer and gain access to the files within it.

For each of more than a hundred of these Trump domains, the intruder created two shadow subdomains, with the names of these subdomains generally following a pattern: three to seven seemingly random letters placed before the real domain name. Here are examples from the list: bfdh.BarronTrump.com and dhfb.BarronTrump.com; bfch.DonaldTrump.org and bxdc.DonaldTrump.org; cesf.ChicagoTrumpTower.com and vsrv.ChicagoTrumpTower.com; dxgrg.CelebrityPokerDealer.com and vsrfg.CelebrityPokerDealer.com; and bdth.DonaldTrumpPyramidscheme.com and drhg.DonaldTrumpPyramidScheme.com.

The available historical data for these shadow subdomains indicate most of them were created in August 2013. When they first were set up, the shadow subdomains were aimed at one of 17 IP addresses on a network that was based in St. Petersburg, Russia, and they were hosted on servers owned by a company called the Petersburg Internet Network, a server provider with a reputation for hosting nefarious actors

In a January 2015 blog post about fraudulent IP routing and malware, Doug Madory, the director of internet analysis at Dyn, called the Petersburg Internet Network "perhaps the leading contender for being named the Mos Eisley of the Internet," a reference to the wild and seedy spaceport city on the planet Tatooine in the Star Wars movies. Currently, the IP addresses for these shadow Trump subdomains are registered to a different entity in Russia. According to several cybersecurity experts, the fact that the IP addresses point to Russia does not mean the Trump Organization breach originated there. 

The shadow Trump Organization subdomains point to IP addresses in the range between 46.161.27.184 and 46.161.27.200—and these addresses are part of a larger network. In October 2013, a security researcher identified a website called BewareCommaDelimited.org deploying an exploit kit that was intended to pilfer passwords and other information from targeted computers and noted it was associated with this IP address: 46.161.27.176. That IP address is within the same network as the IP addresses used for the shadow Trump Organization subdomains—an indication that these subdomains might have been part of a network used to deploy malware against other computers. 

This week, a researcher named C. Shawn Eib wrote a blog post highlighting the existence of the shadow subdomains, which had been referenced in a Twitter thread several weeks ago. Eib noted that "more than 250 subdomains of domains registered to the Trump Organization redirect traffic to computers in St. Petersburg, Russia."

Another computer security expert, who also asked not to be named, notes that this network of shadow subdomains may have been established by a criminal enterprise looking to use the Trump Organization's computer system as the launching pad for various cyberattacks on other individuals or entities. But, he adds, this breach also could be exploited by state or nonstate actors attempting to infiltrate the Trump Organization. "At the least," he remarks, "it shows the Trump Organization has been badly run."

In his blog post, Eib notes, "With an organization of this size, and with the added security concerns and scrutiny that a presidential campaign and victory would entail, it would be inexcusable for this to not have been discovered by their IT department. Any basic security audit would show the existence of these subdomains, and what servers they're leading to. This is sloppy at best, and potentially criminally negligent at worst, depending on the traffic that is being run through these servers."

All of the legitimate Trump Organization domains and the suspected subdomains were registered through GoDaddy. The creation of the shadow subdomains suggests that the hacker (or hackers) compromised the company's GoDaddy account and, depending on how the account was penetrated, the intruders could have obtained passwords and access to other computers in the Trump Organization network. 

The creation of these Trump Organization subdomains looks like a classic case of domain-shadowing, according to Steve Lord, a British cybersecurity expert at Raw Hex, a startup that trains people on micro-electronics and computer coding. He examined internet records and reviewed the matter for Mother Jones. Lord notes the Trump Organization shadow subdomains fit the pattern of a major case of domain-shadowing that in 2011 struck clients of GoDaddy, one of the largest domain registrars in the world.

In a March 2015 blog post, Nick Biasini, a threat researcher at Cisco's Talos Security Intelligence and Research Group, described how domain-shadowing works: 

These accounts are typically compromised through phishing. The threat actor then logs in with credentials and creates large amounts of subdomains. Since a lot of users have multiple domains this can provide a nearly endless supply of domains…This behavior has shown to be an effective way to avoid typical detection techniques like blacklisting of sites or IP addresses. 

In the post, Biasini noted that the practice of domain-shadowing goes back to 2011 and, like everything else in the tech world, has become more sophisticated over time. 

When cyber professionals notice suspected malware coming through their networks or in the wild, they often share this information with public malware databases so the broader information security community is aware and can analyze the potential malware. In the case of the Trump-related subdomains, many have been flagged as suspected malware carriers by IT professionals and security researchers who then uploaded references to these subdomains to VirusTotal, a malware research database.  

VirusTotal lists the findings of cybersecurity firms that analyze URLs suspected of being associated with malware. For many but not all of the Trump-related subdomains, according to the VirusTotal listings, Kaspersky, the Russian antivirus company, detected a possible association with malware. (Kaspersky is in the news now due to allegations that it has worked with the Russian government to steal data from US government computers, a claim the company denies. Many security researchers, though, agree that the company is highly skilled at identifying Russian malware.)

"It's telling that Kaspersky detected [this malware], while others didn't," Lord tells Mother Jones. That could be a measure of the malware's sophistication. 

The cybersecurity expert who shared the list with Mother Jones says he could find no legitimate use for the subdomains. He notes that the full scope of the attackers' breach of the Trump Organization domains remains unclear, but he adds that the hackers who have launched attacks from this block of IP addresses have the ability to wage highly sophisticated cyber assaults. "I'd have to imagine that the file and mail servers on the Trump Org network would be the world's largest repository of information that could be used to gain leverage over our president," he remarks. He also points out that this breach signals the Trump Organization did not employ secure IT: "The big thing is that they didn't notice." 

In response to request for comment, the Trump Organization sent this statement:

There has been no "hack" within the Trump Organization and the domain names [in question] do not host active websites and do not have any content. Publishing anything to the contrary would be highly irresponsible. Moreover, we have no association with the "shadow domains" you reference…and are looking into your inquiry with our third party domain registrar. There is no malware detected on any of these domains and our security team takes any and all threats very seriously.

The security expert who first shared the list of subdomains with Mother Jones notes that it is true that shadow subdomains "do not currently host active websites and that there is no reason to believe that there is currently any malware active on these domains." But, he remarks, the Trump Organization's registrar account "was likely compromised since someone created these hundreds of records and if it wasn't an authorized Trump Org person, that only leaves unauthorized persons."

Shown the Trump Organization's statement, Lord replied, 

There's two possible situations as I see it. Either they set up their own domain records to point at servers hosted in St. Petersburg, Russia…or someone else did. In either case, the question is why. For an organization on the cusp of a number of investigations about suspicious links to Russia, I'd hoped they would've given more public thought to the possibility that their domain ownership was at some point hijacked possibly through no fault of their own before denying everything.

The Trump Organization did not respond to follow-up questions. 

The security expert who first alerted Mother Jones to the Trump-related shadow subdomains noted that as soon as the Trump Organization responded for this story, records related to the subdomains began disappearing. 





Saturday, May 5, 2018

The Ultimate Price: The Bottom Dollar in Healthcare Reform | DailyDDoSe ©️2018

The Powers That Beat: The Ultimate Price: The Bottom Dollar in Healthcare Reform | DailyDDoSe
The Ultimate Price: The Bottom Dollar in Healthcare Reform
The Ultimate Price: The Bottom Dollar in Healthcare Reform

The most recent victims of our states radical cuts from the state's Medicaid Rolls, the –wheels are now in motion. Tennessee's decision to eradicate yet another class of TennCare / Medicaid recipients of The Daniels Class, 140,000 social security recipients are currently in the process of being recertified to determine their eligibility for Medicaid. This waiver was requested and granted as a measure to limit the number of Medicaid recipients the state would be forced to cover under federal law.

As a result, 140,000 people like myself may the healthcare we fought so hard to obtain. The poor, the sick and the elderly. The disabled residents of Tennessee. We will now join the ranks of the other 47 million Americans without health insurance. More people that will be forced to rely upon the federal government because the individual states have failed them. Shifting the burden once again. But somebody has to pay.

So the discussion has gone round and round and round again just to find the right place to dump the costs. From private to public and then back again. Upon the shoulders our children and the conscience of a nation.

But we need to determine where and when we draw the line. We need to decide on the bottom line and just how much we are willing to gamble on our individual welfare and the health of our nation. How much is it worth. $1 Billion $7 Billion? $700 Billion? Do we value our healthcare more than our vehicles or our homes? Companies that profited by institutionalizing predatory lending bankrupting families, communities and the country as a result.

To be clear, WE ARE ALL PAYING!

I can assure you once you lose your ability to have faith in yourself to be faced with the brutal reality of the failing safety net we call Social "Security," material belonging and personal property have lost all monetary value. And when that moment comes, you realize you have already paid far too much.

To be clear, YOU ARE ALL PAYING. Yes, all of us are paying some price…..

Where is the safety net? Where is the American Dream that I so diligently chased after for so many years? What was the point spending so much on an education that will never be utilized? I understand the how; I just don't understand why. 


Elyssa D. Durant 
Research & Policy Analyst
Columbia University, New York

Amazing Grace: The Lives of Children the Conscience of a Natio

Book Review by Elyssa D. Durant ©️ 2018


In Amazing Grace: The lives of children and the conscience of a nation, (1995) Jonathan Kozol paints a vivid picture of the conditions in the poorest sections of New York City. During the early to mid 1990's, Kozol made several visits to Mott Haven in the South Bronx. As he describes in Amazing Grace, the South Bronx is one of the most severely segregated and poorest Congressional Districts in the United States.


The members of this community have been segregated into a hell plagued with sickness, violence and despair. Kozol argues that this strategic placement serves to isolate the rich from the realities they have thrust upon their fellow man. New Yorkers do not stroll through the streets of Mott Haven, and taxicabs take no short cuts through Beekman Avenue. Many taxicabs will not even venture past East 96th Street. Out of sight is out of mind.

As I was reading Amazing Grace, I remember thinking back to my days living in Manhattan, coincidentally around the same time Kozol conducted his interviews in the South Bronx. I lived in what Kozol refers to as Manhattan's "Liberal West Side," an area that was undergoing rapid transformation and gentrification at the time Mayor Rudolph Giuliani took office.

There is no excuse for the conditions in which these people must live. No person should be forced into an apartment that has a higher ratio of cockroaches and rats than human beings.

In 1995, the American Sociological Association (ASA) held its annual conference in New York City. Prior to that meeting, they sent out a fact sheet that may be of interest to ASA members. In this sheet, they too described the same social conditions and asked their members to take note of the changes that occur at 96th Street. I can assure you that the conditions Kozol describes in his book were not exaggerated.

These children are desperately in need of the best schools, yet we give them the worst. They have few libraries, few safe havens, few doctors, and few role models. They have every reason to believe that they are throwaway children and we have certainly not shown them anything else. The social services we have provided are a bureaucratic nightmare. People in need are treated as sub-human, and made to feel ashamed of being poor.

These are among the sickest children in the world. Americans claim to be dedicated to the children and fool ourselves into believing that we are doing them a favor by providing them with medical care, public education, and public housing. Yet, the quality of their neighborhoods speaks volumes of our sentiment and intentions.

Shortly after Amazing Grace was published, managed care rapidly moved onto the New York scene. Around the same time, the Mayor announced he would be closing some of the hospitals that served the poorest of the poor because of financial problems associated with payment and large trauma departments.

Kozol makes the point that people could attempt to gain admissions at a better hospital than Bronx-Lebanon; yet, the privatization of Medicaid has now made this completely impossible. Further restrictions on medical care are inevitable as the result of Medicaid managed care. The law is not designed to protect these people, and this was made obvious in a recent conversation I had with a friend who practices medicine in New York.

My friend John works as a board certified trauma physician at a private hospital on the Upper East Side. The last black patient he treated at Beth Israel was famed rock singer Michael Jackson. I asked him if he ever gets any asthma patients in his ER. He knew immediately of whom I was speaking. "You mean the kids from the South Bronx?" he asked. He told me that they know better than to show up at Beth Israel. "But if they do?" I asked, and he replied, "We ship them back."

This is the reality. The best doctors treat the wealthiest patients rather than the sickest. Schools educate the best students rather than the neediest. It is no wonder that these children perform poorly in school. By every measure, these children are destined for failure. Their home life is less than enchanting, and they do not benefit from enriched environments and educated parents. Certainly, there are many dedicated parents who care about their children, but is that enough? When I was in school, children frequently asked the teacher, how will this help later in life. In my class, there was an unequivocal reply, but it could be argued that what children in the South Bronx need to learn couldn't be taught in the classroom.

There is no doubt that the prevalence of violence in urban neighborhoods affects the ability of children to perform well in school. There is a large body of empirical evidence that demonstrates the effects of chronic stress on memory and the learning process. Rather than taking the children out of these communities, we have constructed prison like buildings for them to attend school. They routinely have gunfire drills reminding them that danger is never far behind.

Children cannot learn in this environment. This constant stress triggers "hot-memory." Hot memory can be thought of as learning with your heart and not your mind. It is no wonder children perform inadequately in this environment.

It is bad enough that children live in such conditions, must we educate in them too? If we want underprivileged children to learn and grow spiritually, we must create an environment that allows their cool memory systems to take over.

It is only under these conditions that children will permit themselves to learn and develop their intellectual strengths. We have failed to create a safe home environment for urban children, but we can give serious thought to creating a school environment outside of the community so they have fewer fear-driven hours each day.

Studies consistently report lower academic achievement in urban neighborhoods like Mott Haven in the South Bronx. Children growing up in urban neighborhoods have a much higher incidence of posttraumatic stress disorder (PTSD). Most researchers believe this to be the direct result of living in stressed communities plagued with street crime and violence. The potential impact of chronic stress on academic performance and achievement is not known, but reading scores in neighborhoods like Mott Haven certainly seem to indicate some type of causal relationship. There is virtually no research on looking at the long-term effects of this inflated incidence of PTSD among urban populations. It is important to develop an understanding of the effects of fear on the academic performance of urban adolescents so we can begin to dismantle the myths regarding school performance and minority children.

Under these conditions, it is not surprising to learn that students also report pervasive feelings of fear and do not feel secure despite the added presence of security personnel on school grounds. For these students, school is a mere extension of the violent communities in which they live.

Since urban communities have many different sources of stress, it is important to examine how school policies contribute to the learning environment in public schools. The quick response has been to install weapons detectors and hire school security for urban schools. The presence of school security certainly affects the climate of American public schools by establishing school environments that focus more on student behavior than student achievement. Together, the urban public school and the community it serves are a constant reminder of the poor living conditions and social reality of urban America.

The secured environment is an indication of the roles students are expected to play later in life. This is a lesson they will not soon forget.

Kozol makes it quite clear that there are several exceptional children in this community. There are probably as many exceptional children here as every other community around the country, yet, so few of them will make it out of the South Bronx. Kozol is careful not to dwell on the exceptional cases of children who successfully navigate their way into the main stream of society. Kozol does this so we do not develop a false sense of hope. If we cling to a few exceptional cases, we may come to believe that what we are giving enough to children like Anthony or Anabelle. Clearly, we can do more. Failure should be the exception-not the rule. Success should be the norm, and until it is, we should not give up hope for these children.

America claims to be dedicated to equal opportunity, yet equality is not sufficient in a community like Mott Haven. These kids need more. We need to think about equity, not equality. It is not enough to hide them away. These are visions we should never forget.

Welcome to America. The Wealthiest Nation in the World.

Reference: Kozol, Jonathan. (1995) Amazing Grace: The lives of children and the conscience of a nation. New York: Crown Publishing.


--
Elyssa Durant, Ed.M.
Nashville, Tennessee



"You may not care how much I know, but you don't know how much I care."



______________________________