Skip to content

Hostname

workapp.dev

Last fetched

workapp.dev resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:69 as the registrar.

Nutrition Label

WHISPER CANON · workapp.devRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/workapp.dev

Resolution chain

workapp.dev resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.247.139.9534.240.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.19.212.4052.18.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
63.33.167.11263.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

Registrar
iana:69
Organization
redacted registrant
Contact emails

Subdomains

32 observed subdomains of workapp.dev.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for workapp.dev.

MechanismTarget
SPF_INCLUDE_spf.integromat.cloud
SPF_INCLUDEstspg-customer.com

Related pages

Pivot deeper into the graph from workapp.dev.

Cypher and MCP

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

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