Hostname
actsofia.bg
Last fetched
actsofia.bg resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in GB.
Nutrition Label
Resolution chain
actsofia.bg 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 |
|---|---|---|---|---|
| 107.154.119.209 | 107.154.119.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
| 107.154.127.209 | 107.154.127.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
WHOIS identity
No WHOIS records are currently associated with actsofia.bg in WhisperGraph.
Subdomains
11 observed subdomains of actsofia.bg.
Web-graph footprint
Distinct hostnames that link to or from actsofia.bg in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for actsofia.bg.
| Mechanism | Target |
|---|---|
| SPF_A | actsofia.bg |
| SPF_INCLUDE | dota.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
| SPF_IP | 195.191.148.22 |
| SPF_IP | 195.191.149.22 |
| SPF_IP | 217.75.130.210 |
| SPF_IP | 217.75.130.217 |
| SPF_MX | actsofia.bg |
Related pages
Pivot deeper into the graph from actsofia.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "actsofia.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.