Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #339 from CybercentreCanada/update/first-seen
Browse files Browse the repository at this point in the history
Update/first seen [dev]
  • Loading branch information
cccs-kevin authored Jun 12, 2023
2 parents 05b1166 + a2074b3 commit 491e631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuckoo/cuckoo_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ def _get_dns_map(dns_calls: List[Dict[str, Any]], process_map: Dict[int, Dict[st
"domain": request,
"process_id": dns_call.get("pid"),
"process_name": dns_call.get("image"),
"time": dns_call.get("time"),
"time": dns_call.get("first_seen"),
"guid": dns_call.get("guid"),
"type": dns_type,
}
Expand Down

0 comments on commit 491e631

Please sign in to comment.