Hostname
nj.se
Last fetched
nj.se resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:1055 as the registrar.
Nutrition Label
Resolution chain
nj.se 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 |
|---|---|---|---|---|
| 13.248.160.137 | 13.248.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 76.223.34.124 | 76.223.32.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:1055
- Organization
- —
- Contact emails
- —
Subdomains
45 observed subdomains of nj.se.
Showing 25 of 45. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nj.se in the public web crawl.
134 sites link to this hostname.
164 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
21 SPF mechanisms authorising senders for nj.se.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.mta.salesforce.com |
| SPF_INCLUDE | _autoflattenspf0.nj.se |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 167.89.0.0/17 |
| SPF_IP | 185.64.72.0/24 |
| SPF_IP | 185.64.73.0/24 |
| SPF_IP | 185.64.74.0/24 |
| SPF_IP | 194.140.240.2 |
| SPF_IP | 194.140.240.97 |
| SPF_IP | 194.140.240.98 |
| SPF_IP | 194.140.240.99 |
| SPF_IP | 208.117.48.0/20 |
| SPF_IP | 35.242.233.128 |
| SPF_IP | 50.31.32.0/19 |
| SPF_IP | 52.17.51.198 |
| SPF_IP | 81.27.211.206 |
| SPF_IP | 88.131.97.142/32 |
| SPF_IP | 89.189.218.40 |
| SPF_IP | 89.189.218.41 |
| SPF_IP | 89.189.218.42 |
| SPF_IP | 91.227.208.0/24 |
Related pages
Pivot deeper into the graph from nj.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nj.se"})-[: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.