OFAC Targets Iranian Oil Smuggling Network — Lukoil Russia License Extended April 2026
OFAC sanctioned 25+ entities in Shamkhani's Iranian oil network and extended Russia's Lukoil general license through October 2026 — what compliance teams need to know.

The U.S. Treasury's Office of Foreign Assets Control (OFAC) capped a busy mid-April with two headline actions that compliance teams across banking, fintech, and energy cannot afford to ignore: a sweeping crackdown on Iranian oil smuggling and an amendment to existing Russia general licenses affecting Lukoil operations worldwide.
OFAC Sanctions 25+ Entities in Shamkhani Oil Network
According to OFAC's press release on April 15, 2026, Treasury sanctioned more than two dozen individuals, companies, and vessels tied to the illicit oil shipping network of Mohammad Hossein Shamkhani — a prominent Iranian oil shipping magnate with deep connections to the Islamic Revolutionary Guard Corps (IRGC).
The designations targeted:
- Front companies registered across the UAE, Turkey, and Hong Kong used to obscure the origin of Iranian crude
- Tanker vessels operating under falsified cargo manifests
- A Lebanese Hizballah-linked financier, Seyed Naiemaei Badroddin Moosavi, and three associated companies accused of laundering proceeds from Iranian oil sales in exchange for Venezuelan gold
According to ABA Banking Journal, Treasury simultaneously eased a prior enforcement order against a Mexican bank while intensifying pressure on Iranian networks — signaling a targeted rather than broad escalation strategy.
Lukoil Russia General Licenses Amended Through October 2026
On April 14, 2026, OFAC amended two existing general licenses to continue authorizing limited transactions involving Russia's Lukoil — the country's second-largest oil producer. As reported by Thompson Hine SmartTrade, the amended license extends until October 29, 2026 certain transactions related to Lukoil retail service stations located outside of Russia.
This extension is specifically targeted at third-party operators of Lukoil-branded stations in Central and Eastern Europe who would otherwise face sanctions exposure for routine fuel retail operations. It does not authorize new investments in Russian energy or dealings with sanctioned Russian state entities.
Why This Matters for Compliance Teams
These two actions arrive simultaneously, creating a complex screening environment:
- New SDN additions: The Shamkhani network adds dozens of new legal entity names, vessel IMO numbers, and individual aliases to the SDN list — all requiring immediate rescreening of existing counterparty databases.
- GL complexity: Lukoil's general license amendment means certain Lukoil-adjacent entities are temporarily authorized while most Russia-related entities remain prohibited. Blanket screening logic that flags all "Lukoil" mentions will produce false positives.
- Layered jurisdictions: Several Shamkhani front companies are registered in UAE and Turkey — jurisdictions commonly used in trade finance and correspondent banking. This significantly widens the exposure surface for banks and payment processors.
Compliance teams relying on periodic batch screening — weekly or monthly — risk operating with stale data in this environment. The window between an SDN designation and a sanctioned payment being processed can be hours.
The Cost of Delayed Screening Updates
OFAC enforcement statistics show that penalties for violations of Iran sanctions alone have exceeded $3 billion since 2009. In 2025, Iranian sanctions violations represented the single largest category of OFAC civil monetary penalties, according to U.S. Sanctions Statistics.
A key pattern in enforcement cases: the violating transaction typically occurs within 24-48 hours of a new designation, before compliance teams have updated their screening databases. Automated real-time screening eliminates this window.
How SanctionShield AI Addresses This Gap
SanctionShield AI provides real-time sanctions screening against OFAC's SDN list and 40+ global watchlists, with database refresh cycles measured in minutes — not days.
Key capabilities for this scenario:
import requests
API_KEY = "YOUR_API_KEY"
# Screen a vessel by IMO number
response = requests.post(
"https://apivult.com/sanctionshield/v1/screen",
headers={"X-RapidAPI-Key": API_KEY},
json={
"query": "IMO-9876543",
"entity_type": "vessel",
"watchlists": ["OFAC_SDN", "UN_CONSOLIDATED", "EU_SANCTIONS"],
"match_threshold": 0.85
}
)
result = response.json()
if result["hit"]:
print(f"MATCH: {result['matched_entity']} — Risk: {result['risk_score']}")
print(f"Program: {result['sanctions_program']}")
print(f"Designation date: {result['designated_date']}")The API returns structured match data including the sanctions program, designation date, and underlying legal authority — enabling automated case creation in your compliance workflow without manual SDN list navigation.
For Lukoil GL-related screening, the API also supports sanctions program exclusion logic, allowing you to flag Lukoil entities for manual review rather than automatic block — accurately reflecting the nuanced GL authorization.
What Compliance Teams Should Do Now
- Immediate rescreening: Run all existing counterparties against the updated SDN list within 24 hours of any new batch designation
- Vessel IMO verification: Add IMO number screening to your trade finance due diligence for any shipments transiting Middle Eastern or Central Asian routes
- GL documentation: Ensure your Lukoil-adjacent transaction approvals reference the specific GL number and expiration date (October 29, 2026)
- Audit trail: Document every screening hit, disposition, and timestamp — OFAC requires this for voluntary self-disclosure defenses
The pace of OFAC designations in April 2026 — 18 in four days earlier this month, now dozens more — makes automated, real-time screening not optional but operationally necessary.
Sources
- OFAC Recent Actions — April 2026 — U.S. Treasury OFAC, April 2026
- Treasury Steps Up Iranian Sanctions, Eases Order Against Mexican Bank — ABA Banking Journal, April 2026
- OFAC Amends Russia General Licenses Related to Lukoil — Thompson Hine SmartTrade, April 2026
- U.S. Sanctions Statistics 2026 — The World Data, 2026
More Articles
OFAC Issues 18 Designations in 4 Days: Sudan, Iran, Nicaragua, Counter-Narcotics — April 14-17, 2026
OFAC published sanctions updates on four consecutive days between April 14-17, 2026, covering Sudan, Iran, Nicaragua, counter-terrorism, and counter-narcotics programs. What compliance teams must update immediately.
April 18, 2026
How to Automate Vendor Due Diligence Screening with SanctionShield AI API
Build automated vendor due diligence pipelines that screen suppliers against OFAC, UN, and EU watchlists in real time using SanctionShield AI API in Python.
April 5, 2026