
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
e118-iin-list
Advanced tools
List of issuer identifier numbers for the international telecommunication charge card (ITU-T E.118)
List of issuer identification numbers for the international telecommunication charge card (ITU-T E.118).
[!NOTE]
Last update: 2024-12-20
[!IMPORTANT]
Up-to-date with the ITU-T E.118 Issuer Identifier Numbers database and also includes E.164 shared country code entries (which has some overlapping entries).
Data source as Google Spreadsheet.
Since E.118's issuer identification number is of variable length (it can be 4–7 digits) an ICCID (the serial number of SIM cards) needs to be matched against a list of known IINs in order to determine the SIM issuer.
npm install e118-iin-list
import { identifyIssuer } from "e118-iin-list";
const issuer = identifyIssuer("89450421180216254864");
if (issuer !== undefined) {
console.log(issuer.companyName); // Telia Sonera A/S
}
You can identify issuers directly from your command line:
$ npx e118-iin-list 89450421180216254864
{
"iin": 894504,
"countryCode": 45,
"issuerIdentifierNumber": "04",
"countryName": "Denmark",
"companyName": "Telia Sonera A/S"
}
Note: if your ICCID is not recognized, please open a new issue in this repository.
The numbering of the card to be issued by OAs shall be as follows based on ISO/IEC 7812-1 (Identification cards – Identification of issuers – Part 1: Numbering system) and ISO/IEC 7812-2 (Identification cards – Identification of issuers – Part 2: Application and registration procedures).

The maximum length of the visible card number (primary account number) shall be 19 characters and is composed of the following subparts (see Figure 1):
89 (telecommunication
purposes)0Sources:
Process:
CRS records (inactive), add to the spreadsheetlist.csvnpm run convertFAQs
List of issuer identifier numbers for the international telecommunication charge card (ITU-T E.118)
The npm package e118-iin-list receives a total of 925 weekly downloads. As such, e118-iin-list popularity was classified as not popular.
We found that e118-iin-list demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.