Hostname
office.payamlib.com
Last fetched
office.payamlib.com resolves to 2 IPv4 addresses operated by AS57497 in IR.
Nutrition Label
Resolution chain
office.payamlib.com 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 |
|---|---|---|---|---|
| 158.58.184.230 | 158.58.184.0/24 | AS57497 | — | IR |
| 89.39.208.162 | 89.39.208.0/24 | AS204213 | — | IR |
WHOIS identity
No WHOIS records are currently associated with office.payamlib.com in WhisperGraph.
Subdomains
1 observed subdomain of office.payamlib.com.
| Subdomain |
|---|
| www.office.payamlib.com |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for office.payamlib.com.
| Mechanism | Target |
|---|---|
| SPF_A | office.payamlib.com |
| SPF_IP | 136.243.80.69 |
| SPF_IP | 144.76.81.82 |
| SPF_IP | 217.144.104.115 |
| SPF_IP | 217.144.104.57 |
| SPF_IP | 89.39.208.162 |
| SPF_MX | office.payamlib.com |
Related pages
Pivot deeper into the graph from office.payamlib.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "office.payamlib.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.