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

Shared Responsibility: What Cloud Security Actually Covers

Jul 12, 2026 · GhostTrace Team

"We're on the cloud, so security is handled" is one of the more expensive misunderstandings in modern IT. Every major cloud provider operates on a shared responsibility model — and the provider's half is narrower than most customers assume.

Where the line actually sits

Cloud providers are generally responsible for security of the cloud: physical data center security, the hypervisor, the underlying network infrastructure. Customers are responsible for security in the cloud: how data is configured, who has access, which services are exposed publicly, and whether identity and access controls are set up correctly. The provider secures the building; you're still responsible for locking your own door.

Why this keeps causing breaches

The overwhelming majority of publicly disclosed cloud security incidents trace back to customer-side misconfiguration, not a flaw in the provider's infrastructure:

  • Storage buckets left publicly accessible — a default or forgotten setting exposing files to anyone with the URL.
  • Overly broad identity permissions — a service account or user with far more access than its actual job requires, so a single compromised credential exposes everything.
  • Unmonitored administrative activity — cloud environments log extensively by default, but logs no one reviews don't prevent anything.
  • Unpatched customer-managed components — the provider secures the platform; software you deploy on top of it is still your responsibility to patch.

Practical starting points

  1. Know exactly what's public-facing in your environment — not what you think is public, what actually is.
  2. Apply least-privilege access: permissions should map to what a role actually needs, not the broadest option that "just works."
  3. Enable and actually review logging and alerting for administrative changes, not just application errors.
  4. Treat cloud configuration as code that gets reviewed, not a one-time setup you never revisit.

The audit question worth asking

For a business evaluating its own cloud posture, the useful question isn't "is our provider secure" — it almost certainly is, at the infrastructure layer. The useful question is "if someone got a single set of valid credentials, what could they actually reach?" That answer is usually more revealing than any compliance checklist.