Hostname
directory3.org
Last fetched
directory3.org resolves to 1 IPv4 address operated by MULTIFI-AS Multicraft Digital Technologies Private Limited in GB. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
directory3.org 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 |
|---|---|---|---|---|
| 45.155.38.20 | 45.155.36.0/22 | AS395092 | MULTIFI-AS Multicraft Digital Technologies Private Limited | GB |
WHOIS identity
- Registrar
- iana:303
- Organization
- alivehost_net
- Contact emails
Subdomains
1 observed subdomain of directory3.org.
| Subdomain |
|---|
| www.directory3.org |
Web-graph footprint
Distinct hostnames that link to or from directory3.org in the public web crawl.
536 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- directory3.org
SPF policy
4 SPF mechanisms authorising senders for directory3.org.
| Mechanism | Target |
|---|---|
| SPF_A | directory3.org |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 45.155.38.2 |
| SPF_MX | directory3.org |
Related pages
Pivot deeper into the graph from directory3.org.
- IP · 45.155.38.20
- ASN · AS395092MULTIFI-AS Multicraft Digital Technologies Private Limited
- Registrar · iana:303
- Country · GB
- Email · iondebrat@gmail.com
- TLD · .org
- Browse hostnames · di…
- 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: "directory3.org"})-[: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.