Skip to content

Hostname

igas.bg

Last fetched

igas.bg resolves to 1 IPv4 address operated by CONTABO in DE.

Nutrition Label

WHISPER CANON · igas.bgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/igas.bg

Resolution chain

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

IPPrefixASNOperatorCountry
184.174.33.17184.174.32.0/21AS51167CONTABODE

WHOIS identity

No WHOIS records are currently associated with igas.bg in WhisperGraph.

Subdomains

4 observed subdomains of igas.bg.

Web-graph footprint

Distinct hostnames that link to or from igas.bg in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for igas.bg.

MechanismTarget
SPF_Aigas.bg
SPF_IP184.174.33.17
SPF_IP2a02:c206:2119:3553:0:0:0:1
SPF_MXigas.bg

Related pages

Pivot deeper into the graph from igas.bg.

Cypher and MCP

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

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