zannotate icon indicating copy to clipboard operation
zannotate copied to clipboard

Utility for annotating Internet datasets with contextual metadata (e.g., origin AS, MaxMind GeoIP2, reverse DNS, and WHOIS)

Results 10 zannotate issues
Sort by recently updated
recently updated
newest added

Given raw dumps of WHOIS data, it'd be nice to annotate records with owernship information

enhancement

We currently only parse out some of the attributes on paths: https://github.com/zmap/zannotate/blob/master/zmrt/mrt.go#L272 Longterm, we should work to have full coverage.

enhancement

It'd be nice to also have ZAnnotate do reverse DNS lookups through ZDNS

enhancement

We should add support to pulling information from the Cymru API. I wouldn't imagine ever using this for large lookups, but it could be useful when you just have a...

enhancement

We should add integration with ipinfo.io to enrich data related to IP addresses.

enhancement

Bumps [github.com/zmap/dns](https://github.com/zmap/dns) from 1.1.69 to 1.1.70. Release notes Sourced from github.com/zmap/dns's releases. v1.1.70 Merge upstream changes and align with miekg's v1.1.70 release. Commits 55efb65 Merge pull request #76 from zmap/sync-upstream-20260112...

dependencies
go

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3. Release notes Sourced from urllib3's releases. 2.6.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

``` ❯ go install github.com/zmap/zannotate/cmd/zannotate@master # github.com/zmap/zcrypto/ct/x509 go\pkg\mod\github.com\zmap\[email protected]\ct\x509\root_windows.go:112:20: cannot use uintptr(unsafe.Pointer(sslPara)) (value of type uintptr) as syscall.Pointer value in struct literal # github.com/zmap/zcrypto/x509 go\pkg\mod\github.com\zmap\[email protected]\x509\root.go:27:32: undefined: loadSystemRoots ```

## Changes - Remove the `geoip2-mode` option, the largest dataset from MaxMind is `GeoLite-City` at 62 MB. I don't see a compelling reason to leave a flag letting users memory-map...