Hi, How Can We Help You?

Category Archives: Criminal Defense

Locked Isn’t Locked: The Cryptographic State Police Are Racing to Preserve on Your Phone in Phoenix

Infographic explaining iPhone forensic encryption, Secure Enclave, Before First Unlock (BFU), After First Unlock (AFU), file protection classes, and why lock state affects digital evidence in Phoenix criminal investigations.This article discusses publicly documented forensic standards and vendor security architecture. It does not claim that any particular method was used in any specific case.

A lock icon on a phone screen tells you nothing. There’s a second lock underneath it, one you can’t see, and whether it’s engaged decides what a forensic lab can actually pull off the device. Most people never learn this exists. Defense lawyers who do learn it start winning arguments the ones who don’t never even think to make.

If you’re facing charges in Phoenix or anywhere in Maricopa County and a phone is sitting in your discovery file, read this before you read the forensic report.

For the full roadmap after an arrest: Case Stages.

Two States. One Screen. No Way to Tell Them Apart By Looking…

Every modern iPhone runs on a chip called the Secure Enclave. It’s not software. It’s a physically separate coprocessor soldered onto the same silicon package as the main processor, but walled off entirely, with its own boot ROM, its own AES engine, its own stripped-down operating system deliberately clocked slow to resist power-analysis attacks. Every encryption key on the phone traces back to one hardware value fused into that chip at the factory. That value never leaves the chip. Nobody has ever pulled it out. Not Apple, not the FBI, not a forensic lab holding a warrant.

That hardware key combines with your passcode to produce what Apple calls a class key, and class keys are what actually unlock files. Different files get different protection classes. Some stay encrypted until the passcode goes in. Some stay encrypted until the phone reboots. That distinction is everything:

  • Before First Unlock (BFU): the phone rebooted, and nobody’s entered the passcode since. The Secure Enclave will not release the class keys. Most of the device is cryptographically inert.
  • After First Unlock (AFU): the passcode went in at least once since the last reboot. Class keys sit live in memory. The phone, and any forensic tool that gets its hands on it, can reach almost everything.

Here’s what most people never get told: a phone can sit at a lock screen, passcode required, looking untouched, and still be in AFU state. Unlock it ten minutes before it gets seized and it hasn’t rebooted since, the keys are live. The screen doesn’t tell you the truth. Only the phone’s own clock knows.


Not All Files Lock the Same Way

The Secure Enclave doesn’t treat every file on the phone the same. Apple splits files into protection classes, and which class a file lands in decides exactly when it becomes readable. Four classes matter:

  • Complete: the strictest. Locks the instant the screen locks. Needs the passcode or biometric every time.
  • CompleteUnlessOpen: for files actively being written when the phone locks, a mail attachment downloading in the background, for instance. Stays accessible until the write finishes, then locks like Complete.
  • CompleteUntilFirstUserAuthentication: the one that actually defines AFU. Unlocks once, after the first passcode entry post-reboot, and stays unlocked even if the screen locks again, right up until the next full reboot. Most apps use this class. It’s why AFU is so much richer than BFU: almost everything in this class is fair game the moment the phone gets unlocked even once.
  • NSFileProtectionNone: no lock beyond the hardware key itself. Alarms, emergency dialer, a handful of system functions. That’s the entire BFU menu. Everything else stays sealed.

Translation: the operating system, the base software running the phone, doesn’t decide what’s accessible. The file’s assigned class does, and that class got set the moment the file was created.


Why a Factory Reset Reads As “Gone” In a Forensic Report

This matters for reading a forensic report accurately, not for anyone deciding what to do with a phone. A factory reset doesn’t work by deleting files one at a time. It destroys the wrapping key protecting the entire keybag, the master list of every class key on the device. Once that key is gone, the files are still physically sitting on the flash chip, encrypted, permanently unreadable. Newer chips back this with anti-replay protection, a system that stops an old, valid copy of a deleted key from ever being reused even if someone recovers it. That’s the technical reason a forensic report can say “no data recoverable” and mean it.

One thing worth saying plainly: resetting or wiping a device after you know, or reasonably should know, that it’s connected to an investigation is illegal. Courts treat that as spoliation, and it can support charges on its own, regardless of what the data would have shown.


Why Officers Sprint for a Charger

Mission Darkness Window Charge & Shield Faraday Bag for Tablets & Cell Phones // Includes USB Filter, Transparent Window & Charging Cables // Device Shielding for Law Enforcement & Military : Amazon.ca: Electronics

 

This is why a seized phone gets plugged into a battery pack before it even leaves the scene. Keeping it powered isn’t procedure for its own sake. It prevents an accidental reboot that would slam AFU access shut and drop the device back into BFU, where most forensic tools hit a wall.

Then Apple made that wall move on its own. Starting with iOS 18, an undocumented mechanism began forcing phones to reboot after a set period of inactivity, regardless of anything else happening to the device. Security researcher Jiska Classen found it by tearing apart the actual iOS binaries, specifically the keybagd daemon and the AppleSEPKeyStore kernel extension, and confirmed the Secure Enclave itself tracks time elapsed since the last unlock. Cross the threshold, and the SEP forces the kernel to reboot. No warning. No user action. Straight to BFU.

The threshold already moved once. iOS 18.0 shipped with a 168-hour window, seven full days. iOS 18.1 cut it to roughly 72 hours. Apple never announced either number publicly. Both came from outside researchers pulling the binary apart.

There’s also USB Restricted Mode, relevant to anyone examining a locked phone through its charging port. After roughly one hour locked, iOS cuts data access over USB entirely. Charging keeps working. Data doesn’t. That’s a second clock forensic tools are racing, not just the reboot timer.


GrapheneOS Did This First. Google Had Nothing to Do With It.

Worth getting right, because most people have it backwards: GrapheneOS is not a Google product. It’s an independent, nonprofit, open-source hardening project, first released in 2016, built entirely outside Google. It runs on Google Pixel phones, and currently only Pixel phones, for one specific reason: Pixel is the only hardware line that ships everything GrapheneOS requires to function. A bootloader that can be relocked with a custom signing key. Verified Boot with rollback protection. A discrete secure element supporting StrongBox and the Weaver rate-limiting API. Hardware-backed attestation. A USB controller the OS can disable at the hardware level, not just in software.

That last piece runs through Google’s Titan M chip, a physically separate security processor built on an ARM Cortex-M3 core, isolated from the main application processor for the same reason Apple isolates the Secure Enclave: so a compromised main OS can’t touch it. Titan M stores rollback counters for verified boot, rate-limits credential guesses through Weaver, and wires directly into the phone’s physical buttons so a remote attacker can’t fake a press. Google built that chip. Google did not build GrapheneOS. GrapheneOS’s developers looked at what hardware could actually support real security hardening and picked the phone that already had it.

And GrapheneOS shipped an automatic reboot-to-lock feature years before Apple. It launched in 2021, originally 72 hours, later tightened to an 18-hour default. Unlike Apple, GrapheneOS documented theirs openly, on their own site, with the number stated plainly. Apple’s version had to be reverse-engineered because Apple never wrote it down anywhere.


Signal Isolation Buys Them Nothing Against This Clock

The reboot timer runs on elapsed time. Nothing else. It doesn’t care whether the phone is on a network or sealed inside a radio-blocking evidence bag. A phone can be fully isolated from every tower and Wi-Fi signal on earth and still silently reboot itself into BFU, purely because the clock ran out. The Scientific Working Group on Digital Evidence, the body writing the national standards examiners train on, tells its own people to plan around exactly this gap. Isolating a phone from a network and racing its internal clock are separate problems. Beating one does nothing for the other.


Face ID Doesn’t Work Until Someone Types the Passcode First

Here’s a detail that changes how an officer actually behaves at the scene. Biometrics, Face ID, Touch ID, a fingerprint reader on Android, only function in AFU state. In BFU, they’re switched off entirely, not weakened, off. The Secure Enclave requires the passcode itself, typed or entered manually, to make that first transition out of BFU. No face, no finger, gets you there. Only the code.

That’s a hard rule, not a preference. Apple enforces it directly: after any reboot, or after 48 hours of the device sitting idle, or after five failed biometric attempts in a row, the system falls back to passcode-only and refuses biometrics until that passcode goes in. So an officer holding a phone that already crossed the reboot threshold can point it at your face all day and get nothing. The phone genuinely cannot comply. It’s not being stubborn. The math doesn’t work without the code.

This connects directly to compelled-unlock questions. Courts have drawn real distinctions between forcing someone to reveal a passcode, which many treat as testimony protected by the Fifth Amendment, and forcing a fingerprint or face scan, which some courts treat as closer to a physical characteristic. But that distinction only ever matters in AFU. In BFU, biometrics aren’t a legal question. They’re a technical dead end, full stop, regardless of what a court would allow.


Android Runs the Same Split, Different Name

Android doesn’t use Apple’s exact class system, but it built the same idea from scratch, and the industry term for it is File-Based Encryption. Every Android phone since Android 10 splits storage into two buckets:

  • Device Encrypted (DE) storage: the BFU-equivalent tier. Available at boot, before any credential goes in. Alarms, accessibility tools, incoming calls, the bare minimum to make the phone function as a phone.
  • Credential Encrypted (CE) storage: everything else. Contacts, messages, photos, almost every app’s actual data. Locked until the first successful unlock, exactly like Apple’s CompleteUntilFirstUserAuthentication class.

Same wall, different label. And on Pixel devices specifically, that wall is enforced by the Titan M chip discussed above, wrapping the CE keys with a hardware-backed Keystore that includes rollback resistance, meaning a factory reset destroys the actual key material, not just a file pointer. Same guarantee Apple makes with its Secure Enclave, built by a different company, running under a different name.


