PaloAltoNetworks / SafeNetworking

Read only mirror. To contribute or submit issues, please go to the website link --->
https://gitlab.com/panw-gse/as/SafeNetworking/
Apache License 2.0
12 stars 10 forks source link

Breakdown of IMSI into MCC, MNC and MSIN #54

Open punisherVX opened 5 years ago

punisherVX commented 5 years ago

Need to break down IMSI into its sub-parts of MCC - 3 digits MNC - 2 digits MISN - gte 10 digits

Doing this at ingest time, with logstash, will allow for building visualizations without having to stress elasticsearch with regex and painless scripting which are both search intensive.