Skip to content

Hostname

backoffice.targetpay.com

Last fetched

backoffice.targetpay.com resolves to 2 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in NL.

Nutrition Label

WHISPER CANON · backoffice.targetpay.comRouting diversity2.4/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/backoffice.targetpay.com

Resolution chain

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

IPPrefixASNOperatorCountry
34.90.78.22134.90.64.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCNL
35.204.136.9235.204.128.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCNL

WHOIS identity

No WHOIS records are currently associated with backoffice.targetpay.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for backoffice.targetpay.com.

MechanismTarget
SPF_Abackoffice.targetpay.com
SPF_Amail.targetmedia.eu
SPF_Amailout.targetmedia.eu
SPF_INCLUDEtargetmedia.eu
SPF_INCLUDEtargetmedia.nl
SPF_IP185.150.71.64/26
SPF_IP192.168.247.0/24
SPF_MXbackoffice.targetpay.com

Related pages

Pivot deeper into the graph from backoffice.targetpay.com.

Cypher and MCP

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

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