Skip to content

atis--/imsi-grok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IMSI Analyzer

Break up IMSI into MCC, MNC, MSIN. Determine subscriber country and network.

Example

const imsi = require('imsi-grok');
console.log(imsi.grok('247011234567890'));

Output:

{ mcc: '247',
  mnc: '01',
  country_iso: 'LV',
  country_name: 'Latvia',
  country_code: '371',
  network_name: 'Latvian Mobile Phone',
  msin: '1234567890' }

About

Analyze IMSI (international mobile subscriber identity) number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published