Hostname
benefits.ge
Last fetched
benefits.ge resolves to 2 IPv4 addresses operated by UGTCLOUD - UGT LLC in GE.
Nutrition Label
Resolution chain
benefits.ge 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 |
|---|---|---|---|---|
| 185.247.95.83 | 185.247.95.0/24 | AS208744 | UGTCLOUD - UGT LLC | GE |
| 45.9.35.3 | 45.9.35.0/24 | AS209047 | asgbg - JSC Risk Management and Insurance Company Global Benefits Georgia | GE |
WHOIS identity
No WHOIS records are currently associated with benefits.ge in WhisperGraph.
Subdomains
4 observed subdomains of benefits.ge.
Web-graph footprint
Distinct hostnames that link to or from benefits.ge in the public web crawl.
17 sites link to this hostname.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for benefits.ge.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from benefits.ge.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "benefits.ge"})-[: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.