Skip to content

Hostname

factury.com.py

Last fetched

factury.com.py resolves to 6 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · factury.com.pyRouting diversity3.9/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/factury.com.py

Resolution chain

factury.com.py resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.18.42.241104.18.42.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.145.15172.64.145.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
52.67.2.11652.67.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR
52.67.245.19552.67.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR
54.232.21.23054.232.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.BR
56.125.128.11756.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR

WHOIS identity

No WHOIS records are currently associated with factury.com.py in WhisperGraph.

Subdomains

125 observed subdomains of factury.com.py.

Web-graph footprint

Distinct hostnames that link to or from factury.com.py in the public web crawl.

5 sites link to this hostname.

13 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for factury.com.py.

MechanismTarget
SPF_INCLUDEspf.mailjet.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.sendinblue.com
SPF_MXfactury.com.py

Related pages

Pivot deeper into the graph from factury.com.py.

Cypher and MCP

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

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