Hostname
mail.securitynb.com
Last fetched
mail.securitynb.com resolves to 2 IPv4 addresses operated by CCINET - Fidium in US.
Nutrition Label
Resolution chain
mail.securitynb.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 |
|---|---|---|---|---|
| 216.176.66.202 | 216.176.64.0/19 | AS5742 | CCINET - Fidium | US |
| 23.251.28.148 | 23.251.28.0/24 | AS11492 | CABLEONE - CABLE ONE, INC. | US |
WHOIS identity
No WHOIS records are currently associated with mail.securitynb.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for mail.securitynb.com.
| Mechanism | Target |
|---|---|
| SPF_A | _spf.salesforce.com |
| SPF_A | corp-p.csiweb.com |
| SPF_A | cust-p.csiweb.com |
| SPF_A | esa1.dhltd.iphmx.com |
| SPF_A | esa2.dhltd.iphmx.com |
| SPF_A | esa3.dhltd.iphmx.com |
| SPF_A | mail.securitynb.com |
| SPF_INCLUDE | spfref.jackhenry.com |
| SPF_IP | 12.29.4.117 |
| SPF_IP | 216.176.66.195 |
| SPF_IP | 23.251.28.146 |
| SPF_MX | mail.securitynb.com |
Related pages
Pivot deeper into the graph from mail.securitynb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.securitynb.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.