gtrace-ip-enrichment

Enrich IP addresses with ASN ownership, geolocation, and reverse DNS lookups.

627|175|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/automateyournetwork/netclaw --skill gtrace-ip-enrichment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gtrace-ip-enrichment
Source: https://github.com/automateyournetwork/netclaw/tree/main/workspace/skills/gtrace-ip-enrichment
Command: npx skills add https://github.com/automateyournetwork/netclaw --skill gtrace-ip-enrichment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of gathering crucial contextual information about IP addresses, making network troubleshooting and analysis significantly more efficient.

Core Features & Use Cases

  • ASN Ownership Lookup: Identify the Autonomous System (ASN), organization, and network range for any given IP address.
  • Geolocation: Determine the geographic location of an IP, including city, region, country, and coordinates.
  • Reverse DNS Resolution: Resolve IP addresses to their PTR records (hostnames).
  • Use Case: When analyzing a traceroute, use this skill to enrich each hop with its ASN and geographic location, quickly identifying transit providers and potential points of failure.

Quick Start

Use the gtrace-ip-enrichment skill to look up the ASN for the IP address 8.8.8.8.

Frequently Asked Questions about gtrace-ip-enrichment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enrich an IP address with ASN, geolocation, and reverse DNS data?

IP enrichment combines ASN ownership lookups, geolocation queries, and reverse DNS resolutions to provide full context for an IP address. This skill uses the gtrace MCP tool to automate these lookups for network diagnostics and security investigations.

What is the best way to identify the autonomous system and organization for a given IP?

Identifying the Autonomous System (ASN) for an IP address reveals its owning organization and network range. This skill performs ASN lookups using the gtrace tool to pinpoint transit providers during network troubleshooting.

How do I find the geographic location and coordinates of an IP address?

Finding the geographic location of an IP address involves querying geolocation data for city, region, country, and coordinates. This skill automates IP geolocation queries to contextualize network hops and security threats.

Do I need python3 and gtrace installed to perform IP enrichment?

Python3 and the gtrace tool are required dependencies for IP enrichment. You must also set the GTRACE_MCP_BIN environment variable so the skill can interface with the gtrace MCP tool for network diagnostics.

Can I use IP enrichment to troubleshoot traceroute hops and identify points of failure?

Traceroute troubleshooting uses IP enrichment to add ASN and geographic context to each hop. This helps quickly identify transit providers and potential points of failure across the network path.

Why does reverse DNS resolution fail for certain IP addresses during enrichment?

Reverse DNS resolution resolves IP addresses to PTR records and hostnames, but it fails when no PTR record is configured for that IP. This limitation occurs during enrichment when the target network lacks proper DNS pointer configurations.