gr-gsm GSM traffic in wireshark!!! IMSI catcher

 gr-gsm is a powerful library

that in conjuntion with any GSM receptor, give lot of utilities for playing.

Below the link for the utilities:

GitHub - ptrkrysik/gr-gsm: Gnuradio blocks and tools for receiving GSM transmissions


Today, in some minutes, we have been able to scan: grgsm_scan and locate a connected gsm device.

You can note the frequence,

and then in a second command you can type: grgsm_livemon  -f 927.8M

That will show in console the different GSM packets received,


Finally in a third window you can filter into wireshark to execute with the filter gsmtap.

wireshark -k -Y '!icmp && gsmtap' -i lo


We got very surprise to be able to get GSM traffic in the wireshark, ready to be analysed.




We have been reading different times about the imsi catcher.

Today we have been able to check how easy is to capture IMSIs,

in 5 seconds, we have capture lot of imsi of different persons.

No need to say this is just for learning purposes.

Note, all instructions are in the internet.

Para imsi catcher:

en una ventana ejecutamos el grgsm_livemon  -f 927.8M

y en otra ventana ejecutamos el siguiente script python:

sudo python3 /usr/src/IMSI-catcher/simple_IMSI-catcher.py  --sniff




WHAT!!!! The tool provides the MCC  MNC , LAC and cell id !!!!

With that info you go to opencellid.org and you can locate in the map the user!!!!

WOWWWW




Comentarios

Entradas populares de este blog

Yes, our linux board is able to send APDUs to the UICC