Hostname
classified.manhattanprocess.com
Last fetched
classified.manhattanprocess.com resolves to 1 IPv4 address operated by AS328364 in ZA.
Nutrition Label
Resolution chain
classified.manhattanprocess.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 102.130.122.225 | 102.130.122.0/24 | AS328364 | — | ZA |
WHOIS identity
No WHOIS records are currently associated with classified.manhattanprocess.com in WhisperGraph.
Subdomains
1 observed subdomain of classified.manhattanprocess.com.
| Subdomain |
|---|
| www.classified.manhattanprocess.com |
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for classified.manhattanprocess.com.
| Mechanism | Target |
|---|---|
| SPF_A | classified.manhattanprocess.com |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_INCLUDE | spf.host-ww.net |
| SPF_IP | 102.130.112.145 |
| SPF_IP | 102.130.121.74 |
| SPF_IP | 102.130.122.171 |
| SPF_IP | 102.130.122.225 |
| SPF_IP | 160.119.248.11 |
| SPF_IP | 160.119.253.53 |
| SPF_IP | 169.239.180.59 |
| SPF_IP | 169.239.180.7 |
| SPF_MX | classified.manhattanprocess.com |
Related pages
Pivot deeper into the graph from classified.manhattanprocess.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "classified.manhattanprocess.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.