We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6f9742 + 1144a9a commit f7d211aCopy full SHA for f7d211a
docs/GreedyBear/Usage.md
@@ -120,6 +120,7 @@ https://<greedybear_site>/api/feeds/asn/?<query_params>
120
- Response (200): JSON array of ASN aggregation objects. Each object containing:
121
122
- `asn` (int): ASN number.
123
+ - `as_name` (str)`: Autonomous System Name _(Available from version >= 3.3.0)_
124
- `ioc_count` (int): Number of IOCs for this ASN.
125
- `total_attack_count` (int): Sum of attack_count for all IOCs.
126
- `total_interaction_count` (int): Sum of interaction_count for all IOCs.
0 commit comments