Skip to content

Hostname

embird.net

Last fetched

embird.net resolves to 1 IPv4 address operated by SIM-NETWORKS in DE. WHOIS lists iana:1505 as the registrar.

Nutrition Label

WHISPER CANON · embird.netRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/embird.net

Resolution chain

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

IPPrefixASNOperatorCountry
156.67.53.198156.67.53.0/24AS200081SIM-NETWORKSDE

WHOIS identity

Registrar
iana:1505
Organization
cerva group a.s., balarad s.r.o.
Contact emails

Subdomains

3 observed subdomains of embird.net.

Web-graph footprint

Distinct hostnames that link to or from embird.net in the public web crawl.

118 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for embird.net.

MechanismTarget
SPF_Aembird.net
SPF_IP185.31.211.6
SPF_MXembird.net

Related pages

Pivot deeper into the graph from embird.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "embird.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 20

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