Dnsfilter

Learn how to use Dnsfilter with Composio

Overview

Enum

DNSFILTER

Description

DNSFilter provides cloud-based DNS security and content filtering solutions to protect networks from online threats and manage internet usage.

Authentication Details

api_key
stringRequired

Actions

Tool to create a new ip address in dnsfilter. use after confirming the target network id exists.

Action Parameters

address
stringRequired
description
string
network_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to get basic information of a specific application category. use when you need details for a given application category id.

Action Parameters

application_category_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve basic billing information for an organization. use when you need to obtain billing details for reporting or automation tasks.

Action Parameters

organization_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to get basic information of a specific category. use when you need to retrieve details for a category by its id.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to get basic information of the specified ip address. use when you need to fetch metadata for a particular ip after authentication.

Action Parameters

ip_address
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all categories including internal categories. use when you need the complete set of filtering categories.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to list all user-associated ip addresses. use when you need a comprehensive list of all ip address entries in your organization.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to list all mac addresses with basic information. use when you need to retrieve all mac address entries in your organization.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to list applications with basic information. use when you need to retrieve all applications for your dnsfilter organization.

Action Parameters

page
integer
size
integer

Action Response

data
object
error
string
successful
boolean
Tool to list application categories with basic information. use after authentication to retrieve all categories.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to list block pages associated with the current user. use when you need to retrieve all block pages for review or update.

Action Parameters

page
integer
per_page
integer

Action Response

data
array
error
string
successful
boolean
Tool to list categories with basic information. use when retrieving all dnsfilter categories for policy configuration.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to list invoices for an organization, most recent first. use after obtaining the organization id when needing paginated invoice data.

Action Parameters

direction
string
organization_id
stringRequired
page
integer
per_page
integer
sort
string

Action Response

data
array
error
string
page
integer
per_page
integer
successful
boolean
total
integer
Tool to list user-associated ip addresses basic information. use when you need to retrieve paginated ip address records filtered by location or device after authentication.

Action Parameters

device_id
integer
location_id
integer
page
integer
per_page
integer

Action Response

data
array
error
string
page
integer
per_page
integer
successful
boolean
total
integer
Tool to list mac addresses associated with an organization. use when you need to retrieve basic mac address information, optionally filtered by organization or paginated.

Action Parameters

organization_id
string
page
integer
per_page
integer

Action Response

data
array
error
string
successful
boolean
Tool to list all networks. use when you need to retrieve all network configurations for your organization.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all organizations. use when you need to retrieve all organizations tied to the authenticated dnsfilter account.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to suggest a fqdn as a potential threat. use after identifying a suspicious domain to verify its threat categorization.

Action Parameters

categories
array
fqdn
stringRequired
notes
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to validate a jwt with auth0. use when you need to confirm token validity before making dnsfilter api calls.

Action Parameters

jwt
stringRequired

Action Response

data
object
error
string
successful
boolean