Hostname
emsgroup.com
Last fetched
emsgroup.com resolves to 2 IPv4 addresses operated by AS12874 in IT. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
emsgroup.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.255.242.39 | 158.255.240.0/21 | AS12874 | — | IT |
| 5.144.160.54 | 5.144.160.0/20 | AS12637 | — | IT |
WHOIS identity
- Registrar
- iana:168
- Organization
- ems group s.p.a.
- Contact emails
Subdomains
2 observed subdomains of emsgroup.com.
Web-graph footprint
Distinct hostnames that link to or from emsgroup.com in the public web crawl.
13 sites link to this hostname.
22 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for emsgroup.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.webapps.net |
| SPF_IP | 158.255.242.99 |
| SPF_IP | 194.177.125.146 |
| SPF_MX | emsgroup.com |
Related pages
Pivot deeper into the graph from emsgroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "emsgroup.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.