# Author: Kerry Cordero # Version: 1.0.0 # Description: This script prompts for the IP/FQDN, Record Type, DNS Server to...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script prompt for the ASN and output the IP Subnet...
In a landscape as interconnected as Information Technology, the adage by John C. Maxwell, “Teamwork makes the dream work…” perfectly...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will find IP Location via ipstack API import requests...
In today’s rapidly evolving IT landscape, deploying new components like firewalls demands more than technical know-how. Effective knowledge transfer mechanisms...
Before we dive into the specifics, let’s take a moment to revisit what RFCs are. Standing for “Request for Comments,”...
This post provides a consistent naming convention for your enterprise resources to ensure clarity, consistency, and easy identification. Importance of...
ANAME (Alias Name) records are a type of DNS record that allows you to alias one hostname to another, similar...
$dnsServers = (Resolve-DnsName -Name e-ins.net -Type NS).NameHost Resolve-DnsName -Name _ldap._tcp.dc._msdcs.e-ins.net -Type SRV | Where-Object {$_.NameTarget -in $dnsServers} ...
MANUAL whois -h whois.cymru.com " -v [IP_ADDRESS]" whois -h whois.radb.net -- '-i origin ASXXXXX | grep -Eo "([0-9.]+){4}/[0-9]+" PYTHON...