Why Timeline Auditing Matters More in a High-Volume Court System

Maricopa County Superior Court’s Criminal Department processes an enormous caseload, one of the largest of any county court system in the country. That volume creates a specific, practical risk: the gap between arrest, booking, forensic imaging, and the preliminary hearing can stretch further than anyone intends, and nobody scrutinizes it unless the defense does.

That makes the seizure-to-imaging timeline something to actively audit before the preliminary hearing, not assume was handled cleanly by default. Confirming exactly when a device was seized, exactly when it was imaged, and whether that gap could plausibly have crossed the reboot threshold for that specific OS version is a concrete, answerable question. It belongs in the same review as everything else in the forensic report.


Discovery Questions for a Maricopa County Case

Seizure Timeline

  • Exact time of seizure. Exact time of imaging. Both, in writing.
  • Could the gap have crossed the reboot threshold for that device’s OS version?

Preservation Method

  • Was the phone kept powered the whole time?
  • Was signal isolation used, and was the charging cable routed inside the enclosure?
  • Does the report state BFU or AFU status at extraction in plain terms?

Extraction Scope

  • Does the report’s claimed recovery match what’s actually possible given the documented lock state?
  • Was biometric access (Face ID, fingerprint) used or attempted, and does that necessarily mean the device was already in AFU state at that moment?

Preliminary Hearing Preparation

  • Has the seizure-to-imaging timeline been independently confirmed, not just taken from the report’s own summary?

These belong in motion practice ahead of a preliminary hearing.


What This Actually Buys You

A report claiming full access to a defendant’s app data from a phone that sat in a property room for days before anyone touched it deserves one direct question: was the device still in AFU state by the time it got imaged? If the state can’t answer with a timestamp, their claims about what they recovered deserve zero deference.


Frequently Asked Questions

What does BFU actually mean?

Before First Unlock. The phone rebooted and nobody’s entered the passcode since, leaving most data cryptographically sealed.

Can a locked screen still mean the phone is in AFU state?

Yes. If it was unlocked recently and hasn’t rebooted, it stays in the more accessible AFU state no matter what the screen shows.

Does a Faraday bag stop the phone from rebooting on its own?

No. The reboot timer runs purely on elapsed time.

Did Google build GrapheneOS?

No. GrapheneOS is an independent nonprofit project. It runs on Pixel hardware because Pixel currently ships the specific security hardware GrapheneOS requires, not because Google created the software.

Can police use Face ID or a fingerprint to unlock a phone in BFU state?

No. Biometrics only function in AFU state. The Secure Enclave requires the passcode itself to make the first transition out of BFU, no exceptions.

Why does the seizure-to-imaging timeline matter more in a large court system like Maricopa County’s?

In a high-volume system, that interval isn’t automatically scrutinized unless the defense specifically asks. It’s a concrete fact worth confirming before a preliminary hearing.


Facing Criminal Charges in Phoenix or Anywhere in Maricopa County?

Start here: Ted Law

or request help here: Free Consultation

Call 602-453-3100


Predictive Policing in Phoenix: Can Police Secretly Score You as a Risk?

Infographic explaining predictive policing, police watchlists, risk scores, and algorithmic surveillance in Phoenix criminal investigations

This article discusses publicly documented predictive policing tools, risk models, watchlist concerns, court decisions, and privacy steps. It does not claim that any specific person has been scored or that any specific Phoenix case involved predictive policing. Every case is different.

Imagine calling 911 in an emergency. The dispatcher pulls up your address, your name appears, and some system shows a warning flag next to it.

You have never been convicted of a crime. Maybe you have never even been charged.

But a database, algorithm, or police intelligence system has labeled you as a potential risk.

That is the concern behind predictive policing, police watchlists, and algorithmic risk scoring.

If you are facing criminal charges in Phoenix or anywhere in Maricopa County, one important question may be:

“Did police target me because of something I actually did, or because some system flagged me first?”

This guide explains what predictive policing is, how risk scores can affect police attention, why this matters in Phoenix criminal cases, and what defense lawyers may look for in discovery.

If you want the full criminal case roadmap first, start here:

Case Stages

This infographic explains how predictive policing tools can use data, patterns, and risk scores to influence police attention before anyone is charged with a crime.


First Things First: What Is Predictive Policing?

Predictive policing uses data, software, mapping, and algorithms to try to forecast where crime may happen or who may be involved in future crime.

The National Institute of Justice has described predictive policing as using information, geospatial technologies, and intervention models to reduce crime and improve public safety.
National Institute of Justice – Overview of Predictive Policing

RAND has also explained that predictive policing tools can include both technical prediction methods and tactical approaches for acting on those predictions.
RAND – The Role of Crime Forecasting in Law Enforcement Operations

In plain English, predictive policing tries to answer questions like:

  • Where is crime likely to happen?
  • Who is likely to be involved in crime?
  • Who is likely to become a victim?
  • Where should police patrol more often?
  • Which people, vehicles, locations, or groups should receive more police attention?

The concern is that these systems may influence police decisions before anyone has been convicted of anything.


The Two Main Types of Predictive Policing

Predictive policing usually falls into two broad categories.

1. Place-Based Predictive Policing

Place-based systems focus on locations. These tools may use past police reports, arrests, calls for service, or incident data to identify “hot spots.”

The result may be more patrols in a neighborhood, business district, apartment complex, parking lot, or street corridor.

2. Person-Based Predictive Policing

Person-based systems focus on people. These tools may try to identify who is supposedly likely to commit a crime, become a victim, or become involved in violence.

That is where the risk-score problem becomes serious.

A person-based model may consider factors such as:

  • arrest history, even without convictions,
  • prior police contacts,
  • calls for service near an address,
  • known associations,
  • alleged gang or group affiliation,
  • victimization history,
  • social media or digital information,
  • or patterns the software treats as risky.

That can create a major fairness problem. A person may be treated as suspicious not because of what they did, but because an algorithm says their profile looks risky.


Why Predictive Policing Matters in Phoenix Criminal Cases

Phoenix is the largest city in Arizona and sits within one of the busiest metropolitan areas in the Southwest. Criminal investigations here may involve Phoenix Police, Maricopa County agencies, state investigators, federal task forces, shared databases, private camera systems, license plate readers, and other surveillance tools.

That does not mean every Phoenix case involves predictive policing. Most cases do not.

But in some cases, especially investigations involving drugs, weapons, stolen vehicles, alleged gangs, repeat locations, task forces, or surveillance-heavy policing, the defense may need to ask whether the official police report tells the whole story.

Important questions may include:

  • Was the person already on a watchlist?
  • Was the address flagged before police arrived?
  • Was the vehicle already being monitored?
  • Did a risk score influence the officer’s attention?
  • Was a database alert involved?
  • Was the stop or search connected to a hidden investigative lead?

For more on how hidden investigative leads can affect a case, see:

What Is Parallel Construction? When Police Hide the Real Source of an Investigation in Phoenix


The Chicago “Heat List” Example

One of the most widely discussed examples of person-based predictive policing was the Chicago Police Department’s former Strategic Subject List, sometimes called the “heat list.”

The City of Chicago Office of Inspector General reviewed Chicago’s former predictive risk models, including the Strategic Subject List and the Crime and Victimization Risk Model. Those models were designed to predict whether someone would become a “party to violence,” meaning a victim or offender in a shooting.
Chicago Office of Inspector General – Predictive Risk Models Advisory

The Chicago example matters because it shows how a watchlist or risk model can move from theory into real policing.

Once someone is labeled high-risk, police attention may increase. More attention can lead to more stops, more reports, more database entries, and more future suspicion.

That creates a feedback loop:

  • Police data labels a person or area risky.
  • Police increase attention on that person or area.
  • More police attention creates more police records.
  • The system treats those new records as more proof of risk.
  • The person or area remains under heavier scrutiny.

That is one reason critics argue that predictive policing can reproduce old policing patterns while making them look objective.


The Feedback Loop Problem: Predicting the Past and Calling It the Future

Predictive policing systems often learn from historical police data.

That may include:

  • arrests,
  • stops,
  • calls for service,
  • complaints,
  • incident reports,
  • field interview cards,
  • and prior enforcement patterns.

But historical police data is not the same thing as neutral truth.

If one neighborhood has been heavily patrolled for years, there will naturally be more police records from that neighborhood. A predictive model may read that data and conclude the neighborhood needs even more police attention.

The algorithm may not ask whether the area was over-policed. It may simply say:

“More police activity happened here, so more risk exists here.”

That is how old enforcement patterns can become automated.


How Risk Scores Can Affect Police Encounters

A police risk score may not appear in the official report. It may not be listed as the reason for a stop. It may not be disclosed to the defense unless someone asks the right questions.

But it can still matter.

A risk score, database alert, or watchlist flag may influence:

  • which person officers watch,
  • which vehicle officers follow,
  • which address gets extra patrols,
  • how officers interpret ordinary behavior,
  • whether a traffic stop happens,
  • whether backup is called,
  • or whether officers escalate quickly.

In a criminal defense case, that can matter because the defense may need to know why the police focused on a person in the first place.


Pretext Stops: Why the Official Reason May Not Be the Real Reason

One reason predictive policing is difficult to challenge is the doctrine of pretext stops.

In Whren v. United States, the U.S. Supreme Court held that an officer’s subjective motive generally does not invalidate a traffic stop if there is an objective traffic violation supporting the stop.
Whren v. United States, 517 U.S. 806 (1996)

