Skip to content

Add first-seen and last-seen DNS record tracking#21

Open
Ductrung03 wants to merge 1 commit into
codingo:mainfrom
Ductrung03:feat/first-last-seen-tracking
Open

Add first-seen and last-seen DNS record tracking#21
Ductrung03 wants to merge 1 commit into
codingo:mainfrom
Ductrung03:feat/first-last-seen-tracking

Conversation

@Ductrung03

Copy link
Copy Markdown

Fixes #1.
This adds DNS record tracking metadata to the JSON dataset:

  • first-seen
  • last-seen
  • seen
    Behavior:
  • New records initialize all tracking fields.
  • Existing records preserve first-seen, update last-seen, and increment seen.
  • Previous JSON output is merged into the new result so tracking persists across runs.
  • Added --fs and --ls flags to filter first-seen and last-seen style messages.
    Validation:
  • git diff --check
  • C++17 syntax check passed for changed translation units.
    If accepted and merged for the listed bounty, I can provide PayPal details privately through your preferred trusted channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding first-seen/last-seen to dataset with new flags

1 participant