SkillAgentSearch skills...

Ip2domain

A script that ingests a file with IP addresses and outputs SSL Cert names to get domains that are associated with that IP.

Install / Use

/learn @the4rchangel/Ip2domain
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ip2domain

Summary

ip2domain.py will accept any file as a sysarg input when calling the script and then use regex to pull out IP addresses from the file and proceed to check the certificates of web servers at that IP for certificate names, giving you insight into websites that may be associated with the IP addresses. This will most commonly be best utilized when examining netflow data.

Syntax: <code>python3 ip2domain.py filepath/filename.txt</code>

Sample Output:

image

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated3mo ago
Forks1

Languages

Python

Security Score

72/100

Audited on Dec 12, 2025

No findings