Skip to content

Hostname

catapush.it

Last fetched

catapush.it resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists registrar:opiquad s.r.l. as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
34.246.79.25134.240.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
34.251.15.3834.248.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.50.128.14152.48.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

Registrar
registrar:opiquad s.r.l.
Organization
catapush srl
Contact emails

Subdomains

1 observed subdomain of catapush.it.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for catapush.it.

MechanismTarget
SPF_Acatapush.it
SPF_Adev.catapush.rocks
SPF_Adevel.catapush.rocks
SPF_INCLUDE_spf.google.com
SPF_MXcatapush.it

Related pages

Pivot deeper into the graph from catapush.it.

Cypher and MCP

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

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