Skip to content

Commit f7d211a

Browse files
authored
Merge pull request #61 from drona-gyawali/api/as_name
doc(GB): Added as_name to asn aggregated feed
2 parents d6f9742 + 1144a9a commit f7d211a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/GreedyBear/Usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ https://<greedybear_site>/api/feeds/asn/?<query_params>
120120
- Response (200): JSON array of ASN aggregation objects. Each object containing:
121121

122122
- `asn` (int): ASN number.
123+
- `as_name` (str)`: Autonomous System Name _(Available from version >= 3.3.0)_
123124
- `ioc_count` (int): Number of IOCs for this ASN.
124125
- `total_attack_count` (int): Sum of attack_count for all IOCs.
125126
- `total_interaction_count` (int): Sum of interaction_count for all IOCs.

0 commit comments

Comments
 (0)