EFForg / rayhunter

Rust tool to detect cell site simulators on an orbic mobile hotspot
GNU General Public License v3.0
42 stars 3 forks source link

Geolocation: how??? #20

Open wgreenberg opened 10 months ago

wgreenberg commented 10 months ago

I'm not sure whether the orbic device has a GPS, or how to access it if it does. I'm also totally unclear on how geolocation via 4G works. It seems like there's an open dataset of cell tower ID/GPS location (https://opencellid.org), which we may be able to use to associate SIB block data to GPS coordinates.

Anyway, it'd be good to get a sense of how we might be able to get GPS data for the device, and then possibly annotate our pcap files w/ location data.

cooperq commented 10 months ago

Could also use bssids and use magic 8 ball we might be able to get gps data from something in /dev perhaps an AT interface

alphafox02 commented 3 weeks ago

Jumping over here from Croc Hunter (will it ever be revisited?) but is there any chance of the device is plugged into a Linux host that gps could be pulled from gpsd if it was allowed to share outside of just local host?

I ordered a hotspot so I can catch up.

cooperq commented 2 weeks ago

its definitely a posibility but I think the easier solution would be to have an app and pull location information from the phone. The app could then also be used to view results while still maintaining the slim form factor. People shouldn't have to install inux to use this thing.

Cooper Quintin Senior Public Interest Technologist EFF.org is member supported. Join today!https://www.eff.org/donate

Signal: hunter.02 Find me on twitter or bluesky @cooperq @.***@infosec exchange on mastodon)


From: alphafox02 @.> Sent: Friday, November 1, 2024 6:57 AM To: EFForg/rayhunter @.> Cc: Cooper Quintin @.>; Comment @.> Subject: Re: [EFForg/rayhunter] Geolocation: how??? (Issue #20)

Jumping over here from Croc Hunter (will it ever be revisited?) but is there any chance of the device is plugged into a Linux host that gps could be pulled from gpsd if it was allowed to share outside of just local host?

I ordered a hotspot so I can catch up.

— Reply to this email directly, view it on GitHubhttps://github.com/EFForg/rayhunter/issues/20#issuecomment-2451916799, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAAP3VLWICD752HOUH4LNJ3Z6OCF5AVCNFSM6AAAAABRAKAR3SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJRHEYTMNZZHE. You are receiving this because you commented.Message ID: @.***>

alphafox02 commented 2 weeks ago

That would be cool too, but I can think of some slim form factors that are not phones and could be additional capabilities in conjunction with the device. I bought what’s needed, so I’ll wait till I have a better understanding of how it works and how it could be used outside paired to a phone.