Hostname
nerisafety.com
Last fetched
nerisafety.com resolves to 1 IPv4 address operated by AS31034 in IT. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
nerisafety.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 |
|---|---|---|---|---|
| 95.110.213.44 | 95.110.192.0/18 | AS31034 | — | IT |
WHOIS identity
- Registrar
- iana:69
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of nerisafety.com.
| Subdomain |
|---|
| helpdesk.nerisafety.com |
Web-graph footprint
Distinct hostnames that link to or from nerisafety.com in the public web crawl.
13 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for nerisafety.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp4.ilger.it |
| SPF_A | smtp5.ilger.com |
| SPF_EXISTS | %{i}.spf.hc598-81.eu.iphmx.com |
| SPF_INCLUDE | _spf.ilger.com |
| SPF_INCLUDE | musvc.com |
| SPF_INCLUDE | spf.bolddesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 207.54.65.137 |
| SPF_IP | 23.90.104.237 |
| SPF_IP | 31.24.140.164 |
Related pages
Pivot deeper into the graph from nerisafety.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nerisafety.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.