Hostname
widgets.mgid.com
Last fetched
widgets.mgid.com resolves to 2 IPv4 addresses operated by SERVERS-COM - Servers.com, Inc. in US.
Nutrition Label
Resolution chain
widgets.mgid.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 64.58.116.132 | 64.58.116.0/24 | AS7979 | SERVERS-COM - Servers.com, Inc. | US |
| 64.58.116.142 | 64.58.116.0/24 | AS7979 | SERVERS-COM - Servers.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with widgets.mgid.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from widgets.mgid.com in the public web crawl.
495 sites link to this hostname.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for widgets.mgid.com.
| Mechanism | Target |
|---|---|
| SPF_A | widgets.mgid.com |
| SPF_INCLUDE | 5237928.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 188.42.92.179/32 |
| SPF_IP | 64.58.113.52/32 |
| SPF_IP | 64.58.116.128/26 |
| SPF_MX | widgets.mgid.com |
Related pages
Pivot deeper into the graph from widgets.mgid.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "widgets.mgid.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.