Skip to content

Hostname

incoga.net

Last fetched

incoga.net resolves to 1 IPv4 address operated by AS12824 in PL. WHOIS lists iana:269 as the registrar.

Nutrition Label

WHISPER CANON · incoga.netRouting diversity1.5/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.0/10canon.whisper.security/host/incoga.net

Resolution chain

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

IPPrefixASNOperatorCountry
46.242.245.3446.242.192.0/18AS12824PL

WHOIS identity

Registrar
iana:269
Organization
incoga sp. z o.o.
Contact emails

Subdomains

3 observed subdomains of incoga.net.

Threat posture

History

Mail and authentication

MX records

  • incoga.net

SPF policy

4 SPF mechanisms authorising senders for incoga.net.

MechanismTarget
SPF_Aincoga.net
SPF_INCLUDEincoga.net
SPF_IP212.182.119.131
SPF_MXincoga.net

Related pages

Pivot deeper into the graph from incoga.net.

Cypher and MCP

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

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