DomainTools DNSDB Historical IP Addresses

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Content Index


This playbook uses the Farsight DNSDB connector to automatically enrich IP Addresses found in the Microsoft Sentinel incidents. This use case describes the desire to identify all Addresses used as DNS A records for a given Host based on a time window from a starting and stopping point in time.

Attribute Value
Type Playbook
Solution DomainTools
Source View on GitHub

Logic App Connectors

This playbook uses 2 Logic App connectors / built-in actions:

Connector / Action Type Connections Actions
azuresentinel Managed 1 4
farsightdnsdb Managed 1 2
Action parameters (URLs, paths, function IDs)

azuresentinel (Managed)

Action Method Endpoint Other
Entities_-_Get_DNS post /entities/dnsresolution
Entities_-_Get_Hosts post /entities/host
Add_comment_to_incident_(V3) post /Incidents/Comment
Add_comment_to_incident_(V3)_2 post /Incidents/Comment

farsightdnsdb (Managed)

Action Method Endpoint Other
RRSet_Lookup_with_RRType_AAAA_Records get /lookup/rrset/name/@{encodeURIComponent(items('For_each'))}/@{encodeURIComponent('AAAA')}
RRSet_Lookup_with_RRType_A_Records get /lookup/rrset/name/@{encodeURIComponent(items('For_each'))}/@{encodeURIComponent('A')}

Additional Documentation

📄 Source: DomainTools-DNSDB-Historical-Addresses/readme.md

DomainTools DNSDB

DomainTools DNSDB Historical Addresses

This playbook uses the Farsight DNSDB connector to automatically enrich IP Addresses found in the Microsoft Sentinel incidents. This use case describes the desire to identify all Addresses used as DNS A records for a given Host based on a time window from a starting and stopping point in time.

Table of Contents

  1. Overview
  2. Prerequisites
  3. Deployment
  4. Post Deployment Steps

Overview

Incident Comments

Prerequisites

Deployment Instructions

Deploy to Azure Deploy to Azure Gov

Post-Deployment Instructions

Authorize connections

Once deployment is complete please open the logic app and follow below steps

Configurations in Sentinel:


Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Playbooks · Back to DomainTools