Skip to content

Hostname

peb.bf

Last fetched

peb.bf resolves to 1 IPv4 address operated by FasoNet-AS in BF.

Nutrition Label

WHISPER CANON · peb.bfRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/peb.bf

Resolution chain

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

IPPrefixASNOperatorCountry
41.138.110.21441.138.110.0/24AS25543FasoNet-ASBF

WHOIS identity

No WHOIS records are currently associated with peb.bf in WhisperGraph.

Subdomains

1 observed subdomain of peb.bf.

Subdomain
www.peb.bf

Web-graph footprint

Distinct hostnames that link to or from peb.bf in the public web crawl.

Threat posture

History

Mail and authentication

MX records

  • peb.bf

SPF policy

4 SPF mechanisms authorising senders for peb.bf.

MechanismTarget
SPF_Apeb.bf
SPF_INCLUDEspf.uv.bf
SPF_IP92.205.230.214
SPF_MXpeb.bf

Related pages

Pivot deeper into the graph from peb.bf.

Cypher and MCP

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

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