# How the government tracks your location

## Automated vehicle license plate readers.

Many governments operate license plate scanners to identify cars committing traffic violations, often automatically sending a traffic ticket to vehicle registrations's home address.

Police squad cars also have license plate scanners, allowing officers to quickly look up if passing drivers are legal interest. If you are driving past a police car, assume that you have been scanned.

The Electronic Frontier Foundation [has more information on how governments use automated license plate readers.](https://www.eff.org/pages/automated-license-plate-readers-alpr)

## Fake cell phone towers.

Law enforcement often deploy networks of fake cell phone towers that are capable of tracking the cell phones they connect with. You can read more about fake cell phone towers [here](/mobile-phone-security.md#beware-that-the-government-may-be-tracking-your-location-with-fake-cell-towers).

## Computer vision on security camera footage.

The company Clearview AI [sells a tool to law enforcement](https://www.nytimes.com/2020/01/18/technology/clearview-privacy-facial-recognition.html), allowing them to search for matching faces from billions of images scraped off of social media. If you or anybody else has posted a picture of your face on the Internet, you should assume that Clearview and similar companies already have a copy, and that law enforcement can find your Internet presence based on photos of you taken from security cameras.

There are many other companies that sell or offer the ability to build computer vision models capable of facial recognition, such as [Matroid](https://www.matroid.com/).

## Requesting data from private companies that track your location.

Law enforcement often request information from major social media, mapping, or ridesharing companies. They may make these requests with or without a warrant from a judge. It is common for companies to notify a user when law enforcement is requesting that user's data, but companies are often barred by law from contacting users.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://security.nym.vc/how-the-government-tracks-your-location.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
