seen#

Autogenerated API

argus_api.lib.pdns.v3.seen.exists_records_of_tlp_levels(query: str, tlp: str = None, ignoreOwnRecords: bool = True, json: bool = True, verify: Optional[bool] = None, proxies: Optional[dict] = None, apiKey: Optional[str] = None, authentication: Optional[dict] = None, server_url: Optional[str] = None, body: Optional[dict] = None, api_session: Optional[ArgusAPISession] = None) dict#

Search against PassiveDNS and return true if matching records are found (PUBLIC)

Parameters
  • query (str) – Search by query, can be IP, not subnet, or domain

  • tlp (list) – Search by TLP

  • ignoreOwnRecords (bool) – Whether to ignore user’s customer’s own records, defaults to true

  • json – return the response’s body as a dict parsed from json. True by default. If set to false, the raw requests.Response object will be returned.

  • verify – path to a certificate bundle or boolean indicating whether SSL verification should be performed.

  • apiKey – Argus API key.

  • authentication – authentication override

  • server_url – API base URL override

  • body – body of the request. other parameters will override keys defined in the body.

  • api_session – session to use for this request. If not set, the global session will be used.

Raises
Returns

dictionary translated from JSON