This documentation provides details about the data that can be faked for an Agent.
To retrieve data about a fake Agent you can do the following:
from socfaker import SocFaker
sc = SocFaker()
print(sc.agent.ephermeral_id)
print(sc.agent.id)
print(sc.agent.type)
print(sc.agent.name)
print(sc.agent.version)
.. automodule:: socfaker.agent
:members:
:undoc-members: