Hostname
nfigroup.com
Last fetched
nfigroup.com resolves to 10 IPv4 addresses operated by AS20940 in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
nfigroup.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
14 observed subdomains of nfigroup.com.
Web-graph footprint
Distinct hostnames that link to or from nfigroup.com in the public web crawl.
104 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for nfigroup.com.
| Mechanism | Target |
|---|---|
| SPF_A | nfigroup.com |
| SPF_INCLUDE | _spfcf1.nfigroup.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_a.oracle.com |
| SPF_INCLUDE | spf_c.oracle.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 64.4.74.106 |
| SPF_MX | nfigroup.com |
Related pages
Pivot deeper into the graph from nfigroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nfigroup.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.