Hostname
mail.sigm.co
Last fetched
mail.sigm.co resolves to 1 IPv4 address operated by UNIFIEDLAYER-AS-1 - Unified Layer in US.
Nutrition Label
Resolution chain
mail.sigm.co 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 |
|---|---|---|---|---|
| 162.251.80.225 | 162.251.80.0/24 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
WHOIS identity
No WHOIS records are currently associated with mail.sigm.co in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- mail.sigm.co
SPF policy
30 SPF mechanisms authorising senders for mail.sigm.co.
| Mechanism | Target |
|---|---|
| SPF_A | mail.sigm.co |
| SPF_IP | 18.210.230.196 |
| SPF_IP | 18.210.249.117 |
| SPF_IP | 18.232.240.178 |
| SPF_IP | 18.232.240.202 |
| SPF_IP | 18.232.240.212 |
| SPF_IP | 18.232.240.230 |
| SPF_IP | 18.232.240.51 |
| SPF_IP | 23.23.35.6 |
| SPF_IP | 34.192.1.216 |
| SPF_IP | 34.192.107.185 |
| SPF_IP | 34.194.31.242 |
| SPF_IP | 34.196.7.171 |
| SPF_IP | 34.203.183.148 |
| SPF_IP | 34.230.219.254 |
| SPF_IP | 34.233.231.158 |
| SPF_IP | 34.233.27.11 |
| SPF_IP | 34.236.161.235 |
| SPF_IP | 35.169.29.129 |
| SPF_IP | 35.169.32.127 |
| SPF_IP | 35.170.255.63 |
| SPF_IP | 35.173.104.190 |
| SPF_IP | 35.174.110.162 |
| SPF_IP | 35.174.141.176 |
| SPF_IP | 35.175.67.143 |
| SPF_IP | 52.72.142.131 |
| SPF_IP | 54.156.210.169 |
| SPF_IP | 54.209.121.131 |
| SPF_IP | 54.211.98.239 |
| SPF_IP | 54.227.164.92 |
Related pages
Pivot deeper into the graph from mail.sigm.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.sigm.co"})-[: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.