Hostname
directd.com.my
Last fetched
directd.com.my resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in SG.
Nutrition Label
Resolution chain
directd.com.my 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 |
|---|---|---|---|---|
| 52.230.30.33 | 52.224.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | SG |
WHOIS identity
No WHOIS records are currently associated with directd.com.my in WhisperGraph.
Subdomains
25 observed subdomains of directd.com.my.
Showing 19 of 25. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from directd.com.my in the public web crawl.
156 sites link to this hostname.
147 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for directd.com.my.
| Mechanism | Target |
|---|---|
| SPF_A | directd.com.my |
| SPF_A | spf.mailsentinel.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.mailsentinel.net |
| SPF_IP | 101.99.70.10 |
| SPF_IP | 101.99.70.12 |
| SPF_IP | 101.99.70.40 |
| SPF_IP | 101.99.77.130 |
| SPF_IP | 101.99.77.132 |
| SPF_IP | 101.99.77.135 |
| SPF_IP | 101.99.77.161 |
| SPF_IP | 101.99.77.163 |
| SPF_IP | 185.70.107.80/31 |
| SPF_IP | 185.70.107.82/32 |
| SPF_MX | directd.com.my |
Related pages
Pivot deeper into the graph from directd.com.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "directd.com.my"})-[: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.