Is thothub.to safe?

suspiciouslow confidence
35/100

context safety score

A score of 35/100 indicates multiple risk signals were detected. This entity shows patterns commonly associated with malicious intent.

identity
60
behavior
100
content
0
graph
30

12 threat patterns detected

medium

encoded payload

suspicious base64-like blobs detected in page content

high

obfuscated code

Large heavily obfuscated JavaScript block using hex-encoded string lookups, array rotation, and self-invoking functions to conceal its true behavior. The script assembles string literals at runtime (e.g., 'adManager', 'proxy', 'secret', 'static') suggesting covert ad injection or tracking functionality that cannot be statically analyzed. (location: page.html line 164 — <script data-cfasync='false'> obfuscated block)

high

malicious redirect

Third-party ad script loaded from gmxes.com with a base64-encoded filename parameter. The domain gmxes.com is an unrecognized ad network and the base64 payload 'waWQiOjEwMzEyODEsInNpZCI6MTM1NDg3NCwid2lkIjo1OTQwMjksInNyYyI6Mn0=' encodes ad-targeting JSON embedded in the script URL, typical of malvertising infrastructure. (location: page.html line 174 — <script async src="https://gmxes.com/pw/waWQiOjEwMzEyODEsInNpZCI6MTM1NDg3NCwid2lkIjo1OTQwMjksInNyYyI6Mn0=eyJ.js">)

high

malicious redirect

Promotional banner silently opens a new window to 'https://core.dreamserve.dev/api/link?placement=0e81-933bf787f294' on both title and button click events. The destination is an opaque link-tracking/redirect API on an unrecognized domain, routing users through an intermediary before reaching the final destination. (location: page.html lines 142-148 — prm-title and prm-btn click handlers)

medium

malicious redirect

Navigation menu link labeled 'Ai Porn' routes through 'https://a.neurogrid7.com/61584f1d-2c2d-4901-9a81-819c84adb6ed?creative=ai_porn&spot=menu_link&adg=0', an unrecognized third-party redirect/tracking domain, before reaching the final destination. The same URL is repeated in the mobile links bar. (location: page.html line 233 and line 276 — nav <a> and .links2 <a>)

medium

malicious redirect

Navigation menu link labeled 'AI TikTok Porn' routes through 'https://go.gsrv.dev/redirect.go?pid=46133&spaceid=11831075', a third-party redirect service on an unrecognized domain, with affiliate/publisher ID parameters. (location: page.html line 238 and line 277 — nav <a> and .links2 <a>)

medium

malicious redirect

Navigation menu link labeled 'AI Sex Chat' routes through 'https://go.safeaccessapp.com/957658b4-649c-4f4e-9245-87e3ddcf477b?clickid=%7Bclickid%7D&zoneid=957658', a third-party redirect/affiliate tracking domain. The domain name 'safeaccessapp.com' uses a trust-implying name while functioning as an ad redirect. (location: page.html line 249 and line 276 — nav <a> and .links2 <a>)

high

social engineering

Native ad units disguised as real video thumbnails (complete with fake view counts '14K views' and timestamps '4:20', '1 day ago') promoting 'Create your AI Slut' / 'Create and Fuck your AI Cumslut' services. These deceptive ad units are indistinguishable from legitimate content listings, using class='item' identical to real video entries to manipulate user clicks. (location: page.html lines 389-415 and 1265-1291 — .item div ad blocks embedded in video lists)

medium

hidden content

Two iframes with zero visible dimensions (sizes=0x0) are embedded inside native ad units, loaded from 'https://engine.ultraomelette.com/?971608496&iframe&sizes=0x0'. Zero-size iframes are used to load invisible third-party content, potentially for tracking, fingerprinting, or drive-by payloads. (location: page.html lines 396-402 and 1272-1278 — <iframe src="https://engine.ultraomelette.com/...&sizes=0x0">)

medium

hidden content

Footer iframe loaded from 'https://engine.zerodayromance.com/?564642378&iframe&sizes=900x250' — the domain name 'zerodayromance.com' is an unrecognized ad engine domain. Loading third-party ad engines with executable iframe content from opaque domains poses a risk of malvertising or drive-by download delivery. (location: page.html lines 1799-1804 — footer <iframe src="https://engine.zerodayromance.com/...">)

medium

brand impersonation

The site explicitly claims in its meta description and page text to host leaked content from 'Twitch, YouTube, Patreon, Instagram, OnlyFans, TikTok' — well-known platforms — implying official or authorized association. The title tag also references these brands. This constitutes brand impersonation to attract traffic by trading on the reputations of legitimate platforms. (location: page.html lines 4-7 — <title> and <meta name="description">)

medium

social engineering

The site describes itself as 'a parody' in the footer while simultaneously presenting itself as a legitimate hub for leaked non-consensual intimate imagery. This legal disclaimer is used as a social engineering technique to deflect responsibility while continuing to distribute content under real creator names (e.g., Lauren Alexis, Gabbie Carter, Diora Baird). (location: page.html line 1827 — footer .txt disclaimer)

API

curl https://api.brin.sh/domain/thothub.to

FAQ: how to interpret this assessment

Common questions teams ask before deciding whether to use this domain in agent workflows.

Is thothub.to safe for AI agents to use?

thothub.to currently scores 35/100 with a suspicious verdict and low confidence. The goal is to protect agents from high-risk context before they act on it. Treat this as a decision signal: higher scores suggest lower observed risk, while lower scores mean you should add review or block this domain.

How should I interpret the score and verdict?

Use the score as a policy threshold: 80–100 is safe, 50–79 is caution, 20–49 is suspicious, and 0–19 is dangerous. Teams often auto-allow safe, require human review for caution/suspicious, and block dangerous.

How does brin compute this domain score?

brin evaluates four dimensions: identity (source trust), behavior (runtime patterns), content (malicious instructions), and graph (relationship risk). Analysis runs in tiers: static signals, deterministic pattern checks, then AI semantic analysis when needed.

What do identity, behavior, content, and graph mean for this domain?

Identity checks source trust, behavior checks unusual runtime patterns, content checks for malicious instructions, and graph checks risky relationships to other entities. Looking at sub-scores helps you understand why an entity passed or failed.

Why does brin scan packages, repos, skills, MCP servers, pages, and commits?

brin performs risk assessments on external context before it reaches an AI agent. It scores that context for threats like prompt injection, hijacking, credential harvesting, and supply chain attacks, so teams can decide whether to block, review, or proceed safely.

Can I rely on a safe verdict as a full security guarantee?

No. A safe verdict means no significant risk signals were detected in this scan. It is not a formal guarantee; assessments are automated and point-in-time, so combine scores with your own controls and periodic re-checks.

When should I re-check before using an entity?

Re-check before high-impact actions such as installs, upgrades, connecting MCP servers, executing remote code, or granting secrets. Use the API in CI or runtime gates so decisions are based on the latest scan.

Learn more in threat detection docs, how scoring works, and the API overview.

Last Scanned

March 4, 2026

Verdict Scale

safe80–100
caution50–79
suspicious20–49
dangerous0–19

Disclaimer

Assessments are automated and may contain errors. Findings are risk indicators, not confirmed threats. This is a point-in-time assessment; security posture can change.

start scoring agent dependencies.

integrate brin in minutes — one GET request is all it takes. query the api, browse the registry, or download the full dataset.