Hostname
technoblood.com
Last fetched
technoblood.com resolves to 2 IPv4 addresses operated by AS135354 in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
technoblood.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 110.234.163.212 | 110.234.160.0/19 | AS135354 | — | JP |
| 110.234.165.193 | 110.234.160.0/19 | AS135354 | — | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- techno blood
- Contact emails
Subdomains
21 observed subdomains of technoblood.com.
Web-graph footprint
Distinct hostnames that link to or from technoblood.com in the public web crawl.
53 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for technoblood.com.
| Mechanism | Target |
|---|---|
| SPF_A | technoblood.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | accounts.technoblood.com |
| SPF_MX | technoblood.com |
Related pages
Pivot deeper into the graph from technoblood.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "technoblood.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.