Skip to content

Commit

Permalink
emitting DNS_NAME instead
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Oct 19, 2023
1 parent 864c933 commit 663cf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/internal/excavate.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async def search(self, content, event, **kwargs):
self.report(domain, event, **kwargs)

def report(self, domain, event, **kwargs):
self.excavate.emit_event(domain, "DNS_NAME_UNRESOLVED", source=event)
self.excavate.emit_event(domain, "DNS_NAME", source=event, tags=["affiliate"])


class HostnameExtractor(BaseExtractor):
Expand Down

0 comments on commit 663cf44

Please sign in to comment.