Hostname
api.ybug.io
Last fetched
api.ybug.io resolves to 2 IPv4 addresses operated by AKAMAI-LINODE-AP Akamai Connected Cloud in DE.
Nutrition Label
Resolution chain
api.ybug.io 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 |
|---|---|---|---|---|
| 172.105.78.47 | 172.105.64.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | DE |
| 46.224.230.88 | 46.224.0.0/15 | AS24940 | HETZNER-AS | DE |
WHOIS identity
No WHOIS records are currently associated with api.ybug.io in WhisperGraph.
Subdomains
1 observed subdomain of api.ybug.io.
| Subdomain |
|---|
| www.api.ybug.io |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for api.ybug.io.
| Mechanism | Target |
|---|---|
| SPF_A | api.ybug.io |
| SPF_IP | 172.105.78.47 |
| SPF_IP | 45.79.249.137/32 |
| SPF_IP | 46.224.230.88 |
| SPF_MX | api.ybug.io |
Related pages
Pivot deeper into the graph from api.ybug.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.ybug.io"})-[: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.