Hostname
talk121.com
Last fetched
talk121.com resolves to 1 IPv4 address operated by MOJOHOST - MOJOHOST in US. WHOIS lists iana:600 as the registrar.
Nutrition Label
Resolution chain
talk121.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.19.204.26 | 199.19.200.0/21 | AS27589 | MOJOHOST - MOJOHOST | US |
WHOIS identity
- Registrar
- iana:600
- Organization
- talk121 .com
- Contact emails
Subdomains
4 observed subdomains of talk121.com.
Web-graph footprint
Distinct hostnames that link to or from talk121.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for talk121.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.bmobl.com |
| SPF_A | mail.talk121.com.com |
| SPF_A | smtp.bmobl.com |
| SPF_A | talk121.com |
| SPF_INCLUDE | bmsend.com |
| SPF_INCLUDE | helpscoutemail.com |
| SPF_IP | 162.208.1.158 |
| SPF_IP | 199.19.204.26 |
| SPF_IP | 74.114.206.74 |
| SPF_MX | talk121.com |
Related pages
Pivot deeper into the graph from talk121.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "talk121.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.