That matters because if an officer follows a person because of a risk score, database flag, or watchlist alert, the officer may later justify the stop based on a traffic violation.

For example:

  • A system flags a person or vehicle.
  • Officers begin watching the vehicle.
  • The driver commits a minor traffic violation.
  • The official report focuses on the traffic violation.
  • The hidden scoring or watchlist issue may never appear.

That is why predictive policing can connect directly to parallel construction and hidden investigative leads.


Due Process Problems: Can You Challenge a Secret Score?

One of the biggest problems with police risk scoring is that people may never know they were scored.

If the system is treated as an internal law enforcement tool, the person may receive:

  • no notice,
  • no hearing,
  • no appeal,
  • no explanation of the data used,
  • and no clear way to correct mistakes.

In Paul v. Davis, the U.S. Supreme Court held that harm to reputation alone does not automatically create a constitutional due process claim.
Paul v. Davis, 424 U.S. 693 (1976)

That does not mean every risk-score system is lawful. It does mean that challenging secret police labels can be difficult, especially when the government argues that the score is only an internal intelligence tool.


Location Data and the Carpenter Line of Cases

There is still an important constitutional limit.

In Carpenter v. United States, the U.S. Supreme Court held that the government generally needs a warrant to access historical cell-site location information because detailed location tracking reveals deeply private information.
Carpenter v. United States

Carpenter does not solve every predictive policing issue. It does not automatically cover every database, score, or risk model.

But it shows that courts recognize a serious privacy interest when the government uses digital data to track people over time.

If a Phoenix criminal case involves phone location data, license plate reader history, data-broker information, app data, or long-term surveillance, the defense may need to investigate whether a warrant was required.


What Defense Lawyers Look for in Discovery

In a Maricopa County criminal case, discovery is where the defense starts asking how the investigation really began.

Important discovery questions may include:

  • Was any predictive policing tool used?
  • Was the defendant on a watchlist, hot list, or risk list?
  • Was the address, vehicle, phone, or name flagged before police contact?
  • Was a risk score visible to dispatch or officers?
  • Was an ALPR alert involved?
  • Was there a database search before the stop?
  • Was any federal, state, or local task force involved?
  • Were any intelligence bulletins, officer-safety alerts, or BOLOs created?
  • Were any internal notes, screenshots, audit logs, or emails omitted from the police report?
  • Was location data, social media data, or third-party data used?

These questions may matter during the preliminary hearing, pretrial conference, motion practice, plea negotiations, and trial.


How Predictive Policing Can Affect the Official Story

A police report may say:

  • “officers were in the area,”
  • “officers observed suspicious behavior,”
  • “officers conducted a traffic stop,”
  • “officers acted on information received,”
  • or “officers developed information.”

Those phrases do not prove misconduct.

But they can raise questions.

The defense may need to ask whether the report leaves out:

  • a risk score,
  • a watchlist hit,
  • a predictive policing alert,
  • a task-force bulletin,
  • a database search,
  • a license plate reader alert,
  • or an intelligence note sent before the stop.

For more on this issue, see:

What Is Parallel Construction? When Police Hide the Real Source of an Investigation in Phoenix


Can Predictive Policing Evidence Be Challenged?

Yes, depending on the facts.

A defense lawyer may challenge:

  • whether the system was reliable,
  • whether the data was accurate,
  • whether the score was based on arrests instead of convictions,
  • whether the model used biased historical data,
  • whether the State disclosed the tool,
  • whether a warrant was required for underlying data,
  • whether the officer’s report omitted the true investigative lead,
  • and whether the stop, search, or seizure was constitutional.

Possible defense responses may include:

  • requesting additional discovery,
  • subpoenaing records when appropriate,
  • seeking audit logs or database records,
  • cross-examining officers about the source of the investigation,
  • filing a motion to suppress evidence,
  • or challenging the reliability of the State’s theory.

For the broader timeline of how a criminal case moves forward, see:

Case Stages


Privacy Steps That May Reduce Data Exposure

No privacy setting can guarantee that you will never appear in a law enforcement database. But reducing unnecessary data collection can still help limit the amount of information available through apps, brokers, advertisers, and connected services.

Phone Privacy Settings

  • Turn off unnecessary app tracking.
  • Limit precise location access for apps that do not need it.
  • Review which apps recently accessed your location, microphone, or camera.
  • Turn off personalized advertising where possible.
  • Delete or reset advertising identifiers when available.

Apple provides privacy controls for tracking, location, analytics, advertising, and Safari privacy settings.
Apple – App Tracking Transparency

Google also provides controls for ad personalization, activity history, and location settings.
Google Account Help – Control Activity Saved to Your Account

People-Search and Data Broker Opt-Outs

People-search sites and data brokers may publish or sell personal information. The FTC explains how these data broker and people-search services can affect consumer privacy.
FTC – How to Protect Your Privacy Online

Credit and Identity Protections

Freezing your credit can reduce identity-theft risk and limit unauthorized new credit accounts. The FTC explains that credit freezes are free and must be placed with each credit bureau.
FTC – Credit Freezes and Fraud Alerts

Vehicle and Connected-Car Settings

Many newer vehicles and connected-car apps include data-sharing settings. Review the app or vehicle account for terms such as:

  • driving score,
  • smart driver,
  • insurance sharing,
  • connected services,
  • location sharing,
  • telematics,
  • or diagnostics sharing.

If you do not want that data shared, look for opt-out settings or contact the provider directly.


Questions to Ask If You Think You Were Flagged

If a police encounter felt unusually targeted, useful questions may include:

  • Why were officers watching me?
  • Why did police come to my address?
  • Was my name, vehicle, phone, or address flagged before contact?
  • Was dispatch showing an officer-safety alert?
  • Was a database search done before the stop?
  • Was there a BOLO or intelligence bulletin?
  • Did any task-force officer provide information?
  • Was the official report missing the real starting point?

Those questions do not prove the case is invalid. But they can help reveal whether a hidden score, watchlist, or predictive policing tool played a role.


Frequently Asked Questions About Predictive Policing

What is predictive policing?

Predictive policing uses data, software, mapping, and algorithms to try to forecast where crime may happen or who may be involved in future crime.

Can police assign people risk scores?

Some police agencies have used person-based risk models or watchlists designed to estimate whether someone may be involved in future violence or crime. The details vary by agency and system.

Does a risk score mean I committed a crime?

No. A risk score is not a conviction and does not prove guilt. The concern is that a score may influence police attention before any charge or conviction.

Can predictive policing lead to more stops?

Potentially. If a person, vehicle, address, or area is flagged as risky, officers may pay closer attention, which can lead to more stops, checks, reports, or searches.

Is predictive policing always illegal?

No. Predictive policing is not automatically illegal, but it can raise serious Fourth Amendment, due process, discovery, bias, and fair-trial concerns depending on how the system is used.

Can a defense lawyer ask whether predictive policing was used?

Yes. A defense lawyer may ask targeted discovery questions about risk scores, watchlists, ALPR alerts, dispatch flags, database searches, task-force bulletins, and hidden investigative leads.

Can evidence be suppressed because of a predictive policing score?

Possibly, but it depends on the facts. Suppression may be available if evidence came from an unconstitutional stop, search, seizure, or undisclosed investigative method.

Should I talk to police if I think I was flagged by a watchlist?

No. It is usually best to remain silent and speak with a criminal defense lawyer before discussing the facts of the case.


Facing Criminal Charges in Phoenix? The Data Trail May Matter

Modern policing may involve more than what appears in the first police report. A case may begin with patrol observations, but it may also involve database searches, risk flags, license plate readers, dispatch notes, watchlists, or hidden investigative leads.

If you are facing charges in Phoenix or anywhere in Maricopa County, a criminal defense lawyer can examine how the investigation really began and whether your rights were violated.

Start here:

Ted Law

or request help here:

Free Consultation


Can Police Identify Your Car Without Reading Your License Plate? The Rise of Electronic Fingerprints and SignalTrace

Infographic explaining how police may use ALPR cameras, Bluetooth and Wi-Fi sensors, and SignalTrace-style device correlation to build electronic fingerprints

This article discusses publicly documented surveillance technologies, vendor materials, traffic-sensor systems, court records, and investigative reporting. It does not claim that any particular technology was used in any specific Phoenix case. Every investigation is different.

If you are facing criminal charges in Phoenix or anywhere in Maricopa County, one important question is:

“How did law enforcement really identify the vehicle?”

Most people assume police identify a car by reading a license plate.

That assumption is no longer complete.

Public vendor materials, traffic-sensor documentation, investigative reporting, and privacy research show that modern vehicle surveillance can involve more than license plate reads. Some systems may detect signals from phones, Bluetooth devices, Wi-Fi sources, RFID tags, vehicle components, wearables, and other electronics that travel with or near a vehicle.

One example is SignalTrace, a technology marketed by Leonardo/ELSAG. Leonardo describes SignalTrace as an integrated signal intelligence system designed to identify suspect people or vehicles even when a license plate number is not known.
ELSAG SignalTrace – Leonardo DRS

The company’s materials describe the use of electronic devices and signal correlation in connection with vehicles, locations, timestamps, and license plate reader data when available.

That matters because if investigators can identify or track a vehicle by the devices traveling with it, the case may not begin with a plate read at all.

It may begin with the hidden RF layer.

If you want the broader legal framework first, start here:

What Is Parallel Construction? When Police Hide the Real Source of an Investigation in Phoenix


First Things First: What Is the Hidden RF Layer?

The hidden RF layer is the invisible cloud of radio-frequency signals surrounding modern life.

