Hostname
blog.efftronics.com
Last fetched
blog.efftronics.com resolves to 1 IPv4 address operated by PUBLIC-DOMAIN-REGISTRY - PDR in IN.
Nutrition Label
Resolution chain
blog.efftronics.com 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 |
|---|---|---|---|---|
| 103.50.162.50 | 103.50.162.0/23 | AS394695 | PUBLIC-DOMAIN-REGISTRY - PDR | IN |
WHOIS identity
No WHOIS records are currently associated with blog.efftronics.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for blog.efftronics.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfd.protection.outlook.com |
| SPF_IP | 103.210.72.190/30 |
| SPF_IP | 175.101.84.202/31 |
| SPF_IP | 175.101.84.204/31 |
| SPF_IP | 202.53.82.162/31 |
| SPF_IP | 202.53.82.164/30 |
| SPF_IP | 202.53.82.168/29 |
| SPF_IP | 202.53.82.176/30 |
| SPF_IP | 202.53.82.66/31 |
| SPF_IP | 202.53.82.68/30 |
| SPF_IP | 202.53.82.70 |
| SPF_IP | 206.191.224.0/19 |
| SPF_IP | 23.103.224.0/19 |
| SPF_IP | 40.103.0.0/16 |
| SPF_IP | 47.247.121.122/31 |
| SPF_IP | 47.247.121.124/30 |
Related pages
Pivot deeper into the graph from blog.efftronics.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "blog.efftronics.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.