Hostname
securebrandtech.com
Last fetched
securebrandtech.com resolves to 2 IPv4 addresses operated by AS59210 in JP. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
securebrandtech.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 |
|---|---|---|---|---|
| 131.153.77.35 | 131.153.76.0/22 | AS59210 | — | JP |
| 103.182.211.105 | 103.182.211.0/24 | AS140687 | — | IN |
WHOIS identity
- Registrar
- iana:303
- Organization
- domain admin
- Contact emails
Subdomains
73 observed subdomains of securebrandtech.com.
Showing 25 of 73. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from securebrandtech.com in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- securebrandtech.com
SPF policy
7 SPF mechanisms authorising senders for securebrandtech.com.
| Mechanism | Target |
|---|---|
| SPF_A | securebrandtech.com |
| SPF_INCLUDE | amazonaws.com |
| SPF_IP | 108.170.1.34 |
| SPF_IP | 108.170.1.36 |
| SPF_IP | 131.153.76.85 |
| SPF_IP | 131.153.77.35 |
| SPF_MX | securebrandtech.com |
Related pages
Pivot deeper into the graph from securebrandtech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "securebrandtech.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.