Your phone may emit wireless signals. Your smartwatch may communicate with your phone. Your earbuds may broadcast identifiers. Your vehicle may contain Bluetooth, Wi-Fi, tire-pressure sensors, infotainment systems, navigation equipment, hotspots, key fobs, RFID tags, or other electronic systems.

Standing alone, one signal may not prove much. But when signals repeatedly travel together, they can create a pattern.

That pattern may help identify:

  • a vehicle,
  • a device,
  • a person associated with that device,
  • a location history,
  • or a repeated travel pattern.

For criminal defense purposes, the key question is not just whether a license plate was read. The key question is whether electronic signals helped law enforcement identify, locate, follow, or connect a vehicle to a person.


Why This Matters in Phoenix Criminal Cases

Phoenix is the largest city in Arizona and sits inside one of the busiest metropolitan areas in the Southwest. Criminal investigations in Phoenix may involve Phoenix Police, Maricopa County agencies, state investigators, federal task forces, private camera networks, automated license plate readers, and other data-sharing systems.

That does not mean every case involves advanced surveillance. Most cases do not. But in some investigations, especially those involving drugs, weapons, stolen vehicles, organized activity, trafficking allegations, or task-force operations, the defense may need to ask whether the official story tells the whole story.

If police say a case began with a traffic stop, the defense may still need to ask:

  • Was the vehicle already being watched?
  • Was an ALPR alert involved?
  • Was a phone or Bluetooth signal detected?
  • Was a federal agency involved?
  • Was there a database search before the stop?
  • Was there a hidden investigative lead?

These questions matter because the source of the evidence can affect suppression motions, discovery disputes, plea negotiations, and trial strategy.

For the full criminal case roadmap, see:

Case Stages


How SignalTrace Fits Into the Bigger Surveillance Picture

 

SignalTrace is important because it shows how vehicle surveillance may move beyond the license plate itself.

Traditional automatic license plate readers focus on plate numbers. A camera captures a plate, software reads it, and the system stores or compares the plate against databases.

SignalTrace-style systems suggest a broader concept: identify or correlate a vehicle based on electronic devices that repeatedly appear with it.

That could include categories such as:

  • Bluetooth devices,
  • Wi-Fi sources,
  • RFID tags,
  • vehicle components,
  • phones,
  • wearables,
  • or other nearby electronic identifiers.

If those signals are linked to a vehicle, investigators may be able to recognize that vehicle later even when the plate is missing, obscured, changed, unreadable, or not the original starting point.

That is why criminal defense lawyers may need to ask whether a case involved only a plate read—or whether the State used a broader electronic fingerprint.


Automatic License Plate Readers Are Only One Part of the Story

Automatic license plate readers, often called ALPRs, are cameras that scan license plates and store plate, time, date, and location information.

ALPRs are already a major concern in privacy and criminal defense discussions because they can create a searchable record of vehicle movement.

But if license plate readers are combined with Bluetooth, Wi-Fi, RFID, or other device data, the surveillance picture can become much broader.

Instead of only asking:

“Was my plate read?”

The defense may also need to ask:

“Was my vehicle or phone recognized by another signal?”

That distinction can be crucial if the police report only mentions a routine traffic stop but the true investigative lead came from a database, sensor, or device-correlation system.


Bluetooth and Wi-Fi Tracking Are Not Science Fiction

Bluetooth and Wi-Fi signal detection has been used for traffic measurement and travel-time studies for years. Traffic systems can detect wireless identifiers from devices passing by sensors and compare detections at different locations to estimate travel times.

For example, transportation research has discussed using captured in-vehicle Bluetooth or Wi-Fi MAC addresses to estimate traffic performance and travel time.
U.S. Department of Transportation research – Wi-Fi MAC address travel-time estimation

Traffic technology vendors also market Bluetooth and Wi-Fi sensors for travel-time measurement and corridor monitoring.
SMATS Traffic Solutions – Bluetooth/Wi-Fi Travel Time Sensors

Those traffic systems are not the same as a criminal investigation. But they show an important point: devices in or near vehicles can emit signals that may be detected, compared, and analyzed.

When similar concepts enter criminal investigations, defense lawyers should be alert to discovery issues, reliability questions, and constitutional concerns.


Why This Can Become a Parallel Construction Problem

This topic connects directly to parallel construction.

Parallel construction happens when law enforcement uses one investigative source to find a lead, but later creates a cleaner official explanation for how the evidence was discovered.

In a Phoenix vehicle case, that might look like this:

  • A hidden signal or database alert points police toward a vehicle.
  • Officers locate the vehicle.
  • Police wait for a traffic violation or claim a routine observation.
  • The official report focuses on the stop, not the original signal-based lead.

That does not mean misconduct happened in every case. But if the true starting point is hidden, the defense may not know whether to challenge a search, subpoena, warrant, sensor, database, or data-sharing program.

For more on this issue, see:

What Is Parallel Construction? When Police Hide the Real Source of an Investigation in Phoenix


Why the Source of the Vehicle Identification Matters

How police identified a vehicle can matter as much as what they found later.

If officers lawfully saw a traffic violation and stopped a car, that is one type of case.

But if officers were already targeting the vehicle based on hidden electronic surveillance, the defense may need to examine:

  • whether a warrant was required,
  • whether a warrant existed,
  • whether a private vendor supplied the data,
  • whether the data was reliable,
  • whether the system misidentified a vehicle,
  • whether the data was disclosed in discovery,
  • whether other agencies were involved,
  • and whether the official report left out important facts.

These issues can affect complaint, indictment, arrest, arraignment, pretrial motions, plea negotiations, and trial.


Fourth Amendment Concerns: Searches, Tracking, and Location Data

The Fourth Amendment protects people from unreasonable searches and seizures.

Vehicle tracking, phone tracking, location data, and long-term surveillance can raise serious constitutional questions depending on how the data was obtained and used.

In Carpenter v. United States, the U.S. Supreme Court held that accessing historical cell-site location information generally requires a warrant because of the privacy interests involved in detailed location tracking.
Carpenter v. United States

Electronic fingerprinting is not the same legal issue as cell-site location information in every case. But Carpenter shows why courts take digital location data seriously.

If a Phoenix criminal case involves signals from phones, vehicles, Bluetooth devices, Wi-Fi sources, or location databases, the defense may need to investigate whether the government obtained and used that information lawfully.


Discovery Questions Defense Lawyers Should Ask

In a Maricopa County criminal case, discovery is where the defense begins asking how the investigation actually started.

Important questions may include:

  • Was an automatic license plate reader used?
  • Was the vehicle identified by anything other than its plate?
  • Was SignalTrace or a similar system used?
  • Were Bluetooth, Wi-Fi, RFID, or other device identifiers collected?
  • Was any phone, wearable, hotspot, key fob, or vehicle component detected?
  • Were traffic sensors, roadside sensors, or private cameras involved?
  • Was data purchased from or received through a vendor?
  • Was a federal, state, or local task force involved?
  • Were there audit logs, alert records, reports, emails, or screenshots not included in the police report?
  • Were any warrants, subpoenas, preservation requests, court orders, or database searches used?

These questions may be especially important during the preliminary hearing and pretrial conference stages.


What Police Reports May Leave Out

A police report may describe the visible part of the case, not the full investigative path.

Reports may mention:

  • a traffic violation,
  • a suspicious vehicle,
  • an anonymous tip,
  • or “information received.”

But they may not clearly describe:

  • ALPR hits,
  • Bluetooth or Wi-Fi detections,
  • RFID or device-correlation data,
  • federal task-force alerts,
  • private camera network information,
  • data-broker searches,
  • surveillance technology logs,
  • or internal communications between agencies.

That is why the defense should compare the report against body-camera footage, dispatch logs, CAD notes, warrant materials, officer testimony, database records, and discovery disclosures.

If the case began with an arrest, this guide may also help:

What Happens After a Felony Arrest in Phoenix, Arizona


Can Electronic Fingerprint Evidence Be Challenged?

Yes, depending on the facts.

The defense may be able to challenge:

  • whether the technology was reliable,
  • whether the data actually identified the defendant,
  • whether the system produced false associations,
  • whether the collection required a warrant,
  • whether the State disclosed the evidence properly,
  • whether the chain of custody is complete,
  • whether the vendor data can be audited,
  • and whether the officer’s report accurately described the investigation.

In some cases, the defense may request additional discovery. In other cases, the defense may file a motion to suppress evidence or challenge the reliability of the State’s evidence at a hearing.


Questions to Ask If Your Vehicle Was Identified Too Quickly

If police seemed to find a vehicle unusually fast, or if the report feels incomplete, useful questions may include:

  • How did police first identify the vehicle?
  • Was the license plate actually visible and readable?
  • Was the car identified before the alleged traffic violation?
  • Was an ALPR alert involved?
  • Was a phone, Bluetooth device, or Wi-Fi signal connected to the vehicle?
  • Were federal or task-force officers involved?
  • Was there a confidential informant or database alert?
  • Were any surveillance records omitted from the initial report?

These questions do not prove the case is invalid. But they can help determine whether the official story matches the actual investigation.


Frequently Asked Questions About Electronic Fingerprints and Vehicle Surveillance

Can police identify a car without reading the license plate?

In some situations, law enforcement may use other investigative leads, including vehicle descriptions, surveillance cameras, location data, electronic signals, informants, or database alerts. Some newer technologies are designed to correlate electronic devices with vehicles.

What is an electronic fingerprint in vehicle surveillance?

