Skip to content

Hostname

signit.sa

Last fetched

signit.sa resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SA.

Nutrition Label

WHISPER CANON · signit.saRouting diversity1.5/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/signit.sa

Resolution chain

signit.sa resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.169.28.1193.169.28.0/23AS16509AMAZON-02 - Amazon.com, Inc.SA
3.169.28.473.169.28.0/23AS16509AMAZON-02 - Amazon.com, Inc.SA
3.169.28.783.169.28.0/23AS16509AMAZON-02 - Amazon.com, Inc.SA
3.169.28.353.169.28.0/23AS16509AMAZON-02 - Amazon.com, Inc.SA

WHOIS identity

No WHOIS records are currently associated with signit.sa in WhisperGraph.

Subdomains

29 observed subdomains of signit.sa.

Web-graph footprint

Distinct hostnames that link to or from signit.sa in the public web crawl.

14 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for signit.sa.

MechanismTarget
SPF_INCLUDE25733111.spf02.hubspotemail.net
SPF_INCLUDE_spf.google.com

Related pages

Pivot deeper into the graph from signit.sa.

Cypher and MCP

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

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