Skip to content

Hostname

adp.flatfile.com

Last fetched

adp.flatfile.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · adp.flatfile.comRouting diversity4.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/adp.flatfile.com

Resolution chain

adp.flatfile.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.146.242.20216.146.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
34.217.167.6234.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.238.0.14144.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.246.178.2244.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.246.180.8844.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.38.248.1152.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.213.214.22154.213.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
54.69.221.11054.68.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with adp.flatfile.com in WhisperGraph.

Subdomains

1 observed subdomain of adp.flatfile.com.

Threat posture

History

Related pages

Pivot deeper into the graph from adp.flatfile.com.

Cypher and MCP

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

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