An electronic fingerprint refers to a pattern of devices or signals that may repeatedly travel with a vehicle, such as Bluetooth, Wi-Fi, RFID, phone, wearable, or vehicle-related identifiers.

What is SignalTrace?

SignalTrace is a technology marketed by Leonardo/ELSAG as an integrated signal intelligence system that can help identify suspect people or vehicles using electronic device correlation and license plate reader data when available.

Does this mean police used SignalTrace in my Phoenix case?

Not necessarily. This article discusses publicly documented technology and legal issues. Whether any particular tool was used depends on the facts, discovery, and agency records in the specific case.

Why does it matter how police identified my vehicle?

The source of the identification may affect whether the defense can challenge a search, traffic stop, warrant, database search, surveillance tool, or hidden investigative lead.

Can a defense lawyer request records about ALPRs, Bluetooth tracking, or device-correlation tools?

Yes. Depending on the case, a defense lawyer may request discovery, subpoena records, examine warrants and logs, and ask targeted questions about ALPRs, Bluetooth or Wi-Fi detections, vendor tools, task-force alerts, and database searches.

Can electronic surveillance evidence be suppressed?

Possibly. If evidence was obtained through an unconstitutional search or if important information was improperly withheld, the defense may be able to ask the court to suppress evidence or order additional disclosure.

Should I talk to police if I think my vehicle was tracked electronically?

No. It is usually best to remain silent and speak with a criminal defense lawyer before discussing the facts of the case.


Facing Criminal Charges in Phoenix? The Hidden RF Layer May Matter

Modern investigations may begin with much more than a license plate read. Vehicles, phones, wearables, Bluetooth devices, Wi-Fi sources, RFID tags, and other electronics can create data trails that are not always obvious from the first police report.

If you are facing charges in Phoenix or anywhere in Maricopa County, a criminal defense lawyer can examine how the investigation really began, whether hidden surveillance tools were involved, and whether your rights were violated.

Start here:

Ted Law

or request help here:

Free Consultation


What Is Parallel Construction? When Police Hide the Real Source of an Investigation

If you or a loved one is facing criminal charges in Phoenix or anywhere in Maricopa County, one of the most important questions is…

Infographic explaining parallel construction in criminal investigations, where police hide the real source of evidence and create a separate official story

 

“How did law enforcement really find the evidence?”

 

Sometimes, the official police report tells a simple story: an officer saw something suspicious, made a traffic stop, searched a vehicle, or followed up on an anonymous tip.

 

But in some investigations, the real starting point may be hidden. A secret database search, cell phone tracking tool, confidential federal tip, license plate reader hit, data-broker search, or surveillance technology may have pointed police in the right direction first.

 

When law enforcement creates a second, cleaner-looking explanation for how the case began, that practice is often called parallel construction.

 

This guide explains what parallel construction is, why it matters, and why defendants in Phoenix and Maricopa County criminal cases should care about the true source of the evidence.

 

If you want the full criminal case roadmap first, start here:

Case Stages

This infographic explains how parallel construction can hide the true source of an investigation and why that matters in a Phoenix criminal defense case.


First Things First: What Is Parallel Construction?

Parallel construction is when law enforcement uses one investigative source to find a lead, but later builds a separate explanation for how that evidence was discovered.

In plain English, it can look like this:

  • A hidden tool or secret tip points police toward a suspect.
  • Police then create a separate investigative path.
  • The official report focuses on the second path.
  • The defense may never learn how the investigation truly began.

Human Rights Watch has described parallel construction as the use of alternative explanations for how evidence was found, warning that it can prevent courts from reviewing the legality of questionable investigative methods.
Human Rights Watch – Secret Evidence Erodes Fair Trial Rights

This does not mean every police report is false. It means that in some cases, the written report may not reveal the full investigative path.


Why Parallel Construction Matters in a Phoenix Criminal Case

The source of evidence matters because criminal defendants have the right to challenge illegal searches, unreliable technology, and improper government conduct.

If the real source of a case is hidden, the defense may lose the chance to ask critical questions:

  • Was a warrant required?
  • Was the warrant valid?
  • Was a surveillance tool used?
  • Was the technology reliable?
  • Was the evidence obtained through an illegal search?
  • Was the defendant misidentified?
  • Did officers leave important facts out of the report?

That matters in Phoenix felony and misdemeanor cases because early investigative decisions can affect everything that follows, including complaint, indictment, arrest, arraignment, pretrial motions, plea negotiations, and trial.


Why Parallel Construction Concerns Are Especially Relevant in Phoenix

Phoenix is the largest city in Arizona and criminal investigations here may involve local, county, state, and federal agencies. A Phoenix case may begin with Phoenix Police, Maricopa County agencies, state investigators, federal task forces, or shared law enforcement intelligence.

Because the Phoenix metro area is so large, investigations may also involve surveillance cameras, license plate readers, cell phone location tools, confidential informants, social media monitoring, federal database searches, and interagency information sharing.

In a Maricopa County criminal case, the first police report may not always show the full path that led officers to a suspect, vehicle, phone, address, or search. That is why discovery and pretrial investigation are so important.

For more on felony cases in Maricopa County Superior Court, see:

Superior Court Case in Maricopa County


The DEA Special Operations Division Example

One of the best-known public examples of parallel construction came from reporting on the Drug Enforcement Administration’s Special Operations Division.

Reuters reporting, later summarized by Investigative Reporters & Editors, described a secretive DEA unit that funneled information from intelligence intercepts, wiretaps, informants, and phone-record databases to law enforcement agencies to help launch criminal investigations. According to that reporting, agents were instructed to recreate the investigative trail so the original source would not appear in court records.
Investigative Reporters & Editors summary of Reuters report

EFF also summarized the issue as “intelligence laundering,” explaining that government tips could be used to start investigations while the original source of the information stayed hidden from defendants and courts.
Electronic Frontier Foundation – DEA and NSA Intelligence Laundering

The key point is simple: if an investigation starts with hidden intelligence, the defense may need to know that in order to test whether the case was built legally.


Cell-Site Simulators: The Stingray Secrecy Problem

Another documented example involves cell-site simulators, often called Stingrays. These devices can mimic cell towers and force nearby phones to connect, allowing law enforcement to locate or identify phones.

The ACLU obtained records showing that the FBI continued to impose nondisclosure agreements on law enforcement agencies seeking to use FBI cell-site simulators. Those records raised concerns that secrecy rules could limit what police disclose to courts, prosecutors, defense attorneys, and the public.
ACLU v. FBI – Cell-Site Simulator NDA Records

This matters because a defendant cannot challenge a surveillance tool if no one admits the tool was used.

Arizona has seen related litigation too. In Hodai v. City of Tucson, the ACLU of Arizona challenged Tucson’s refusal to produce Stingray-related public records. The city relied on a nondisclosure agreement involving Harris Corporation, the company associated with Stingray devices.
ACLU of Arizona – Hodai v. City of Tucson


How Parallel Construction Can Show Up in Ordinary Phoenix Cases

Parallel construction does not always announce itself. It may appear through vague language in police reports, such as:

  • “acting on information received,”
  • “based on an anonymous tip,”
  • “through investigative means,”
  • “officers developed information,”
  • “a known law enforcement database indicated,”
  • “the suspect was located after further investigation.”

None of those phrases automatically proves misconduct. But they can be warning signs that the defense should ask more questions.

For example, a case that appears to begin with a routine traffic stop near Phoenix may actually have started with:

  • a license plate reader alert,
  • a cell phone location search,
  • a confidential informant tip,
  • a federal task-force alert,
  • facial recognition software,
  • a social media monitoring tool,
  • a private camera network,
  • or a data-broker search.

That hidden first step can matter if the officer later claims the case began only with a “routine” observation.


Modern Tools That Can Create Hidden Investigative Leads

Parallel construction concerns are growing because modern investigations can involve tools that ordinary people may never see in a police report.

License Plate Reader Hits

Automatic license plate readers can scan plates, record vehicle location data, and generate alerts when a vehicle appears in a certain area. If an officer later stops the car for a traffic reason, the report may focus on the traffic violation instead of the original database alert.

Phone Location Data and Data Brokers

Some law enforcement agencies have used commercially available location data products. Those tools can raise serious discovery questions because the data may come from apps, advertising identifiers, or third-party brokers rather than a traditional warrant.

Cell-Site Simulators

A cell-site simulator may help locate a phone, but the official report may not say that such a tool was used unless the defense specifically asks and the court orders disclosure.

Facial Recognition Leads

Facial recognition can generate a lead, but a later investigation may rely on witness identification, surveillance footage, or officer observation instead. The defense may need to know whether software influenced the investigation.

Confidential Informants and Task-Force Tips

Informants and interagency task forces can produce valuable leads, but vague references to “information received” can leave the defense guessing about reliability, bias, or legality.


Why This Is a Fourth Amendment Issue

The Fourth Amendment protects people from unreasonable searches and seizures. If evidence comes from an unlawful search, the defense may be able to ask the court to suppress it.

But suppression motions depend on knowing what happened.

If the real source of the evidence is hidden, a judge may never get the chance to decide whether police used an unconstitutional method.

The U.S. Supreme Court has also limited when evidence is excluded from court. In Herring v. United States, the Court explained that the exclusionary rule focuses heavily on deterrence and law enforcement culpability, not every police mistake automatically results in suppression.
Herring v. United States, 555 U.S. 135 (2009)

That makes accurate disclosure even more important. If the court does not know the real facts, it cannot properly decide whether evidence should be admitted or excluded.


What Defense Lawyers Look for in Discovery

In a Phoenix criminal case, discovery is where the defense starts asking what the State actually has and how the case was built.

