Hostname
abintegro.com
Last fetched
abintegro.com resolves to 1 IPv4 address operated by BASED in GB. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
abintegro.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.113.243.179 | 185.113.243.0/24 | AS50292 | BASED | GB |
WHOIS identity
- Registrar
- iana:69
- Organization
- tony heard
- Contact emails
Subdomains
12 observed subdomains of abintegro.com.
Web-graph footprint
Distinct hostnames that link to or from abintegro.com in the public web crawl.
94 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for abintegro.com.
| Mechanism | Target |
|---|---|
| SPF_A | abintegro.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf2.accessacloud.com |
| SPF_INCLUDE | theaccessgroupspf.smtp.com |
| SPF_IP | 103.84.112.208 |
| SPF_IP | 185.113.243.179 |
| SPF_IP | 37.128.131.247 |
| SPF_IP | 5.153.251.84/32 |
| SPF_IP | 5.153.251.85/32 |
| SPF_IP | 5.153.254.16 |
| SPF_IP | 5.153.254.67 |
| SPF_IP | 78.31.104.88 |
| SPF_MX | abintegro.com |
Related pages
Pivot deeper into the graph from abintegro.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abintegro.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.