Hostname
sevenit.com.au
Last fetched
sevenit.com.au resolves to 2 IPv4 addresses operated by AS20940 in PL.
Nutrition Label
Resolution chain
sevenit.com.au 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 |
|---|---|---|---|---|
| 2.21.248.7 | 2.16.0.0/13 | AS20940 | — | PL |
| 23.41.36.7 | 23.41.36.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with sevenit.com.au in WhisperGraph.
Subdomains
2 observed subdomains of sevenit.com.au.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for sevenit.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 203.4.232.0/21 |
Related pages
Pivot deeper into the graph from sevenit.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sevenit.com.au"})-[: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.