Hostname
birinci.com
Last fetched
birinci.com resolves to 2 IPv4 addresses operated by AS211384 in TR. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
birinci.com 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 |
|---|---|---|---|---|
| 193.3.32.14 | 193.3.32.0/24 | AS211384 | — | TR |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
- Registrar
- iana:839
- Organization
- ozgur demir
- Contact emails
Subdomains
7 observed subdomains of birinci.com.
Web-graph footprint
Distinct hostnames that link to or from birinci.com in the public web crawl.
10 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for birinci.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.ess.de.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 176.236.156.98 |
Related pages
Pivot deeper into the graph from birinci.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "birinci.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.