Hostname
michaelprecel.com
Last fetched
michaelprecel.com resolves to 2 IPv4 addresses operated by AS58915 in AU. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
michaelprecel.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 |
|---|---|---|---|---|
| 103.209.24.96 | 103.209.24.0/23 | AS58915 | — | AU |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
- Registrar
- iana:48
- Organization
- whois agent
- Contact emails
Subdomains
71 observed subdomains of michaelprecel.com.
Showing 25 of 71. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from michaelprecel.com in the public web crawl.
11 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for michaelprecel.com.
| Mechanism | Target |
|---|---|
| SPF_A | michaelprecel.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.serversaurus.com.au |
| SPF_INCLUDE | serversaurus.com.au |
| SPF_IP | 103.209.24.70 |
| SPF_IP | 103.209.24.96 |
| SPF_MX | michaelprecel.com |
Related pages
Pivot deeper into the graph from michaelprecel.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "michaelprecel.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.