Skip to content

Hostname

gitlab.facebook.com.br

Last fetched

gitlab.facebook.com.br resolves to 2 IPv4 addresses operated by FACEBOOK - Facebook, Inc. in GT.

Nutrition Label

WHISPER CANON · gitlab.facebook.com.brRouting diversity2.4/10Peering density7.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/gitlab.facebook.com.br

Resolution chain

gitlab.facebook.com.br resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
157.240.233.35157.240.233.0/24AS32934FACEBOOK - Facebook, Inc.GT
157.240.3.35157.240.3.0/24AS32934FACEBOOK - Facebook, Inc.US

WHOIS identity

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

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for gitlab.facebook.com.br.

MechanismTarget
SPF_Agitlab.facebook.com.br

Related pages

Pivot deeper into the graph from gitlab.facebook.com.br.

Cypher and MCP

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

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