GhostTrace LLC — Security Awareness Training for Small Businesses

GhostTrace LLC is a Georgia-based security awareness training and cybersecurity practice (Control No. 26142915), run by founder Daniel Upperman. We run live security awareness training that keeps small businesses insured and compliant.

Who is GhostTrace LLC?

GhostTrace LLC is owned and founded by Daniel Upperman. The company is registered in Georgia, USA with Georgia Control Number 26142915. Founded in 2026, GhostTrace's primary service is live security awareness training for small businesses, producing the documented completion records cyber insurers and regulators require. GhostTrace also provides incident documentation support, exposure monitoring, business and domain due diligence, impersonation takedown packaging, and digital safety reviews. Ethics complaints are reviewed directly by the founder under our published Ethics Complaint process. This is not a law enforcement agency. We do not conduct unauthorized hacking, surveillance, or data theft. We use only legal, public-source research methods, and we do not research individuals.

Founder Details

Founder & Owner: Daniel Upperman | Email: Founder@ghosttrace.net | Company: GhostTrace LLC | Location: Georgia, USA | Registration: Control No. 26142915

GhostTrace isn't a private investigator, a law firm, or law enforcement, and doesn't locate, profile, or run background checks on people.

Who runs this

Founder and Owner: Daniel Upperman

Email: Founder@ghosttrace.net

Daniel Upperman founded GhostTrace LLC in 2026 to help people affected by online fraud, impersonation, and digital abuse document what happened and figure out what to do next. GhostTrace is one person; every request is handled directly by Daniel.

Ethics & Compliance

Ethics complaints come straight to the founder: complaint reviews, policy compliance, and research standards. File a concern via our Ethics Complaint form.

Business registration

GhostTrace LLC is a registered Georgia limited liability company (Control No. 26142915, status Active), formed June 25, 2026. Full registration and registered-agent details are on the Legal page.

Contact Information

Services

Popular questions we answer

Contact

Email support@ghosttrace.net — replies within one business day. Anonymous intelligence submissions accepted (no account required).

Enable JavaScript to access the full interactive site, client portal, and staff portal. Content below is rendered by React once JavaScript is available.

PROMO

CodeGabe partner code20.0% off, referred by CodeGabe

CODEGABE5CF6View pricing
← Back to articles
Article

Understanding the MITRE ATT&CK Framework

Jul 12, 2026 · GhostTrace Team

If you've read a breach report or a vendor's threat intelligence writeup, you've likely seen a reference like "T1566 — Phishing." That's MITRE ATT&CK — a publicly maintained knowledge base that catalogs how real-world attackers actually behave, broken into a common vocabulary defenders can use across tools and teams.

What problem it solves

Before ATT&CK, "the attacker used social engineering" meant something different to every analyst reading it. ATT&CK breaks attacker behavior into standardized tactics (the attacker's goal at a given stage — Initial Access, Persistence, Privilege Escalation, Exfiltration, and others) and techniques (the specific method used to achieve that goal — phishing, credential dumping, scheduled tasks). Every technique gets a stable ID, so "T1566" means the same thing in a threat report, a detection rule, and a tabletop exercise.

How defenders actually use it

  • Detection engineering — mapping existing alerts to ATT&CK techniques reveals coverage gaps (which attacker behaviors would go completely undetected).
  • Threat intelligence — describing a known group's behavior in ATT&CK terms makes it comparable across reports from different vendors.
  • Incident response — reconstructing an intrusion technique-by-technique produces a timeline other analysts can independently verify.
  • Red teaming — exercises can be scoped explicitly ("simulate techniques used by X group") rather than left vague.

A simplified example

A phishing email (Initial Access: T1566) delivers a macro-enabled document (Execution). The macro drops a scheduled task for persistence (Persistence: T1053) and dumps credentials from memory (Credential Access: T1003). Those credentials are used to move to another machine (Lateral Movement) before data is compressed and sent to an external server (Exfiltration). Every stage has a technique ID — which means every stage is independently detectable and independently defensible.

Why this matters beyond security teams

For businesses evaluating a vendor's security posture or reviewing an incident, ATT&CK gives you a way to ask precise questions: which techniques were actually observed, and which stages of the intrusion had no detection at all. "We got hacked" is not actionable. "Initial access via phishing, no detection until lateral movement" is.

GhostTrace's Threat Intelligence service uses this same framework when documenting incidents for clients, so findings are precise and comparable rather than anecdotal.