Important discovery questions may include:

  • Were any law enforcement databases searched?
  • Was a license plate reader involved?
  • Was a cell-site simulator used?
  • Was location data purchased or accessed from a third-party vendor?
  • Was facial recognition used?
  • Was a federal, state, or local task force involved?
  • Was there an informant or confidential source?
  • Were there reports, logs, alerts, emails, or audit trails not included in the police report?
  • Were any search warrants, subpoenas, court orders, or preservation requests used?

These questions are especially important during the preliminary hearing and pretrial stages, when the defense may challenge probable cause, search legality, or the reliability of the State’s evidence.

For more on the pretrial phase, see:

Pretrial Conference


Why Police Reports May Not Tell the Whole Story

A police report is important, but it is not always the full investigation.

Reports may leave out:

  • database searches,
  • federal task-force communications,
  • surveillance technology logs,
  • informant communications,
  • private camera or ALPR alerts,
  • vendor tools used before the stop,
  • or internal emails between agencies.

That is why early legal representation matters. A defense lawyer can compare the report against body-camera footage, dispatch logs, warrant materials, jail calls, digital evidence, and discovery disclosures.

If you or a loved one was recently arrested, this guide may also help:

What Happens After a Felony Arrest in Phoenix, Arizona


What Can Happen If Parallel Construction Is Exposed?

If the defense uncovers that law enforcement hid the real source of an investigation, several things may happen depending on the facts:

  • The defense may request additional discovery.
  • The court may order the State to disclose records.
  • The defense may file a motion to suppress evidence.
  • The prosecution may have to explain how the investigation truly began.
  • The judge may hold an evidentiary hearing.
  • In some cases, evidence may be excluded.
  • In serious cases, charges may be reduced or dismissed.

The outcome depends on the facts, the technology involved, the legality of the search, and whether the defense can show that the hidden source affected constitutional rights.


Questions to Ask If You Suspect Hidden Surveillance Was Used

If something about the case feels too neat, too fast, or too vague, it may be worth asking:

  • How did police know where to look?
  • How did they identify the vehicle or phone?
  • Why was that person stopped at that exact time?
  • Was the stop truly random?
  • Was an ALPR alert involved?
  • Was a federal agency involved?
  • Were there sealed records or undisclosed warrants?
  • Was the “tip” really from a person, or from a database?

Those questions do not prove the case is invalid. But they can help reveal whether the official story matches the real investigation.


Frequently Asked Questions About Parallel Construction

What is parallel construction in criminal law?

Parallel construction is when law enforcement creates a separate investigative path to explain evidence while hiding the original source that led police to it.

Is parallel construction illegal?

Not every use of parallel construction is automatically illegal, but it can raise serious constitutional, discovery, and fair-trial concerns if it hides unlawful searches or prevents the defense from challenging the evidence.

Why does the source of evidence matter?

The defense has the right to challenge illegal searches, unreliable technology, and improper investigative methods. If the real source is hidden, those challenges may be blocked.

Can parallel construction happen in Phoenix cases?

Yes. Phoenix cases can involve federal tips, task-force information, license plate readers, phone-location tools, informants, or other outside sources.

How can a defense lawyer find hidden investigative tools?

A defense lawyer can request discovery, review reports and videos, examine warrant materials, subpoena records when appropriate, and ask targeted questions about databases, surveillance tools, informants, and interagency communications.

Can evidence be suppressed if the real source was hidden?

Possibly. If the evidence came from an unlawful search or if the State failed to disclose important information, the defense may be able to file a motion to suppress or request other remedies.

Does a vague police report prove parallel construction?

No. Vague language alone does not prove misconduct. But phrases like “information received” or “investigative means” may justify deeper discovery questions.

Should I talk to police if I think hidden surveillance was used?

No. It is usually best to remain silent and speak with a criminal defense lawyer before discussing the facts of the case.


Facing Criminal Charges in Phoenix? The Real Source of the Evidence Matters

The official story is not always the whole story. In modern criminal investigations, evidence may begin with databases, surveillance tools, confidential tips, or interagency information that never appears clearly in the first police report.

If you are facing charges in Phoenix or anywhere in Maricopa County, a criminal defense lawyer can examine how the investigation really began and whether your rights were violated.

Start here:

Ted Law

or request help here:

Free Consultation


How Bail and Bond Work After a Felony Arrest in Phoenix, Arizona

After a felony arrest in Phoenix, one of the first questions families ask is:
“Can they get out?” In Maricopa County, the answer depends on the charge, the person’s history, and what a judge orders at the
initial appearance.

This guide explains bail and bond in simple terms—what they are, how judges decide release, what “OR release” means, and what to do if the bond amount is too high.
If you want the full step-by-step criminal process first, start here:
What Happens After a Felony Arrest in Phoenix, Arizona.


First Things First: “Bail” vs. “Bond” (Plain English)

People often use the words “bail” and “bond” as if they mean the same thing. They’re related, but not identical:

  • Bail is the legal concept: the court’s decision to release someone while the case is pending, usually with conditions.
  • Bond is one possible condition of bail: money (or a financial guarantee) used to encourage the person to return to court.

Sometimes there is no bond at all—the person may be released on a promise to appear, or held in custody depending on the facts.


When Bail and Bond Get Decided in Phoenix Felony Cases

In Arizona, an arrested person must typically be brought before a judge for an initial appearance within about 24 hours (or released if that does not happen).
You can read an official overview of the criminal case steps here:
Arizona Judicial Branch – Steps in a Criminal Case.

In Phoenix felony matters, the initial appearance is where the judge addresses:

  • the charge(s) and basic rights,
  • whether the person can be released,
  • what conditions apply (including bond), and
  • what happens next in the court process.

For more on the initial appearance stage, see:
Initial Appearance (IA).


What Judges Look At When Setting Release Conditions

Judges do not set bond randomly. They weigh several factors to decide whether someone can be safely released and whether money is needed to ensure the person comes back.
Common factors include:

  • Seriousness of the allegation (and whether violence or weapons are alleged)
  • Prior criminal history (including missed court dates)
  • Flight risk (ties to the area, work, family, stable residence)
  • Public safety concerns
  • Victim safety concerns (often raised in assault or domestic violence-related cases)

Phoenix cases are handled through Maricopa County courts, and felony cases often move into Superior Court.
If you want a helpful overview of felony procedure there, see:
Superior Court Case in Maricopa County.


The 4 Types of Release in Arizona (Including OR and Bond)

Ted Law’s “Release” page breaks this down clearly. Here’s the big picture:
Release (Four Types of Release).

1) Own Recognizance (OR Release)

“OR” means the court releases someone based on a promise to appear in court. OR release can still come with strict conditions, like no-contact orders or drug testing.

2) Secured Bond (Money Bond)

A secured bond means the court sets a dollar amount. The person may need to post that amount (or use a bail bond company, depending on the bond type and terms).
If the person returns to court as ordered, the bond is generally handled according to court rules. If the person misses court, bond can be forfeited and warrants can issue.

3) Supervised Release / Pretrial Supervision

Some people are released under supervision—meaning they must follow rules like check-ins, GPS monitoring, testing, or travel restrictions. This can be ordered with or without a bond.

4) Held in Custody (No Release at That Time)

In some cases, a judge may keep a person in custody—at least until a later hearing. This can happen when the court believes release is not appropriate under the circumstances
or when the case posture requires additional review.


Common Release Conditions in Phoenix (Even If You Post Bond)

Many people assume bond is the only thing that matters. In reality, conditions can be just as important as the money. Common conditions include:

  • No-contact orders (direct or indirect contact)
  • Stay-away orders (home, workplace, school, specific locations)
  • Drug/alcohol testing or treatment requirements
  • No weapons / firearm restrictions
  • Travel restrictions (sometimes permission required to leave Arizona)
  • Reporting requirements to pretrial services

Violating conditions can send someone back to custody—even if the bond was posted. If you want the full “roadmap” of what happens next in the case after release,
use the hub page here: Case Stages.


Where People Are Held After a Phoenix Felony Arrest

In the Phoenix metro area, it’s common for people facing felony charges to be housed at facilities like the 4th Ave Jail.
Ted Law has a helpful local resource here:
Booking and Processing (4th Ave Jail – Phoenix, AZ).

The practical reason this matters: release decisions happen fast, and families often scramble to find out where a person is held, what the bond is, and what the next court date will be.


What If the Bond Is Too High?

If bond is set higher than your family can reasonably pay, it does not mean the case is “over.” But it does mean you must act carefully and quickly.
Depending on the case posture, a lawyer may be able to request a review or modification of release conditions.

Just as important: people sometimes panic and make mistakes—contacting alleged victims, sending texts that violate conditions, or talking on recorded jail lines.
Those choices can make release harder later.


Why Early Legal Help Can Change the Release Outcome

Release decisions often happen with limited information. A criminal defense lawyer can help by:

  • presenting stable community ties (work, family, residence)
  • addressing risk concerns (supervision options, compliance plan)
  • pushing for reasonable conditions instead of unnecessary restrictions
  • protecting the client from self-incrimination early in the case

If you need help quickly, you can start here:
Free Consultation.


Frequently Asked Questions About Bail and Bond in Phoenix

How fast is bond set after a felony arrest in Phoenix?

Bond and release conditions are commonly addressed at the initial appearance, which typically happens within about 24 hours of arrest (timing can vary).

If I post bond, does that mean the case goes away?

No. Posting bond only affects release while the case is pending. The criminal case continues through stages like arraignment, pretrial conferences, and possibly trial.
See: Case Stages.

