Skip to content

Hostname

devellop.com

Last fetched

devellop.com resolves to 1 IPv4 address operated by TELEKOM-AS in RS. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · devellop.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/devellop.com

Resolution chain

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

IPPrefixASNOperatorCountry
212.200.144.84212.200.128.0/18AS8400TELEKOM-ASRS

WHOIS identity

Registrar
iana:146
Organization
devellop smart solutions
Contact emails

Subdomains

2 observed subdomains of devellop.com.

Web-graph footprint

Distinct hostnames that link to or from devellop.com in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for devellop.com.

MechanismTarget
SPF_IP212.200.144.80/28
SPF_IP79.101.104.130/32

Related pages

Pivot deeper into the graph from devellop.com.

Cypher and MCP

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

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