Hostname
testex.com
Last fetched
testex.com resolves to 1 IPv4 address operated by ASN-METANET Routingpeering issues: noc@metanet.ch in CH. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
testex.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 |
|---|---|---|---|---|
| 46.231.204.136 | 46.231.200.0/21 | AS21069 | ASN-METANET Routingpeering issues: noc@metanet.ch | CH |
WHOIS identity
- Registrar
- iana:106
- Organization
- marc sidler
- Contact emails
Subdomains
18 observed subdomains of testex.com.
Web-graph footprint
Distinct hostnames that link to or from testex.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for testex.com.
| Mechanism | Target |
|---|---|
| SPF_A | testex.com |
| SPF_INCLUDE | _spf.netmonic.com |
| SPF_INCLUDE | _spf.oekotex.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.dynect.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.16.174.82 |
| SPF_IP | 213.158.152.245 |
| SPF_IP | 46.231.204.136 |
| SPF_IP | 52.166.1.41 |
| SPF_IP | 62.12.175.178/29 |
| SPF_IP | 80.67.18.126/32 |
| SPF_IP | 81.93.164.103/32 |
| SPF_IP | 81.93.173.201/32 |
| SPF_MX | mail.testex.com |
Related pages
Pivot deeper into the graph from testex.com.
- IP · 46.231.204.136
- ASN · AS21069ASN-METANET Routingpeering issues: noc@metanet.ch
- Registrar · iana:106
- Country · CH
- Email · einstein.ece@gmail.com
- TLD · .com
- Browse hostnames · te…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "testex.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.