Skip to content

Hostname

gitlab.werk21system.de

Last fetched

gitlab.werk21system.de resolves to 1 IPv4 address operated by AS203329 in DE.

Nutrition Label

WHISPER CANON · gitlab.werk21system.deRouting diversity1.5/10Peering density5.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/gitlab.werk21system.de

Resolution chain

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

IPPrefixASNOperatorCountry
149.233.9.31149.233.9.0/24AS203329DE

WHOIS identity

No WHOIS records are currently associated with gitlab.werk21system.de in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for gitlab.werk21system.de.

MechanismTarget
SPF_Agitlab.werk21system.de
SPF_IP149.233.9.50
SPF_IP49.13.240.50
SPF_IP78.46.128.86
SPF_IP91.216.245.166

Related pages

Pivot deeper into the graph from gitlab.werk21system.de.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "gitlab.werk21system.de"})-[: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.