Skip to content

Hostname

dev.systemgroup.ch

Last fetched

dev.systemgroup.ch resolves to 1 IPv4 address operated by AS12637 in CH.

Nutrition Label

WHISPER CANON · dev.systemgroup.chRouting diversity1.5/10Peering density5.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/dev.systemgroup.ch

Resolution chain

dev.systemgroup.ch resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
45.143.157.1245.143.157.0/24AS12637CH

WHOIS identity

No WHOIS records are currently associated with dev.systemgroup.ch in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for dev.systemgroup.ch.

MechanismTarget
SPF_Adev.systemgroup.ch
SPF_INCLUDEspf-de.emailsignatures365.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP185.157.1.196
SPF_IP213.193.80.0/27
SPF_MXdev.systemgroup.ch

Related pages

Pivot deeper into the graph from dev.systemgroup.ch.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dev.systemgroup.ch"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.