Hostname
aaib.com
Last fetched
aaib.com resolves to 1 IPv4 address operated by TE-AS TE-AS in EG. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
aaib.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 |
|---|---|---|---|---|
| 196.219.237.185 | 196.219.224.0/20 | AS8452 | TE-AS TE-AS | EG |
WHOIS identity
- Registrar
- iana:48
- Organization
- arab african international bank
- Contact emails
Subdomains
16 observed subdomains of aaib.com.
Web-graph footprint
Distinct hostnames that link to or from aaib.com in the public web crawl.
178 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for aaib.com.
| Mechanism | Target |
|---|---|
| SPF_A | aaib.com |
| SPF_A | smtp1.aaib.com |
| SPF_A | smtp3.aaib.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 196.219.31.194/32 |
| SPF_IP | 196.219.31.195/32 |
| SPF_IP | 217.52.46.54/32 |
| SPF_IP | 217.52.46.55/32 |
| SPF_IP | 41.33.173.21/32 |
| SPF_MX | aaib.com |
Related pages
Pivot deeper into the graph from aaib.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aaib.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.