Hostname
notiflo.com
Last fetched
notiflo.com resolves to 1 IPv4 address operated by AS47583 in FR. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
notiflo.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 |
|---|---|---|---|---|
| 46.202.131.100 | 46.202.128.0/21 | AS47583 | — | FR |
WHOIS identity
- Registrar
- iana:1068
- Organization
- brian mandara
- Contact emails
- brianmandara@gmail.com
- e2af3a1ed619476c8327930999bc6a25.protect@withheldforprivacy.com
- 0a702d62-f1de-46ca-82b7-704a9104e7d8@identity-protect.org
- 31dec31e-8929-4776-932e-9abdecff1c25@identity-protect.org
- 4ad56684-0530-492a-a90c-8a9dfb8cf1a3@identity-protect.org
- 79cc3266-b460-415c-884d-64c2c4645b77@identity-protect.org
- df81bceb-af6b-4908-b93b-ab07d760e635@identity-protect.org
- f157fc47-ce96-4391-9667-2e7a80883257@identity-protect.org
Subdomains
7 observed subdomains of notiflo.com.
Threat posture
History
Mail and authentication
MX records
- notiflo.com
SPF policy
2 SPF mechanisms authorising senders for notiflo.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 162.144.3.242 |
| SPF_IP | 46.202.131.100 |
Related pages
Pivot deeper into the graph from notiflo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "notiflo.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.