What is OR release in Arizona?

OR (own recognizance) release means the court releases someone based on a promise to appear in court. Conditions can still apply. See:
Release.

Can I get out without paying bond?

Sometimes. Depending on the judge’s assessment of risk and the allegations, a person may be released OR or under supervision without a secured bond.

What happens if someone violates release conditions after bonding out?

The court can revoke release, issue a warrant, impose stricter conditions, or order custody. Even “small” violations—like indirect contact—can cause big problems.

Do Phoenix felony cases always go to Superior Court?

Many felony cases proceed through Maricopa County Superior Court. For an overview of what that looks like, see:
Superior Court Case in Maricopa County.


Need Help Navigating Release After a Phoenix Felony Arrest?

Bail and bond decisions are made early, and early mistakes can follow you for months. If you or a loved one was arrested in Phoenix or anywhere in Maricopa County,
getting clear guidance quickly can help you avoid violations, protect rights, and work toward better conditions.

To talk with a criminal defense team, start here:
Ted Law or request a call back here:
Free Consultation.


What Happens After a Felony Arrest in Phoenix, Arizona

Felony cases in Phoenix are handled through Maricopa County courts, where procedures, timelines, and prosecutorial practices can differ significantly from other parts of Arizona. Because Phoenix is the largest city in the state, felony cases often move quickly and are prosecuted aggressively.

Being arrested for a felony in Phoenix is an overwhelming experience. Many people have never had contact with the criminal justice system before, yet suddenly they are facing serious accusations, potential prison time, and consequences that could affect their freedom, employment, and family for years to come.

Understanding what happens after a felony arrest in Phoenix can help you regain a sense of control and avoid costly mistakes early in the process.


Step 1: The Felony Arrest

A felony arrest in Phoenix may occur following:

  • A police investigation

  • A traffic stop or roadside encounter

  • An alleged domestic violence incident

  • Drug, weapon, or violent crime allegations

  • An arrest warrant issued by a judge

After the arrest, officers will typically transport you to jail for booking, which includes fingerprinting, photographs, and basic personal information. Law enforcement may attempt to question you during this time.

Important: Exercise Your Rights

You are not required to answer questions about the alleged offense. Statements made after an arrest can be used against you later in court.


Step 2: Booking and Jail Detention

After booking, several outcomes are possible depending on the charge and circumstances:

  • Release with a future court date

  • Continued detention until an initial appearance

  • Detention without immediate bond for serious offenses

Felony release decisions in Phoenix often depend on:

  • The severity of the charge

  • Prior criminal history

  • Flight risk

  • Public safety considerations


Step 3: Initial Appearance Before a Judge

An initial appearance usually occurs within 24 hours of a felony arrest.

At this hearing, a judge will:

  • Inform you of the charges

  • Advise you of your constitutional rights

  • Decide release conditions or bond

  • Schedule future court dates

This hearing does not determine guilt or innocence, but it can significantly affect whether you remain in custody while your case proceeds.

Early involvement from a criminal defense lawyer can influence release conditions and help protect your rights from the start.


Step 4: Felony Charges Filed by the Prosecutor

Following arrest, the Maricopa County Attorney’s Office reviews the case to determine whether to formally file felony charges. Prosecutors rely on:

  • Police reports

  • Physical and digital evidence

  • Witness statements

Not every arrest results in charges. In some situations, cases are delayed, reduced, or declined altogether. Early legal advocacy can sometimes prevent weak cases from moving forward.


Step 5: Arraignment

At the arraignment, formal felony charges are presented, and the defendant enters a plea:

  • Not guilty

  • Guilty (rare at this stage)

  • No contest

Most defendants enter a not guilty plea initially to preserve legal defenses and allow time for investigation.

The court may also impose:

  • Release conditions

  • No-contact orders

  • Travel restrictions


Step 6: Pretrial Phase and Case Investigation

The pretrial phase is often the most critical part of a felony case.

During this stage, a defense attorney may:

  • Review all evidence and reports

  • Analyze body-camera and surveillance footage

  • Challenge illegal searches or arrests

  • Identify constitutional violations

  • Interview witnesses

  • File motions to suppress evidence

Many felony cases resolve during pretrial through:

  • Charge reductions

  • Dismissals

  • Negotiated plea agreements


Step 7: Grand Jury or Preliminary Hearing

In some Phoenix felony cases, prosecutors must establish probable cause through either:

  • A grand jury proceeding, or

  • A preliminary hearing before a judge

Defense involvement at this stage can expose weaknesses in the prosecution’s evidence early in the process.


Step 8: Trial (If the Case Does Not Resolve)

If a felony case proceeds to trial, it typically includes:

  • Jury selection

  • Opening statements

  • Witness testimony

  • Cross-examination

  • Closing arguments

The prosecution must prove guilt beyond a reasonable doubt, a high legal standard. Although many cases resolve before trial, preparation for trial strengthens negotiation leverage.


Step 9: Verdict and Sentencing

If a verdict is reached:

  • Not guilty → the case ends

  • Guilty → sentencing follows

Felony sentencing in Phoenix may involve:

  • Prison or jail

  • Probation

  • Fines

  • Court-ordered programs or treatment

  • Long-term consequences such as loss of civil rights

Sentencing outcomes vary widely depending on the offense, criminal history, and legal strategy.


Why Early Legal Representation Matters After a Felony Arrest

Felony cases carry serious, long-term consequences. Early legal representation can:

  • Prevent self-incrimination

  • Challenge improper police conduct

  • Influence release conditions

  • Identify dismissal opportunities

  • Reduce exposure to prison time

Waiting to take action often limits available defenses.


Facing a Felony Arrest in Phoenix? Get Answers Now

If you or someone you care about has been arrested for a felony in Phoenix or anywhere in Maricopa County, understanding the process is the first step toward protecting your future.

Speaking with a criminal defense lawyer early allows you to evaluate your options, protect your rights, and respond strategically to the charges you are facing.

September 3, 2025

When is deadly force justified in Arizona?

Arizona law lets you use deadly force only when a reasonable person would believe it’s immediately necessary to stop another’s use or attempted use of unlawful deadly force:

  • Self-defense: ARS §13-405 (deadly force) & §13-404 (physical force).

  • Defense of others: ARS §13-406 (same standard applied to protecting someone else).

Home & property situations

  • Defense of premises: You may use force to prevent/terminate a criminal trespass (§13-407). Deadly force still must meet the deadly-force standard (or fall under crime-prevention, below).

  • Crime prevention (“castle-style” protection): Deadly force can be justified to stop certain serious crimes (e.g., home invasion, sexual assault) under §13-411, if a reasonable person would believe it’s immediately necessary.


When force is not justified

  • Words alone: Verbal insults/provocation aren’t enough.

  • Resisting arrest: Even if you think the officer is using too much force (address it in court).

  • Initial aggressor: If you provoked the fight, you must withdraw and clearly communicate that before claiming self-defense.

  • Innocent bystanders: Justification won’t cover reckless injury to a third person.


“Stand Your Ground” in Arizona

Arizona imposes no duty to retreat if you’re lawfully present and not committing a crime (often called “Stand Your Ground,” though AZ doesn’t use that label). If retreat is safe and obvious, jurors may still consider it when judging reasonableness.


Common real-world examples

  • Home intruder at night: If you reasonably believe the intruder poses an immediate deadly-force threat, deadly force can be justified—even if the intruder turns out to be unarmed.

  • Parking-lot confrontation: Deadly force is justified only if the other person uses or attempts to use deadly force; property disputes alone don’t qualify.

  • Third-party defense: Same rules—your belief must be reasonable and immediate.


What to do after a defensive shooting

  1. Call 911: Report the emergency, request medical help.

  2. Say little: Identify yourself, location, need for aid. Do not give a detailed statement.

  3. Ask for a lawyer: “I’m invoking my right to remain silent and I want my attorney.”

  4. Preserve evidence: Don’t move casing/shells or alter the scene; keep potential witnesses nearby.

  5. Avoid statements to insurers, bystanders, or social media.


How Ted Law defends self-defense cases

  • Justification build-out: Scene reconstruction, lighting/sightlines, 911 audio, surveillance, gunshot-residue & trajectory, medical records, prior acts of the aggressor (where admissible).

  • Reasonableness narrative: Your perceptions, timing, distances, and threat cues (weapons, disparity of force, multiple attackers).

  • Constitutional challenges: Unlawful searches, Miranda issues, coerced statements.

  • Charge reduction/alternatives: Where full justification is disputed, pursue lesser-included offenses or non-dangerous designations.


Free, confidential case review (Tempe)

Ted Law | DUI & Criminal Defense
602-453-31002233 W Baseline Rd, Ste C101, Tempe, AZ 85283
Same-day consultations. Nights & weekends available.

This page is general information, not legal advice. Your facts matter—call to discuss your specific situation.

Drug Charges & Immigration in Arizona: What Puts You at Risk (and How to Protect Yourself)

If you’re a documented or undocumented immigrant in Arizona, a drug arrest can put your status—and your future—on the line. Many drug offenses are deportable, and even “minor” cases can trigger ICE involvement. If Tempe PD, DPS, or a campus officer at ASU has cited or arrested you, getting the right lawyer involved immediately is critical.


Can Drug Charges Lead to Deportation?

