Skip to content

Hostname

directory.processwire.com

Last fetched

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

Nutrition Label

WHISPER CANON · directory.processwire.comRouting diversity4.2/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/directory.processwire.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.22.25.84100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
35.163.17.17235.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
44.235.113.10744.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.255.231.24344.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.25.190.5052.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.187.115.11554.186.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.188.134.9254.188.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.188.7.18354.188.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with directory.processwire.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from directory.processwire.com in the public web crawl.

5 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for directory.processwire.com.

MechanismTarget
SPF_INCLUDEspf.mandrillapp.com

Related pages

Pivot deeper into the graph from directory.processwire.com.

Cypher and MCP

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

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