Hostname
mail.noosh.work
Last fetched
mail.noosh.work resolves to 2 IPv4 addresses operated by IMH-IAD - InMotion Hosting, Inc. in US.
Nutrition Label
Resolution chain
mail.noosh.work 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 |
|---|---|---|---|---|
| 173.231.241.152 | 173.231.240.0/20 | AS54641 | IMH-IAD - InMotion Hosting, Inc. | US |
| 198.20.102.202 | 198.20.96.0/19 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | NL |
WHOIS identity
No WHOIS records are currently associated with mail.noosh.work in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for mail.noosh.work.
| Mechanism | Target |
|---|---|
| SPF_A | mail.noosh.work |
| SPF_INCLUDE | spf.greengeeks.net |
| SPF_IP | 107.6.142.186/32 |
| SPF_IP | 107.6.150.114 |
| SPF_IP | 173.231.241.152 |
| SPF_IP | 198.20.102.202 |
| SPF_MX | mail.noosh.work |
Related pages
Pivot deeper into the graph from mail.noosh.work.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.noosh.work"})-[: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.