File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ Findings
233233}
234234```
235235
236-
236+ ### Example: JSON Report Shape 8.8.8.8
237237``` json
238238{
239239 "subject" : {
@@ -323,6 +323,51 @@ Findings
323323}
324324```
325325
326+ ### Example: JSON Report Shape AS15169
327+ ``` json
328+ {
329+ "subject" : {
330+ "type" : " asn" ,
331+ "value" : " AS15169"
332+ },
333+ "status" : " resolved" ,
334+ "facts" : [
335+ {
336+ "key" : " origin_asn" ,
337+ "value" : {
338+ "asn" : " AS15169" ,
339+ "org" : " Google LLC"
340+ },
341+ "confidence" : " high" ,
342+ "based_on" : [
343+ " asn_org"
344+ ],
345+ "sources" : [
346+ " ASNforge"
347+ ]
348+ }
349+ ],
350+ "findings" : [
351+ {
352+ "title" : " Origin ASN context" ,
353+ "meaning" : " Routing evidence links this prefix or ASN to public network infrastructure." ,
354+ "caveat" : " ASN ownership describes infrastructure, not the person using traffic from it." ,
355+ "confidence" : " high" ,
356+ "sources" : [
357+ " ASNforge"
358+ ]
359+ }
360+ ],
361+ "source_freshness" : {
362+ "ASNforge" : " 26m0s"
363+ },
364+ "confidence" : " high" ,
365+ "sources" : [
366+ " ASNforge"
367+ ]
368+ }
369+ ```
370+
326371---
327372
328373## Outputs and Artifacts
You can’t perform that action at this time.
0 commit comments