Hostname
noregon.com
Last fetched
noregon.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
noregon.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:2
- Organization
- noregon systems,
- Contact emails
Subdomains
92 observed subdomains of noregon.com.
Showing 25 of 92. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from noregon.com in the public web crawl.
179 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for noregon.com.
| Mechanism | Target |
|---|---|
| SPF_A | noregon.com |
| SPF_INCLUDE | 23158871.spf07.hubspotemail.net |
| SPF_INCLUDE | sent-via.netsuite.com |
| SPF_INCLUDE | shops.shopify.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.187.213.179 |
| SPF_IP | 107.210.93.249 |
| SPF_IP | 23.227.37.239/32 |
Related pages
Pivot deeper into the graph from noregon.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "noregon.com"})-[: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.