indicator

class indicator.Indicator(client, args)

Bases: object

Represents an Indicator object

comments(user, feed, id)

Return comments for a specific indicator id

Parameters:
  • user – feed username
  • feed – feed name
  • id – indicator id [INT]
Returns:

list

Example:
ret = Indicator.comments(‘csirtgadgets’,’port-scanners’, ‘1234’)
show(user, feed, id)

Show a specific indicator by id

Parameters:
  • user – feed username
  • feed – feed name
  • id – indicator endpoint id [INT]
Returns:

dict

Example:
ret = Indicator.show(‘csirtgadgets’,’port-scanners’, ‘1234’)
submit()

Submit action on the Indicator object

Returns:Indicator Object