Short answer: yes—often.

  • Controlled-substance convictions (possession, use, paraphernalia, sales, transport, manufacture) are generally deportable offenses under federal immigration law.

  • There’s a narrow exception for simple possession of ≤ 30 grams of marijuana for personal use—but the details matter, and paraphernalia or “for sale” allegations can blow that protection.

  • Drug trafficking (even a small sale) is treated as an aggravated felony—which can mean mandatory detention, removal, and bars to most relief.

  • You don’t always need a conviction to have immigration problems: admissions of drug use, a “reason to believe” someone trafficked drugs, or certain diversion outcomes can still cause inadmissibility or trigger removal proceedings.

Important: What counts as a “conviction” for immigration is broader than you think. A plea + any punishment (probation, classes, fines) can be a “conviction” for immigration—even if Arizona later dismisses or sets aside the case.


“Crimes of Moral Turpitude” (CIMTs) & Drug Cases

Some drug cases also include facts that make them CIMTs (e.g., fraud, violence, theft as part of the conduct). A single CIMT can cause problems; two CIMTs or a CIMT within certain timeframes can be deportable too. Prosecutors sometimes stack charges—don’t ignore the “little” add-ons.


Common Tempe Scenarios We See

  • Traffic stop near ASU → car search → pills not in your name / THC vape / cocaine residue

  • Package interceptions (mail/UPS/FedEx) tied to your address

  • Paraphernalia only cases (papers, pipe, scale, baggies)

  • Text messages cited as “intent to sell”

  • Diversion offers that look great for criminal court but destroy immigration options


Defense Goals When Immigration Is in Play

A good Tempe defense doesn’t just aim to “win the case”—it aims to protect status and relief:

  • Suppress bad stops & searches (no probable cause, invalid consent, dorm/apartment issues).

  • Negotiate to a non-deportable offense (e.g., non-drug substitute counts) when evidence is strong.

  • Avoid “drug related” admissions in plea paperwork.

  • Structure diversion so it isn’t an immigration “conviction.”

  • Vacate/withdraw past pleas if they were legally defective or your rights weren’t explained.

This is where criminal + immigration strategy has to be coordinated. Don’t accept a quick plea without asking how it lands in immigration court.


What to Do Right Now

  1. Do not discuss your case with police, probation, or “investigators.” Use your right to remain silent.

  2. Do not sign plea/diversion forms before a lawyer reviews immigration impact.

  3. Tell your attorney your exact status (USC/LPR/visa/undocumented, prior entries, pending petitions). Confidentiality protects you.

  4. Move fast. Early motions and negotiations often decide whether ICE gets involved.


We Handle Drug + Immigration Consequences Every Day

Ted Law — Tempe Criminal Defense & DUI
We defend drug cases across Maricopa County with an eye on both courtrooms: criminal and immigration. From simple possession to “intent to sell,” we work to suppress evidence, reframe charges, and protect your path to stay in the U.S.

  • Free, confidential consultation (24/7)

  • Phone: (602) 453-3100

  • Email: paralegal@tedlaw.net

  • Office: 2233 W Baseline Rd, Suite C-101, Tempe, AZ 85283

If you’re an immigrant facing a drug charge in Tempe, don’t gamble your status on a one-size-fits-all plea. Call Ted Law before you take another step.

Felony Drug Possession in Tempe: What You’re Really Up Against—and How to Fight Back

Even a single pill or a few grams of an illegal substance in your pocket can put your freedom, your finances, and your future on the line in Arizona. State law brands most possession cases as felonies; sentences can run from mandatory jail to years in prison, plus staggering fines. If Tempe police, DPS, or a campus officer at ASU has charged you—or you think an arrest is coming—read this first and contact experienced counsel immediately.


1. How Arizona Defines “Possession”

Prosecutors must prove two things beyond a reasonable doubt:

  1. Control or dominion – The drug was on your person, in your vehicle, home, backpack, or anywhere they can link to you; and

  2. Knowledge – You knew the substance existed and knew it was an illegal drug (proved through statements, fingerprints, videos, or circumstantial evidence).


2. Common Charges We See in Maricopa County

Charge Felony Level Typical Triggers
Simple Possession Class 4 (dangerous drugs or narcotics) – can drop to Class 1 misdemeanor if no priors & not meth Small amounts for personal use
Possession With Intent to Sell Class 2 Larger quantities, scales, baggies, texts, or cash
Possession of Drug Paraphernalia Class 6 Pipes, syringes, bongs, baggies, digital scales
Manufacture / Cultivation Class 2 Grow rooms, pill presses, chemical lab items
Transportation / Trafficking Class 2 Moving drugs for sale—often charged on freeways or airport

A.R.S. §§ 13-3407 (dangerous drugs), 13-3408 (narcotics), 13-3405 (marijuana).


3. Sentencing Ranges in Arizona

Substance & Circumstances First-Time Offender With 1 Prior Felony With 2+ Priors
Dangerous Drug (e.g., meth, ecstasy, LSD) 0–1 yr jail or probation; $2,000+ fine 1 – 3.75 yrs prison up to 7.5 yrs
Narcotic (e.g., cocaine, heroin, fentanyl) Same as above, but jumps to 15 yrs max with priors 3 – 15 yrs 7 – 15 yrs
Marijuana (>1 oz recreational limit) 0–6 mos jail (Class 6) to 3.75 yrs prison (Class 4 if for sale) Higher presumptive terms Up to 7.5 yrs

Fines: the greater of $2,000 or the drug’s value—plus surcharges.


4. Collateral Damage

  • Loss of job or professional license

  • Ineligibility for student aid & scholarships

  • Immigration consequences for non-citizens

  • Driver-license suspension (certain cases)

  • Background-check red flags for life


5. Defense Strategies We Use

  • Illegal Search/Seizure – bad traffic stops, warrant flaws, dorm-room searches without valid consent.

  • Lack of Knowledge – borrowed car or backpack, mistaken identity.

  • Lab & Chain-of-Custody Challenges – incorrect weight, contamination, wrong drug.

  • Medical-Use or Prop 207 Protections – cannabis amounts within legal limits.

  • Diversion / TASC / Drug Court – keep the conviction off your record.

Every case is different. Early intervention often makes the difference between a dismissal, reduced charge, or prison time.


Arrested? Don’t Talk—Call Ted Law

Ted Agnick has defended serious drug cases across Maricopa County for 25+ years. From ASU campus busts to interstate trafficking stops on I-10 or the 60, we know the local courts, prosecutors, and diversion options—and how to expose weak evidence.

Free, confidential consultation 24/7

  • Office: 2233 W Baseline Rd, Suite C-101, Tempe, AZ 85283

  • Phone: (602) 453-3100

  • Email: paralegal@tedlaw.net

Pleading Insanity in an Arizona Criminal Case

Insanity Defense in Arizona

The “insanity defense” may be the most misunderstood concept in criminal law. In Hollywood it feels like an easy way out; in real-life Arizona courtrooms it is rare, difficult to prove, and—when successful—usually leads to long-term commitment in a locked psychiatric facility rather than a walk-out-the-door acquittal.

What Does It Mean to Plead Insanity?

Under A.R.S. § 13-502 (Arizona’s insanity statute), a defendant is not criminally responsible if, at the time of the offense, he or she was suffering from a “mental disease or defect” that rendered the person incapable of either:

  • Understanding the nature and quality of the act, or
  • Knowing that the act was wrong.

Because nearly every crime requires a “guilty mind” (mens rea), proving the absence of that capacity can negate criminal liability.

Who Has the Burden of Proof?

In Arizona, the defendant bears the burden of proving insanity by “clear and convincing evidence.” That is a higher bar than “preponderance of the evidence,” but lower than “beyond a reasonable doubt.” Typically the defense must present:

  • Comprehensive psychiatric evaluations
  • Medical and mental-health records
  • Expert testimony from forensic psychologists/psychiatrists
  • Collateral evidence (school, employment, family history, etc.)

How Do Courts Measure Legal Insanity?

States use one (or a hybrid) of four historic tests. Arizona relies on a modified M’Naghten standard embedded in § 13-502, focusing on knowledge of wrongfulness or the nature of the act.

Test Key Question
M’Naghten Could the defendant understand what he was doing or that it was wrong?
Irresistible-Impulse Could the defendant control his actions?
Model Penal Code Did a mental disease prevent the defendant from appreciating criminality or conforming conduct to law?
Durham Would the crime have happened but for the mental illness?

What Happens If the Defense Succeeds?

  • The verdict is “Not Guilty by Reason of Insanity (NGRI).”
  • The judge immediately commits the person to the Arizona State Hospital for evaluation.
  • Release is possible only after doctors and the Psychiatric Security Review Board deem the patient no longer a danger—often years or decades later.

Do All States Allow an Insanity Defense?

No. Four states (Idaho, Kansas, Montana, Utah) have abolished traditional insanity pleas. Arizona still recognizes it, but also permits a “guilty except insane” verdict in certain cases, blending criminal and mental-health dispositions.

Is the Insanity Defense Right for Your Case?

Because insanity claims can backfire—juries are skeptical and failed attempts may look like admissions of the act—you should never pursue this route without skilled counsel and a vetted forensic team.

Ted Law’s Approach

  • Early psychiatric screening & selection of top experts.
  • Strategic decision-making: full NGRI, partial responsibility, or alternative defenses.
  • Negotiations with prosecutors for “guilty except insane” outcomes where appropriate.

Free Consultation – Tempe Office

Theodore A Agnick PC
2233 W Baseline Rd, Suite C-101
Tempe, AZ 85283
(602) 453-3100
paralegal@tedlaw.net

Ted Law serves clients across Maricopa County, including Scottsdale, Chandler, Mesa, Phoenix and Arizona State University.

Disclaimer: This article is for informational purposes only and does not create an attorney-client relationship. Every case is unique; consult an attorney to discuss your specific facts.