Hostname
pressetext.com
Last fetched
pressetext.com resolves to 2 IPv4 addresses operated by NEXTLAYER-AS in AT. WHOIS lists iana:1443 as the registrar.
Nutrition Label
Resolution chain
pressetext.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 |
|---|---|---|---|---|
| 109.70.103.42 | 109.70.102.0/23 | AS1764 | NEXTLAYER-AS | AT |
| 217.175.196.130 | 217.175.196.0/22 | AS1764 | NEXTLAYER-AS | AT |
WHOIS identity
- Registrar
- iana:1443
- Organization
- franz temmel
- Contact emails
Subdomains
58 observed subdomains of pressetext.com.
Showing 25 of 58. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pressetext.com in the public web crawl.
1,822 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for pressetext.com.
| Mechanism | Target |
|---|---|
| SPF_A | pressetext.com |
| SPF_INCLUDE | _spf.pressetext.com |
| SPF_MX | pressetext.com |
Related pages
Pivot deeper into the graph from pressetext.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pressetext.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.