Skip to content

Hostname

efs.md

Last fetched

efs.md resolves to 1 IPv4 address operated by AS28990 in MD. WHOIS lists registrar:host.md as the registrar.

Nutrition Label

WHISPER CANON · efs.mdRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/efs.md

Resolution chain

efs.md resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
217.26.150.21217.26.150.0/24AS28990MD

WHOIS identity

Registrar
registrar:host.md
Organization
Contact emails

Subdomains

6 observed subdomains of efs.md.

Threat posture

History

Mail and authentication

MX records

SPF policy

5 SPF mechanisms authorising senders for efs.md.

MechanismTarget
SPF_Aefs.md
SPF_Amail.efs.md
SPF_IP79.140.160.80/32
SPF_IP93.115.143.250
SPF_MXefs.md

Related pages

Pivot deeper into the graph from efs.md.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "efs.md"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.