Skip to content

Hostname

ablegroup.de

Last fetched

ablegroup.de resolves to 1 IPv4 address operated by T-SYSTEMS-AS in DE.

Nutrition Label

WHISPER CANON · ablegroup.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ablegroup.de

Resolution chain

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

IPPrefixASNOperatorCountry
83.125.118.25183.125.118.0/23AS200093T-SYSTEMS-ASDE

WHOIS identity

No WHOIS records are currently associated with ablegroup.de in WhisperGraph.

Subdomains

4 observed subdomains of ablegroup.de.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for ablegroup.de.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP212.211.146.151
SPF_IP212.211.146.152
SPF_IP212.211.156.0
SPF_IP212.211.178.98
SPF_MXablegroup.de

Related pages

Pivot deeper into the graph from ablegroup.de.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ablegroup.de"})-[: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.