91³Ô¹ÏÍø

Watch CBS News

'The Blind Sheikh,' Tied To '93 World Trade Center Attack, Dead At 78

NEW YORK (CBSNewYork/AP) --  also known as the "blind Sheikh," has died at a prison hospital in North Carolina at age 78, law enforcement sources told CBS2.

 inspired the , a plot to blow up local landmarks and issued the Islamic ruling that Osama bin Laden used to justify 9/11.

Rahman was convicted in 1995 for involvement in the bomb plot, which targeted the United Nations, the Holland Tunnel and the Lincoln Tunnel.

Prosecutors said at the time the terror plots were intended to force the United States to end its support of Israel and Egypt.

He also was convicted at the same trial of plotting to kill former Egyptian President Hosni Mubarak. He defiantly professed his innocence in the plot, declaring: "This case is nothing but an extension of the American war against Islam."

Kenneth McKoy of the Federal Correction Complex in Butner, North Carolina, said Rahman died at 5:40 a.m. after a long battle with diabetes and coronary artery disease.

Abdel-Rahman was serving a life sentence in prison at the time of his death.

Abdel-Rahman was a key spiritual leader for a generation of Islamic militants and became a symbol for radicals during two decades in American prisons.

Blind since infancy from diabetes, Abdel-Rahman was the leader of one of Egypt's most feared militant groups, the Gamaa Islamiya, which led a campaign of violence aimed at bringing down ex-President Hosni Mubarak.

Abdel-Rahman fled Egypt to the U.S. in 1990 and began teaching in a New Jersey mosque. A circle of his followers were convicted in the Feb. 26, 1993, truck bombing of New York's World Trade Center that killed six people -- eight years before al-Qaida's suicide plane hijackers brought the towers down. 

Later in 1993, Abdel-Rahman was arrested by authorities who accused him and others of conspiring to wage a string of bombings against the United Nations and other New York landmarks, including the George Washington Bridge and the Lincoln and Holland tunnels.

But since his imprisonment, Abdel-Rahman's influence had been seen more as symbolic than that of a practical leader. His Gamaa Islamiya, which led a wave of violence in the 1990s, was crushed a decade ago, and its leaders, jailed in Egypt, declared a truce.

Abdel-Rahman's activities pre-dated Osama bin Laden's formation of al-Qaida in the late 1990s. But he was an influential figure in the generation of Islamic extremists that emerged from Egypt over the past two decades.

While Abdel-Rahman was the spiritual leader of Gamaa Islamiya, his longtime associate from Egyptian militant circles, Ayman al-Zawahri, was a leader of the Islamic Jihad militant group, whose experienced fighters he later allied with bin Laden's riches to form al-Qaida. Al-Zawahri is now leader of al-Qaida.

The two groups shared an ideology rejecting the governments of Egypt and other Arab countries as infidels that must be brought down by force. Between 1990 and 1996, they carried out a wave of attacks on Western tourists, Egyptian police and Coptic Christians until a heavy-handed government crackdown largely shattered them.

(TM and © Copyright 2017 CBS Radio Inc. and its relevant subsidiaries. CBS RADIO and EYE Logo TM and Copyright 2017 CBS Broadcasting Inc. Used under license. All Rights Reserved. This material may not be published, broadcast, rewritten, or redistributed. The Associated Press contributed to this report.)

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });