Hostname
gjs.no
Last fetched
gjs.no resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
gjs.no resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 75.2.2.110 | 75.2.0.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.83.184.173 | 99.83.176.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with gjs.no in WhisperGraph.
Subdomains
7 observed subdomains of gjs.no.
Web-graph footprint
Distinct hostnames that link to or from gjs.no in the public web crawl.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for gjs.no.
| Mechanism | Target |
|---|---|
| SPF_A | gjs.no |
| SPF_IP | 108.59.0.183 |
| SPF_IP | 72.52.244.95 |
| SPF_MX | gjs.no |
Related pages
Pivot deeper into the graph from gjs.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gjs.no"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.