cof#

Autogenerated API

argus_api.lib.pdns.v3.cof.cof.search_records_simplified_cof(query: str, rrClass: str = None, rrType: str = None, customerID: int = None, tlp: str = None, queryMatchStrategy: str = None, aggregate: bool = True, includeAnonymous: bool = True, limit: int = 25, offset: int = None, 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 matching records in PDNS COF format (PUBLIC)

Parameters
  • query (str) – Search by query

  • rrClass (list) – Search by recordClass (rrclass)

  • rrType (list) – Search by type (rrtype)

  • customerID (list) – Search by customerID

  • tlp (list) – Search by TLP

  • queryMatchStrategy (str) – Query match strategy, partial must be set to use the wildcard

  • aggregate (bool) – Whether aggregate records

  • includeAnonymous (bool) – Whether include anonymous records

  • limit (int) – Max number of records to be returned

  • offset (int) – Skip a number of records

  • 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

requests.Response object or dictionary translated from JSON