Skip to content

Hostname

gitlab.alanrogers.com

Last fetched

gitlab.alanrogers.com resolves to 1 IPv4 address operated by SOTACONNECT Sotaconnect Network in GB.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
185.180.156.254185.180.156.0/22AS31742SOTACONNECT Sotaconnect NetworkGB

WHOIS identity

No WHOIS records are currently associated with gitlab.alanrogers.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • gitlab.alanrogers.com

SPF policy

4 SPF mechanisms authorising senders for gitlab.alanrogers.com.

MechanismTarget
SPF_IP185.180.156.254
SPF_IP192.168.58.0/24
SPF_IP62.232.233.40/29
SPF_MXgitlab.alanrogers.com

Related pages

Pivot deeper into the graph from gitlab.alanrogers.com.

Cypher and MCP

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

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