Hostname
digilution.net
Last fetched
digilution.net resolves to 2 IPv4 addresses operated by AS38001 in SG. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
digilution.net 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 |
|---|---|---|---|---|
| 111.221.45.31 | 111.221.45.0/24 | AS38001 | — | SG |
| 111.221.45.75 | 111.221.45.0/24 | AS38001 | — | SG |
WHOIS identity
- Registrar
- iana:48
- Organization
- digilution
- Contact emails
Subdomains
13 observed subdomains of digilution.net.
Threat posture
History
Mail and authentication
MX records
- digilution.net
SPF policy
3 SPF mechanisms authorising senders for digilution.net.
| Mechanism | Target |
|---|---|
| SPF_A | digilution.net |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_MX | digilution.net |
Related pages
Pivot deeper into the graph from digilution.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "digilution.net"})-[: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.