Data Module: Internet Scanner - Hunt Intelligence Module

Data Dictionary: Internet Scanner - Hunt Intelligence Module Entitlements

This outlines the field types associated with the IP and Query endpoint responses that are entitled based on purchasing the Internet Scanner - Hunt Intelligence Module.

Field NameField TypeExampleDescriptionQuery Sample
actorstringunknownConfirmed owner or operator of the IP address.Sample
botbooleanfalseIndicates whether the IP is associated with known bot activity.Sample
classificationstringunknownClassification of the IP address. Possible values: benign, unknown, malicious, suspicious.Sample
cvestring list["CVE-2025-12345"]Provides a list of CVEs the IP has been observed scanning or exploiting.Sample
first_seendate2021-11-23Date when the IP was first observed on the GreyNoise sensor network (YYYY-MM-DD format).Sample
ipstring1.2.3.4IP address observed on the GreyNoise sensor network.
last_seendate2021-12-31Date when the IP was most recently observed on the GreyNoise sensor network (YYYY-MM-DD format).Sample
metadataobject{
'asn': 'AS18881',
'city': 'Brasília',
'organization': 'Acme Inc',
'category': 'isp',
'destination_countries': ['Brazil'],
'destination_country_codes': '[BR']
'mobile': True,
'os': 'Windows XP'
'tor': False,
'rdns': 'scanner.acme.inc',
'region': 'Federal District',
'source_country': 'Brazil',
'source_country_code': 'BR'
}
Additional metadata about the IP address.
metadata.asnstringAS37963ASN (Autonomous System Number) associated with the IP address.Sample
metadata.categorystringhostingCategory of the IP address such as hosting or ISP.Sample
metadata.citystringMiamiCity where the IP address is registered or operates.Sample
metadata.destination_countriesstring list['Belarus']List of countries where sensors that observed scanning traffic from this IP are located.Sample
metadata.destination_country_codesstring list['BY']List of country codes where sensors that observed scanning traffic from this IP are located.Sample
metadata.mobilebooleanTrueDefines if the IP is part of a known cellular network.Sample
metadata.osstringWindows XPOperating system associated with the IP address.Sample
metadata.organizationstringFranTech SolutionsOrganization associated with the IP address.Sample
metadata.rdnsstringmiamitor4.usrDNS (reverse DNS lookup) value for the IP address.Sample
metadata.regionstringFloridaRegion (state or province) where the IP address is registered or operates.Sample
metadata.sensor_hitsint210Number of scanning events observed.Sample
metadata.sensor_countint20Number of sensors with events observed.Sample
metadata.source_countrystringUnited StatesCountry where the IP address is registered or operates.Sample
metadata.source_country_codestringUSCountry code of the IP address based on ISO 3166-1 alpha-2.Sample
metadata.torbooleantrueIndicates whether the IP is a known Tor exit node.Sample
raw_dataobject{
"hassh": [
{
"fingerprint": "a7a87fbe86774c2e40cc4a7ea2ab1b3c",
"port": 22
}
],
"ja3": [
{
"fingerprint": "19e29534fd49dd27d09234e639c4057e",
"port": 8443
}
],
"scan": [
{
"port": 22,
"protocol": "TCP"
}
],
"web": {
"paths": [
"/favicon.ico"
],
"useragents": [
"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
]
}
}
Observed activity from the GreyNoise sensor network.
raw_data.hasshobject list[
{
"fingerprint": "a7a87fbe86774c2e40cc4a7ea2ab1b3c",
"port": 22
}
]
Recorded hashing information for SSH activity observed.
raw_data.hassh.fingerprintstringa7a87fbe86774c2e40cc4a7ea2ab1b3cRecorded fingerprint value for SSH activity observed.Sample
raw_data.hassh.portstring22Associated port for SSH activity observed.Sample
raw_data.ja3object list[
{
"fingerprint": "19e29534fd49dd27d09234e639c4057e",
"port": 8443
}
]
Recorded hashing information for TLS activity observed.
raw_data.ja3.fingerprintstring19e29534fd49dd27d09234e639c4057eRecorded fingerprint value for JA3 activity observed.Sample
raw_data.ja3.portint8443Associated port for TLS activity observed.Sample
raw_data.scanobject list[
{
"port": 22,
"protocol": "TCP"
}
]
Recorded port and protocol information for scanning activity observed.
raw_data.scan.portint22Recorded port for scanning activity observed.Sample
raw_data.scan.protocolstringTCPRecorded protocol for scanning activity observed.Sample
raw_data.webobject{
"paths": [
"/favicon.ico"
],
"useragents": [
"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
]
}
Observed scanning activity pertaining to web path and user agents.
raw_data.web.pathsstring list[
"/favicon.ico"
]
Observed scanning activity traversed this web path.Sample
raw_data.web.useragentsstring list[
"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
]
Observed scanning activity used these user agents.Sample
seen/noisebooleantrueIndicates if the IP was observed scanning the GreyNoise sensor network. Also referred to as 'noise'.
spoofablebooleanfalseIndicates whether the IP completed a three-way handshake with the GreyNoise sensor network. If false, the traffic may be spoofed.Sample
tagsstring list[
"Carries HTTP Referer",
"Cobalt Strike SSH Client",
"Follows HTTP Redirects"
]
Tags describing the observed scanning behavior of the IP address.Sample
vpnbooleanfalseIndicates if the IP is associated with a known VPN service.Sample
vpn_servicestringPIA_VPNName of the VPN service associated with the IP (if applicable).Sample