Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
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)0
Sources:
Process:
CRS
records (inactive), add to the spreadsheetlist.csv
npm run convert
FAQs
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 591 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 0 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.