Skip to content

Hostname

gitlab.co-mit.com

Last fetched

gitlab.co-mit.com resolves to 1 IPv4 address operated by AS2514 in JP.

Nutrition Label

WHISPER CANON · gitlab.co-mit.comRouting diversity1.5/10Peering density4.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/gitlab.co-mit.com

Resolution chain

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

IPPrefixASNOperatorCountry
116.80.45.177116.80.0.0/16AS2514JP

WHOIS identity

No WHOIS records are currently associated with gitlab.co-mit.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • gitlab.co-mit.com

SPF policy

2 SPF mechanisms authorising senders for gitlab.co-mit.com.

MechanismTarget
SPF_Atk2-217-18247.vs.sakura.ne.jp
SPF_MXgitlab.co-mit.com

Related pages

Pivot deeper into the graph from gitlab.co-mit.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "gitlab.co-mit.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.