Skip to content

Hostname

emgs.com

Last fetched

emgs.com resolves to 1 IPv4 address operated by ONECOM in NO. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · emgs.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/emgs.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.37.38.104104.37.32.0/21AS51468ONECOMNO

WHOIS identity

Registrar
iana:2
Organization
emgs
Contact emails

Subdomains

11 observed subdomains of emgs.com.

Web-graph footprint

Distinct hostnames that link to or from emgs.com in the public web crawl.

39 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for emgs.com.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP180.94.48.238
SPF_IP212.165.108.222
SPF_IP62.92.124.145

Related pages

Pivot deeper into the graph from emgs.com.

Cypher and MCP

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

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

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